Searched refs:rsa_pss_to_ctx (Results 1 – 2 of 2) sorted by relevance
670 static int rsa_pss_to_ctx(EVP_MD_CTX *ctx, EVP_PKEY_CTX *pkctx, in rsa_pss_to_ctx() function764 return rsa_pss_to_ctx(NULL, pkctx, alg, NULL); in rsa_cms_verify()795 if (rsa_pss_to_ctx(ctx, NULL, sigalg, pkey) > 0) { in rsa_item_verify()
1091 RSA_F_RSA_PSS_TO_CTX:155:rsa_pss_to_ctx