/openssl-master/test/testutil/ |
A D | basic_output.c | 30 tap_out = BIO_push(BIO_new(BIO_f_linebuffer()), tap_out); in test_open_streams() 31 tap_err = BIO_push(BIO_new(BIO_f_linebuffer()), tap_err); in test_open_streams() 33 tap_out = BIO_push(BIO_new(BIO_f_prefix()), tap_out); in test_open_streams() 34 tap_err = BIO_push(BIO_new(BIO_f_prefix()), tap_err); in test_open_streams() 36 bio_out = BIO_push(BIO_new(BIO_f_prefix()), tap_out); in test_open_streams() 37 bio_err = BIO_push(BIO_new(BIO_f_prefix()), tap_err); in test_open_streams()
|
A D | testutil_init.c | 80 channel = BIO_push(bio, in setup_trace_category()
|
/openssl-master/doc/man3/ |
A D | BIO_push.pod | 5 BIO_push, BIO_pop, BIO_set_next - add and remove BIOs from a chain 11 BIO *BIO_push(BIO *b, BIO *append); 17 The BIO_push() function appends the BIO B<append> to B<b>, it returns 31 The names of these functions are perhaps a little misleading. BIO_push() 35 The process of calling BIO_push() and BIO_pop() on a BIO may have additional 41 BIO_push() returns the end of the chain, B<b>. 53 BIO_push(b64, f); 57 BIO_push(md2, b64); 58 BIO_push(md1, md2);
|
A D | BIO_f_md.pod | 87 * For BIO_push() we want to append the sink BIO and keep a note of 90 bio = BIO_push(mdtmp, bio); 93 bio = BIO_push(mdtmp, bio); 106 bio = BIO_push(mdtmp, bio); 109 bio = BIO_push(mdtmp, bio);
|
A D | BIO_f_base64.pod | 51 BIO_push(b64, bio); 67 BIO_push(b64, bio);
|
A D | BIO_f_ssl.pod | 46 If a BIO is appended to an SSL BIO using BIO_push() it is automatically 234 sbio = BIO_push(bbio, sbio);
|
/openssl-master/test/ |
A D | bio_enc_test.c | 56 BIO_push(b, BIO_new_mem_buf(inp, DATA_SIZE)); in do_bio_cipher() 67 BIO_push(b, BIO_new_mem_buf(inp, DATA_SIZE)); in do_bio_cipher() 94 BIO_push(b, BIO_new_mem_buf(inp, DATA_SIZE)); in do_bio_cipher() 114 BIO_push(b, BIO_new_mem_buf(ref, lref)); in do_bio_cipher() 130 BIO_push(b, BIO_new_mem_buf(ref, lref)); in do_bio_cipher() 157 BIO_push(b, BIO_new_mem_buf(ref, lref)); in do_bio_cipher()
|
A D | bio_prefix_text.c | 112 chain[i] = BIO_push(curr, next); in setup_bio_chain() 151 bio_out = BIO_push(BIO_new(BIO_f_linebuffer()), bio_out); in setup() 152 bio_err = BIO_push(BIO_new(BIO_f_linebuffer()), bio_err); in setup()
|
A D | bio_readbuffer_test.c | 48 in_bio = BIO_push(readbuf_bio, in_bio); in test_readbuffer_file_bio()
|
/openssl-master/apps/ |
A D | enc.c | 402 wbio = BIO_push(bzl, wbio); in enc_main() 404 rbio = BIO_push(bzl, rbio); in enc_main() 418 wbio = BIO_push(b64, wbio); in enc_main() 420 rbio = BIO_push(b64, rbio); in enc_main() 606 wbio = BIO_push(benc, wbio); in enc_main()
|
A D | rand.c | 113 out = BIO_push(b64, out); in rand_main()
|
A D | s_client.c | 2088 sbio = BIO_push(test, sbio); in s_client_main() 2154 BIO_push(fbio, sbio); in s_client_main() 2202 BIO_push(fbio, sbio); in s_client_main() 2229 BIO_push(fbio, sbio); in s_client_main() 2323 BIO_push(fbio, sbio); in s_client_main() 2483 BIO_push(fbio, sbio); in s_client_main() 2523 BIO_push(fbio, sbio); in s_client_main()
|
A D | asn1parse.c | 207 BIO_push(b64, in); in asn1parse_main()
|
A D | openssl.c | 177 channel = BIO_push(bio, dup_bio_err(FORMAT_TEXT)); in setup_trace_category()
|
A D | s_server.c | 2414 sbio = BIO_push(test, sbio); in sv_body() 3041 sbio = BIO_push(test, sbio); in www_body() 3048 BIO_push(io, ssl_bio); in www_body() 3051 io = BIO_push(BIO_new(BIO_f_ebcdic_filter()), io); in www_body() 3451 BIO_push(io, ssl_bio); in rev_body() 3454 io = BIO_push(BIO_new(BIO_f_ebcdic_filter()), io); in rev_body()
|
/openssl-master/demos/digest/ |
A D | BIO_f_md.c | 92 BIO *reading = BIO_push(bio_digest, input); in main()
|
/openssl-master/ssl/ |
A D | bio_ssl.c | 294 BIO_push(bio, next); in ssl_ctrl() 430 if ((ret = BIO_push(buf, ssl)) == NULL) in BIO_new_buffer_ssl_connect() 449 if ((ret = BIO_push(ssl, con)) == NULL) in BIO_new_ssl_connect()
|
/openssl-master/demos/bio/ |
A D | sconnect.c | 76 out = BIO_push(ssl_bio, out); in main()
|
/openssl-master/crypto/pkcs7/ |
A D | pk7_doit.c | 91 else if (!BIO_push(*pbio, btmp)) { in pkcs7_bio_add_digest() 348 BIO_push(out, btmp); in PKCS7_dataInit() 367 BIO_push(out, bio); in PKCS7_dataInit() 530 BIO_push(out, btmp); in PKCS7_dataDecode() 636 BIO_push(out, etmp); in PKCS7_dataDecode() 653 BIO_push(out, bio); in PKCS7_dataDecode()
|
/openssl-master/crypto/asn1/ |
A D | bio_ndef.c | 70 out = BIO_push(asn_bio, out); in BIO_new_NDEF()
|
A D | asn_mime.c | 113 out = BIO_push(b64, out); in B64_write_ASN1() 143 bio = BIO_push(b64, bio); in b64_read_asn1() 520 out = BIO_push(bf, out); in SMIME_crlf_copy()
|
A D | asn1_parse.c | 48 || (bp = BIO_push(bio, bp)) == NULL) in asn1_print_info()
|
/openssl-master/crypto/bio/ |
A D | bss_acpt.c | 326 if (!BIO_push(dbio, bio)) in acpt_state() 330 if (BIO_push(b, bio) == NULL) in acpt_state()
|
A D | bio_lib.c | 632 BIO *BIO_push(BIO *b, BIO *bio) in BIO_push() function 786 BIO_push(eoc, new_bio); in BIO_dup_chain()
|
/openssl-master/doc/man7/ |
A D | bio.pod | 70 L<BIO_push(3)>, L<BIO_read_ex(3)>,
|