Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/crypto/pkcs7/
HDpk7_lib.c334 ret = pkey->ameth->pkey_ctrl(pkey, ASN1_PKEY_CTRL_PKCS7_SIGN, 0, p7i); in PKCS7_SIGNER_INFO_set()
/freebsd-13-stable/crypto/openssl/crypto/dsa/
HDdsa_ameth.c467 case ASN1_PKEY_CTRL_PKCS7_SIGN: in dsa_pkey_ctrl()
/freebsd-13-stable/crypto/openssl/crypto/ec/
HDec_ameth.c484 case ASN1_PKEY_CTRL_PKCS7_SIGN: in ec_pkey_ctrl()
/freebsd-13-stable/crypto/openssl/crypto/rsa/
HDrsa_ameth.c480 case ASN1_PKEY_CTRL_PKCS7_SIGN: in rsa_pkey_ctrl()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDevp.h1137 # define ASN1_PKEY_CTRL_PKCS7_SIGN 0x1 macro