Home | History | Annotate | Download | only in apps

Lines Matching refs:md

109 	const EVP_MD *md=NULL,*m;
149 md=EVP_get_digestbyname(pname);
249 md=m;
418 r = EVP_DigestVerifyInit(mctx, &pctx, md, e, sigkey);
420 r = EVP_DigestSignInit(mctx, &pctx, md, e, sigkey);
444 /* we use md as a filter, reading from 'in' */
447 if (md == NULL)
448 md = EVP_md5();
449 if (!BIO_set_md(bmd,md))
479 if (md == NULL)
483 md = EVP_MD_CTX_md(tctx);
505 md_name = EVP_MD_name(md);