Home
last modified time | relevance | path

Searched refs:tmpout (Results 1 – 2 of 2) sorted by relevance

/openssl-master/crypto/cms/
A Dcms_smime.c37 BIO *tmpout; in cms_copy_content() local
39 tmpout = cms_get_text_bio(out, flags); in cms_copy_content()
41 if (tmpout == NULL) { in cms_copy_content()
59 if (tmpout != NULL && (BIO_write(tmpout, buf, i) != i)) in cms_copy_content()
64 if (!SMIME_text(tmpout, out)) { in cms_copy_content()
72 if (tmpout != out) in cms_copy_content()
73 BIO_free(tmpout); in cms_copy_content()
424 if (tmpout == NULL) { in CMS_verify()
465 do_free_upto(cmsbio, tmpout); in CMS_verify()
475 if (out != tmpout) in CMS_verify()
[all …]
/openssl-master/crypto/pkcs7/
A Dpk7_smime.c223 BIO *tmpin = NULL, *tmpout = NULL; in PKCS7_verify() local
324 if ((tmpout = BIO_new(BIO_s_mem())) == NULL) { in PKCS7_verify()
328 BIO_set_mem_eof_return(tmpout, 0); in PKCS7_verify()
330 tmpout = out; in PKCS7_verify()
341 if (tmpout) in PKCS7_verify()
342 BIO_write(tmpout, buf, i); in PKCS7_verify()
346 if (!SMIME_text(tmpout, out)) { in PKCS7_verify()
348 BIO_free(tmpout); in PKCS7_verify()
351 BIO_free(tmpout); in PKCS7_verify()

Completed in 5 milliseconds