Home
last modified time | relevance | path

Searched refs:ASN1_PKEY_CTRL_PKCS7_SIGN (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/crypto/pkcs7/
Dpk7_lib.c334 ret = pkey->ameth->pkey_ctrl(pkey, ASN1_PKEY_CTRL_PKCS7_SIGN, 0, p7i); in PKCS7_SIGNER_INFO_set()
/third_party/openssl/crypto/dsa/
Ddsa_ameth.c467 case ASN1_PKEY_CTRL_PKCS7_SIGN: in dsa_pkey_ctrl()
/third_party/openssl/crypto/ec/
Dec_ameth.c479 case ASN1_PKEY_CTRL_PKCS7_SIGN: in ec_pkey_ctrl()
/third_party/openssl/crypto/rsa/
Drsa_ameth.c476 case ASN1_PKEY_CTRL_PKCS7_SIGN: in rsa_pkey_ctrl()
/third_party/openssl/include/openssl/
Devp.h1135 # define ASN1_PKEY_CTRL_PKCS7_SIGN 0x1 macro