Lines Matching defs:mgf1_md
71 EVP_MD *mgf1_md;
177 prsactx->mgf1_md);
265 prsactx->mgf1_md);
294 EVP_MD_free(prsactx->mgf1_md);
324 if (dstctx->mgf1_md != NULL && !EVP_MD_up_ref(dstctx->mgf1_md)) {
381 EVP_MD *mgf1_md = prsactx->mgf1_md == NULL ? prsactx->oaep_md
382 : prsactx->mgf1_md;
384 if (!OSSL_PARAM_set_utf8_string(p, mgf1_md == NULL
386 : EVP_MD_get0_name(mgf1_md)))
516 EVP_MD_free(prsactx->mgf1_md);
517 prsactx->mgf1_md = EVP_MD_fetch(prsactx->libctx, mdname, str);
519 if (prsactx->mgf1_md == NULL)