Searched refs:out_bio (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ts.c | 402 BIO *out_bio = NULL; in query_command() local 419 if ((out_bio = bio_open_default(out, 'w', FORMAT_TEXT)) == NULL) in query_command() 421 if (!TS_REQ_print_bio(out_bio, query)) in query_command() 424 if ((out_bio = bio_open_default(out, 'w', FORMAT_ASN1)) == NULL) in query_command() 426 if (!i2d_TS_REQ_bio(out_bio, query)) in query_command() 436 BIO_free_all(out_bio); in query_command() 596 BIO *out_bio = NULL; in reply_command() local 619 if ((out_bio = bio_open_default(out, 'w', FORMAT_TEXT)) == NULL) in reply_command() 623 if (!TS_TST_INFO_print_bio(out_bio, tst_info)) in reply_command() 626 if (!TS_RESP_print_bio(out_bio, respons in reply_command() [all...] |
/third_party/openssl/apps/ |
H A D | ts.c | 402 BIO *out_bio = NULL; in query_command() local 419 if ((out_bio = bio_open_default(out, 'w', FORMAT_TEXT)) == NULL) in query_command() 421 if (!TS_REQ_print_bio(out_bio, query)) in query_command() 424 if ((out_bio = bio_open_default(out, 'w', FORMAT_ASN1)) == NULL) in query_command() 426 if (!i2d_TS_REQ_bio(out_bio, query)) in query_command() 436 BIO_free_all(out_bio); in query_command() 596 BIO *out_bio = NULL; in reply_command() local 619 if ((out_bio = bio_open_default(out, 'w', FORMAT_TEXT)) == NULL) in reply_command() 623 if (!TS_TST_INFO_print_bio(out_bio, tst_info)) in reply_command() 626 if (!TS_RESP_print_bio(out_bio, respons in reply_command() [all...] |
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | pkcs7.rs | 229 let out_bio = MemBio::new()?; in verify() 243 out_bio.as_ptr(), in verify() 251 data.extend_from_slice(out_bio.get_buf()); in verify()
|
H A D | cms.rs | 257 let out_bio = MemBio::new()?; in verify() 264 out_bio.as_ptr(), in verify() 270 data.extend_from_slice(out_bio.get_buf()); in verify()
|
Completed in 4 milliseconds