Lines Matching refs:mgf1_md
99 EVP_MD *mgf1_md; member
143 && !EVP_MD_is_a(prsactx->mgf1_md, mgf1_mdname))) { in rsa_check_padding()
329 EVP_MD_free(ctx->mgf1_md); in rsa_setup_md()
330 ctx->mgf1_md = md; in rsa_setup_md()
379 EVP_MD_free(ctx->mgf1_md); in rsa_setup_mgf1_md()
380 ctx->mgf1_md = md; in rsa_setup_mgf1_md()
628 prsactx->md, prsactx->mgf1_md, in rsa_sign()
811 prsactx->md, prsactx->mgf1_md, in rsa_verify()
975 EVP_MD_free(prsactx->mgf1_md); in rsa_freectx()
1000 dstctx->mgf1_md = NULL; in rsa_dupctx()
1013 if (srcctx->mgf1_md != NULL && !EVP_MD_up_ref(srcctx->mgf1_md)) in rsa_dupctx()
1015 dstctx->mgf1_md = srcctx->mgf1_md; in rsa_dupctx()