Home
last modified time | relevance | path

Searched defs:pkctx (Results 1 – 20 of 20) sorted by relevance

/third_party/openssl/crypto/cms/
Dcms_rsa.c40 EVP_PKEY_CTX *pkctx; in rsa_cms_decrypt() local
117 EVP_PKEY_CTX *pkctx = CMS_RecipientInfo_get0_pkey_ctx(ri); in rsa_cms_encrypt() local
194 EVP_PKEY_CTX *pkctx = CMS_SignerInfo_get0_pkey_ctx(si); in rsa_cms_sign() local
230 EVP_PKEY_CTX *pkctx = CMS_SignerInfo_get0_pkey_ctx(si); in rsa_cms_verify() local
Dcms_sd.c943 EVP_PKEY_CTX *pkctx = NULL; in CMS_SignerInfo_verify_content() local
/third_party/node/deps/openssl/openssl/crypto/cms/
Dcms_rsa.c41 EVP_PKEY_CTX *pkctx; in rsa_cms_decrypt() local
121 EVP_PKEY_CTX *pkctx = CMS_RecipientInfo_get0_pkey_ctx(ri); in rsa_cms_encrypt() local
200 EVP_PKEY_CTX *pkctx = CMS_SignerInfo_get0_pkey_ctx(si); in rsa_cms_sign() local
246 EVP_PKEY_CTX *pkctx = CMS_SignerInfo_get0_pkey_ctx(si); in rsa_cms_verify() local
Dcms_sd.c951 EVP_PKEY_CTX *pkctx = NULL; in CMS_SignerInfo_verify_content() local
/third_party/openssl/crypto/evp/
Dp_verify.c24 EVP_PKEY_CTX *pkctx = NULL; in EVP_VerifyFinal_ex() local
Dp_sign.c25 EVP_PKEY_CTX *pkctx = NULL; in EVP_SignFinal_ex() local
/third_party/node/deps/openssl/openssl/crypto/evp/
Dp_verify.c24 EVP_PKEY_CTX *pkctx = NULL; in EVP_VerifyFinal_ex() local
Dp_sign.c25 EVP_PKEY_CTX *pkctx = NULL; in EVP_SignFinal_ex() local
/third_party/node/deps/openssl/openssl/crypto/rsa/
Drsa_ameth.c451 static RSA_PSS_PARAMS *rsa_ctx_to_pss(EVP_PKEY_CTX *pkctx) in rsa_ctx_to_pss()
504 ASN1_STRING *ossl_rsa_ctx_to_pss_string(EVP_PKEY_CTX *pkctx) in ossl_rsa_ctx_to_pss_string()
523 int ossl_rsa_pss_to_ctx(EVP_MD_CTX *ctx, EVP_PKEY_CTX *pkctx, in ossl_rsa_pss_to_ctx()
636 EVP_PKEY_CTX *pkctx = EVP_MD_CTX_get_pkey_ctx(ctx); in rsa_item_sign() local
/third_party/openssl/crypto/rsa/
Drsa_ameth.c448 static RSA_PSS_PARAMS *rsa_ctx_to_pss(EVP_PKEY_CTX *pkctx) in rsa_ctx_to_pss()
501 ASN1_STRING *ossl_rsa_ctx_to_pss_string(EVP_PKEY_CTX *pkctx) in ossl_rsa_ctx_to_pss_string()
520 int ossl_rsa_pss_to_ctx(EVP_MD_CTX *ctx, EVP_PKEY_CTX *pkctx, in ossl_rsa_pss_to_ctx()
633 EVP_PKEY_CTX *pkctx = EVP_MD_CTX_get_pkey_ctx(ctx); in rsa_item_sign() local
/third_party/node/src/crypto/
Dcrypto_sig.cc58 EVP_PKEY_CTX* pkctx, in ValidateDSAParameters()
94 EVPKeyCtxPointer pkctx(EVP_PKEY_CTX_new(pkey.get(), nullptr)); in ValidateDSAParameters() local
523 EVPKeyCtxPointer pkctx(EVP_PKEY_CTX_new(pkey.get(), nullptr)); in VerifyFinal() local
/third_party/openssl/crypto/ocsp/
Docsp_srv.c220 EVP_PKEY_CTX *pkctx = NULL; in OCSP_basic_sign() local
/third_party/node/deps/openssl/openssl/crypto/ocsp/
Docsp_srv.c220 EVP_PKEY_CTX *pkctx = NULL; in OCSP_basic_sign() local
/third_party/node/deps/openssl/openssl/crypto/crmf/
Dcrmf_lib.c623 EVP_PKEY_CTX *pkctx = NULL; /* private key context */ in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() local
/third_party/openssl/crypto/crmf/
Dcrmf_lib.c623 EVP_PKEY_CTX *pkctx = NULL; /* private key context */ in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() local
/third_party/openssl/apps/
Docsp.c1041 EVP_PKEY_CTX *pkctx = NULL; in make_ocsp_response() local
/third_party/node/deps/openssl/openssl/apps/
Docsp.c1041 EVP_PKEY_CTX *pkctx = NULL; in make_ocsp_response() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c2776 EVP_PKEY_CTX *pkctx; in crypto_ec_key_sign() local
2859 EVP_PKEY_CTX *pkctx; in crypto_ec_key_verify_signature() local
/third_party/openssl/apps/lib/
Dapps.c2156 static int do_pkey_ctx_init(EVP_PKEY_CTX *pkctx, STACK_OF(OPENSSL_STRING) *opts) in do_pkey_ctx_init()
2216 EVP_PKEY_CTX *pkctx = NULL; in do_sign_init() local
/third_party/node/deps/openssl/openssl/apps/lib/
Dapps.c2163 static int do_pkey_ctx_init(EVP_PKEY_CTX *pkctx, STACK_OF(OPENSSL_STRING) *opts) in do_pkey_ctx_init()
2223 EVP_PKEY_CTX *pkctx = NULL; in do_sign_init() local