Searched refs:ossl_rsa_pss_to_ctx (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/include/crypto/ |
H A D | rsa.h | 114 int ossl_rsa_pss_to_ctx(EVP_MD_CTX *ctx, EVP_PKEY_CTX *pkctx,
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_verify.c | 171 if (ossl_rsa_pss_to_ctx(ctx, NULL, alg, pkey) <= 0) { in ASN1_item_verify_ctx()
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_rsa.c | 252 return ossl_rsa_pss_to_ctx(NULL, pkctx, alg, NULL) > 0; in rsa_cms_verify()
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_ameth.c | 523 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()
|