Searched refs:tmpin (Results 1 – 3 of 3) sorted by relevance
277 BIO *tmpin, *tmpout; in PKCS7_verify() local363 tmpin = BIO_new_mem_buf(ptr, len); in PKCS7_verify()364 if (tmpin == NULL) in PKCS7_verify()371 tmpin = indata; in PKCS7_verify()374 if (!(p7bio=PKCS7_dataInit(p7,tmpin))) in PKCS7_verify()419 if (tmpin == indata) in PKCS7_verify()
325 BIO *cmsbio = NULL, *tmpin = NULL; in CMS_verify() local399 tmpin = BIO_new_mem_buf(ptr, len); in CMS_verify()400 if (tmpin == NULL) in CMS_verify()407 tmpin = dcont; in CMS_verify()410 cmsbio=CMS_dataInit(cms, tmpin); in CMS_verify()435 if (dcont && (tmpin == dcont)) in CMS_verify()