Lines Matching refs:mdprops
371 const char *mdprops, const char *desc) in rsa_setup_md() argument
375 if (mdprops == NULL) in rsa_setup_md()
376 mdprops = ctx->propq; in rsa_setup_md()
382 md = EVP_MD_fetch(ctx->libctx, mdname, mdprops); in rsa_setup_md()
464 const char *mdprops) in rsa_setup_mgf1_md() argument
470 if (mdprops == NULL) in rsa_setup_mgf1_md()
471 mdprops = ctx->propq; in rsa_setup_mgf1_md()
473 if ((md = EVP_MD_fetch(ctx->libctx, mdname, mdprops)) == NULL) { in rsa_setup_mgf1_md()
1539 char mdprops[OSSL_MAX_PROPQUERY_SIZE] = "", *pmdprops = NULL; in rsa_set_ctx_params() local
1578 pmdprops = mdprops; in rsa_set_ctx_params()
1580 &pmdprops, sizeof(mdprops))) in rsa_set_ctx_params()