Searched defs:pkctx (Results 1 – 9 of 9) sorted by relevance
41 EVP_PKEY_CTX *pkctx; in rsa_cms_decrypt() local121 EVP_PKEY_CTX *pkctx = CMS_RecipientInfo_get0_pkey_ctx(ri); in rsa_cms_encrypt() local199 EVP_PKEY_CTX *pkctx = CMS_SignerInfo_get0_pkey_ctx(si); in rsa_cms_sign() local248 EVP_PKEY_CTX *pkctx = CMS_SignerInfo_get0_pkey_ctx(si); in rsa_cms_verify() local
1001 EVP_PKEY_CTX *pkctx = NULL; in CMS_SignerInfo_verify_content() local
24 EVP_PKEY_CTX *pkctx = NULL; in EVP_VerifyFinal_ex() local
25 EVP_PKEY_CTX *pkctx = NULL; in EVP_SignFinal_ex() local
451 static RSA_PSS_PARAMS *rsa_ctx_to_pss(EVP_PKEY_CTX *pkctx) in rsa_ctx_to_pss()522 ASN1_STRING *ossl_rsa_ctx_to_pss_string(EVP_PKEY_CTX *pkctx) in ossl_rsa_ctx_to_pss_string()541 int ossl_rsa_pss_to_ctx(EVP_MD_CTX *ctx, EVP_PKEY_CTX *pkctx, in ossl_rsa_pss_to_ctx()654 EVP_PKEY_CTX *pkctx = EVP_MD_CTX_get_pkey_ctx(ctx); in rsa_item_sign() local
220 EVP_PKEY_CTX *pkctx = NULL; in OCSP_basic_sign() local
637 EVP_PKEY_CTX *pkctx = NULL; /* private key context */ in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() local
1041 EVP_PKEY_CTX *pkctx = NULL; in make_ocsp_response() local
2212 static int do_pkey_ctx_init(EVP_PKEY_CTX *pkctx, STACK_OF(OPENSSL_STRING) *opts) in do_pkey_ctx_init()2275 EVP_PKEY_CTX *pkctx = NULL; in do_sign_init() local
Completed in 38 milliseconds