Home | History | Annotate | Download | only in pkcs7

Lines Matching defs:mdc

745 	EVP_MD_CTX *mdc,ctx_tmp;
825 btmp = PKCS7_find_digest(&mdc, btmp, j);
832 if (!EVP_MD_CTX_copy_ex(&ctx_tmp,mdc))
868 if (!PKCS7_find_digest(&mdc, bio,
871 if (!EVP_DigestFinal_ex(mdc,md_data,&md_len))
1018 EVP_MD_CTX mdc_tmp,*mdc;
1046 BIO_get_md_ctx(btmp,&mdc);
1047 if (mdc == NULL)
1053 if (EVP_MD_CTX_type(mdc) == md_type)
1058 if (EVP_MD_pkey_type(EVP_MD_CTX_md(mdc)) == md_type)
1063 /* mdc is the digest ctx that we want, unless there are attributes,
1065 if (!EVP_MD_CTX_copy_ex(&mdc_tmp,mdc))