Home | History | Annotate | Download | only in pkcs7

Lines Matching defs:md

108 	const EVP_MD *md;
115 md=EVP_get_digestbyobj(alg->algorithm);
116 if (md == NULL)
122 BIO_set_md(btmp,md);
301 xa = p7->d.digest->md;
826 OBJ_obj2nid(p7->d.digest->md->algorithm)))
863 const EVP_MD *md = NULL;
865 md = EVP_get_digestbyobj(si->digest_alg->algorithm);
866 if (md == NULL)
870 if (EVP_DigestSignInit(&mctx, &pctx, md,NULL, si->pkey) <= 0)