Lines Matching refs:mdprops
284 const char *mdprops)
286 if (mdprops == NULL)
287 mdprops = ctx->propq;
290 EVP_MD *md = EVP_MD_fetch(ctx->libctx, mdname, mdprops);
348 const char *mdprops)
354 if (mdprops == NULL)
355 mdprops = ctx->propq;
357 if ((md = EVP_MD_fetch(ctx->libctx, mdname, mdprops)) == NULL) {
1155 char mdprops[OSSL_MAX_PROPQUERY_SIZE] = "", *pmdprops = NULL;
1178 pmdprops = mdprops;
1180 &pmdprops, sizeof(mdprops)))