Home
last modified time | relevance | path

Searched refs:pkey_ctrl (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/crypto/asn1/
Dameth_lib.c276 dst->pkey_ctrl = src->pkey_ctrl; in EVP_PKEY_asn1_copy()
363 int (*pkey_ctrl) (EVP_PKEY *pkey, int op, in EVP_PKEY_asn1_set_ctrl()
366 ameth->pkey_ctrl = pkey_ctrl; in EVP_PKEY_asn1_set_ctrl()
/third_party/openssl/crypto/pkcs7/
Dpk7_lib.c333 if (pkey->ameth && pkey->ameth->pkey_ctrl) { in PKCS7_SIGNER_INFO_set()
334 ret = pkey->ameth->pkey_ctrl(pkey, ASN1_PKEY_CTRL_PKCS7_SIGN, 0, p7i); in PKCS7_SIGNER_INFO_set()
479 if (!pkey || !pkey->ameth || !pkey->ameth->pkey_ctrl) { in PKCS7_RECIP_INFO_set()
485 ret = pkey->ameth->pkey_ctrl(pkey, ASN1_PKEY_CTRL_PKCS7_ENCRYPT, 0, p7i); in PKCS7_RECIP_INFO_set()
/third_party/openssl/crypto/cms/
Dcms_env.c66 if (!pkey->ameth || !pkey->ameth->pkey_ctrl) in cms_env_asn1_ctrl()
68 i = pkey->ameth->pkey_ctrl(pkey, ASN1_PKEY_CTRL_CMS_ENVELOPE, cmd, ri); in cms_env_asn1_ctrl()
913 if (pk->ameth && pk->ameth->pkey_ctrl) { in cms_pkey_get_ri_type()
915 i = pk->ameth->pkey_ctrl(pk, ASN1_PKEY_CTRL_CMS_RI_TYPE, 0, &r); in cms_pkey_get_ri_type()
Dcms_sd.c227 if (!pkey->ameth || !pkey->ameth->pkey_ctrl) in cms_sd_asn1_ctrl()
229 i = pkey->ameth->pkey_ctrl(pkey, ASN1_PKEY_CTRL_CMS_SIGN, cmd, si); in cms_sd_asn1_ctrl()
/third_party/openssl/include/crypto/
Dasn1.h44 int (*pkey_ctrl) (EVP_PKEY *pkey, int op, long arg1, void *arg2); member
/third_party/openssl/doc/man3/
DEVP_PKEY_ASN1_METHOD.pod85 int (*pkey_ctrl) (EVP_PKEY *pkey, int op,
256 int (*pkey_ctrl) (EVP_PKEY *pkey, int op, long arg1, void *arg2);
258 The pkey_ctrl() method adds extra algorithm specific control.
/third_party/openssl/crypto/evp/
Dp_lib.c670 if (pkey->ameth == NULL || pkey->ameth->pkey_ctrl == NULL) in evp_pkey_asn1_ctrl()
672 return pkey->ameth->pkey_ctrl(pkey, op, arg1, arg2); in evp_pkey_asn1_ctrl()
/third_party/openssl/include/openssl/
Devp.h1205 int (*pkey_ctrl) (EVP_PKEY *pkey, int op,