Lines Matching defs:mdc
733 EVP_MD_CTX *mdc, *ctx_tmp;
825 btmp = PKCS7_find_digest(&mdc, btmp, j);
833 if (!EVP_MD_CTX_copy_ex(ctx_tmp, mdc))
866 if (!PKCS7_find_digest(&mdc, bio,
869 if (!EVP_DigestFinal_ex(mdc, md_data, &md_len))
1018 EVP_MD_CTX *mdc_tmp, *mdc;
1051 BIO_get_md_ctx(btmp, &mdc);
1052 if (mdc == NULL) {
1056 if (EVP_MD_CTX_get_type(mdc) == md_type)
1062 if (EVP_MD_get_pkey_type(EVP_MD_CTX_get0_md(mdc)) == md_type)
1068 * mdc is the digest ctx that we want, unless there are attributes, in
1071 if (!EVP_MD_CTX_copy_ex(mdc_tmp, mdc))