Home
last modified time | relevance | path

Searched refs:BIO_push (Results 1 – 25 of 45) sorted by relevance

12

/openssl-master/test/testutil/
A Dbasic_output.c30 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 Dtestutil_init.c80 channel = BIO_push(bio, in setup_trace_category()
/openssl-master/doc/man3/
A DBIO_push.pod5 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 DBIO_f_md.pod87 * 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 DBIO_f_base64.pod51 BIO_push(b64, bio);
67 BIO_push(b64, bio);
A DBIO_f_ssl.pod46 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 Dbio_enc_test.c56 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 Dbio_prefix_text.c112 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 Dbio_readbuffer_test.c48 in_bio = BIO_push(readbuf_bio, in_bio); in test_readbuffer_file_bio()
/openssl-master/apps/
A Denc.c402 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 Drand.c113 out = BIO_push(b64, out); in rand_main()
A Ds_client.c2088 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 Dasn1parse.c207 BIO_push(b64, in); in asn1parse_main()
A Dopenssl.c177 channel = BIO_push(bio, dup_bio_err(FORMAT_TEXT)); in setup_trace_category()
A Ds_server.c2414 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 DBIO_f_md.c92 BIO *reading = BIO_push(bio_digest, input); in main()
/openssl-master/ssl/
A Dbio_ssl.c294 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 Dsconnect.c76 out = BIO_push(ssl_bio, out); in main()
/openssl-master/crypto/pkcs7/
A Dpk7_doit.c91 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 Dbio_ndef.c70 out = BIO_push(asn_bio, out); in BIO_new_NDEF()
A Dasn_mime.c113 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 Dasn1_parse.c48 || (bp = BIO_push(bio, bp)) == NULL) in asn1_print_info()
/openssl-master/crypto/bio/
A Dbss_acpt.c326 if (!BIO_push(dbio, bio)) in acpt_state()
330 if (BIO_push(b, bio) == NULL) in acpt_state()
A Dbio_lib.c632 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 Dbio.pod70 L<BIO_push(3)>, L<BIO_read_ex(3)>,

Completed in 37 milliseconds

12