Home
last modified time | relevance | path

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

/openssl/crypto/cms/
H A Dcms_smime.c38 BIO *tmpout; in cms_copy_content() local
40 tmpout = cms_get_text_bio(out, flags); in cms_copy_content()
42 if (tmpout == NULL) { in cms_copy_content()
60 if (tmpout != NULL && (BIO_write(tmpout, buf, i) != i)) in cms_copy_content()
65 if (!SMIME_text(tmpout, out)) { in cms_copy_content()
73 if (tmpout != out) in cms_copy_content()
74 BIO_free(tmpout); in cms_copy_content()
433 if (tmpout == NULL) { in CMS_verify()
475 do_free_upto(cmsbio, tmpout); in CMS_verify()
485 if (out != tmpout) in CMS_verify()
[all …]
/openssl/crypto/pkcs7/
H A Dpk7_smime.c228 BIO *tmpout = NULL; in PKCS7_verify() local
314 if ((tmpout = BIO_new(BIO_s_mem())) == NULL) { in PKCS7_verify()
318 BIO_set_mem_eof_return(tmpout, 0); in PKCS7_verify()
320 tmpout = out; in PKCS7_verify()
329 if (tmpout) in PKCS7_verify()
330 BIO_write(tmpout, buf, i); in PKCS7_verify()
334 if (!SMIME_text(tmpout, out)) { in PKCS7_verify()
336 BIO_free(tmpout); in PKCS7_verify()
339 BIO_free(tmpout); in PKCS7_verify()

Completed in 13 milliseconds