Home
last modified time | relevance | path

Searched refs:ossl_rsa_pss_to_ctx (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/include/crypto/
H A Drsa.h114 int ossl_rsa_pss_to_ctx(EVP_MD_CTX *ctx, EVP_PKEY_CTX *pkctx,
/freebsd/crypto/openssl/crypto/asn1/
H A Da_verify.c171 if (ossl_rsa_pss_to_ctx(ctx, NULL, alg, pkey) <= 0) { in ASN1_item_verify_ctx()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_rsa.c252 return ossl_rsa_pss_to_ctx(NULL, pkctx, alg, NULL) > 0; in rsa_cms_verify()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c523 int ossl_rsa_pss_to_ctx(EVP_MD_CTX *ctx, EVP_PKEY_CTX *pkctx, in ossl_rsa_pss_to_ctx() function
624 if (ossl_rsa_pss_to_ctx(ctx, NULL, sigalg, pkey) > 0) { in rsa_item_verify()