Lines Matching defs:mdc
699 EVP_MD_CTX *mdc, ctx_tmp;
790 if ((btmp = PKCS7_find_digest(&mdc, bio, j)) == NULL)
795 if (!EVP_MD_CTX_copy_ex(&ctx_tmp, mdc))
826 if (!PKCS7_find_digest(&mdc, bio,
829 if (!EVP_DigestFinal_ex(mdc, md_data, &md_len))
994 EVP_MD_CTX mdc_tmp, *mdc;
1018 BIO_get_md_ctx(btmp, &mdc);
1019 if (mdc == NULL) {
1023 if (EVP_MD_CTX_type(mdc) == md_type)
1028 if (EVP_MD_pkey_type(EVP_MD_CTX_md(mdc)) == md_type)
1033 /* mdc is the digest ctx that we want, unless there are attributes,
1035 if (!EVP_MD_CTX_copy_ex(&mdc_tmp, mdc))