Searched refs:tmpout (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_uu.py | 209 self.tmpout = os_helper.TESTFN_ASCII + "o" 211 self.addCleanup(os_helper.unlink, self.tmpout) 218 with open(self.tmpout, 'wb') as fout: 221 with open(self.tmpout, 'rb') as fout: 226 uu.encode(self.tmpin, self.tmpout, self.tmpin, mode=0o644) 227 with open(self.tmpout, 'rb') as fout: 235 f.write(encodedtextwrapped(0o644, self.tmpout)) 240 with open(self.tmpout, 'rb') as f: 248 f.write(encodedtextwrapped(0o644, self.tmpout)) 252 with open(self.tmpout, 'r [all...] |
/third_party/node/deps/openssl/openssl/crypto/cms/ |
H A D | cms_smime.c | 37 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() 314 BIO *cmsbio = NULL, *tmpin = NULL, *tmpout = NULL; in CMS_verify() local 423 tmpout in CMS_verify() [all...] |
/third_party/openssl/crypto/cms/ |
H A D | cms_smime.c | 37 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() 315 BIO *cmsbio = NULL, *tmpin = NULL, *tmpout = NULL; in CMS_verify() local 424 tmpout in CMS_verify() [all...] |
/third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
H A D | pk7_smime.c | 224 BIO *tmpin = NULL, *tmpout = NULL; in PKCS7_verify() local 326 if ((tmpout = BIO_new(BIO_s_mem())) == NULL) { in PKCS7_verify() 330 BIO_set_mem_eof_return(tmpout, 0); in PKCS7_verify() 332 tmpout = out; in PKCS7_verify() 343 if (tmpout) in PKCS7_verify() 344 BIO_write(tmpout, buf, i); in PKCS7_verify() 348 if (!SMIME_text(tmpout, out)) { in PKCS7_verify() 350 BIO_free(tmpout); in PKCS7_verify() 353 BIO_free(tmpout); in PKCS7_verify()
|
/third_party/openssl/crypto/pkcs7/ |
H A D | pk7_smime.c | 224 BIO *tmpin = NULL, *tmpout = NULL; in PKCS7_verify() local 326 if ((tmpout = BIO_new(BIO_s_mem())) == NULL) { in PKCS7_verify() 330 BIO_set_mem_eof_return(tmpout, 0); in PKCS7_verify() 332 tmpout = out; in PKCS7_verify() 343 if (tmpout) in PKCS7_verify() 344 BIO_write(tmpout, buf, i); in PKCS7_verify() 348 if (!SMIME_text(tmpout, out)) { in PKCS7_verify() 350 BIO_free(tmpout); in PKCS7_verify() 353 BIO_free(tmpout); in PKCS7_verify()
|
Completed in 4 milliseconds