Symbol: BIO_push
crypto/openssl/apps/asn1parse.c
218
BIO_push(b64, in);
crypto/openssl/apps/dgst.c
440
inp = BIO_push(bmd, in);
crypto/openssl/apps/enc.c
493
wbio = BIO_push(bzl, wbio);
crypto/openssl/apps/enc.c
495
rbio = BIO_push(bzl, rbio);
crypto/openssl/apps/enc.c
507
wbio = BIO_push(bbrot, wbio);
crypto/openssl/apps/enc.c
509
rbio = BIO_push(bbrot, rbio);
crypto/openssl/apps/enc.c
520
wbio = BIO_push(bzstd, wbio);
crypto/openssl/apps/enc.c
522
rbio = BIO_push(bzstd, rbio);
crypto/openssl/apps/enc.c
536
wbio = BIO_push(b64, wbio);
crypto/openssl/apps/enc.c
538
rbio = BIO_push(b64, rbio);
crypto/openssl/apps/enc.c
773
wbio = BIO_push(benc, wbio);
crypto/openssl/apps/lib/apps.c
2589
bio = BIO_push(sbio, bio);
crypto/openssl/apps/lib/apps.c
260
pwdbio = BIO_push(btmp, pwdbio);
crypto/openssl/apps/lib/apps.c
3012
b = BIO_push(BIO_new(BIO_f_linebuffer()), b);
crypto/openssl/apps/lib/apps.c
3017
b = BIO_push(BIO_new(BIO_f_prefix()), b);
crypto/openssl/apps/lib/apps.c
3031
b = BIO_push(BIO_new(BIO_f_linebuffer()), b);
crypto/openssl/apps/lib/http_server.c
397
getbio = BIO_push(b64, getbio);
crypto/openssl/apps/lib/log.c
51
bio = BIO_push(pre, bio_err);
crypto/openssl/apps/openssl.c
177
channel = BIO_push(bio, dup_bio_err(FORMAT_TEXT));
crypto/openssl/apps/rand.c
198
out = BIO_push(b64, out);
crypto/openssl/apps/s_client.c
2378
sbio = BIO_push(test, sbio);
crypto/openssl/apps/s_client.c
2457
BIO_push(fbio, sbio);
crypto/openssl/apps/s_client.c
2505
BIO_push(fbio, sbio);
crypto/openssl/apps/s_client.c
2533
BIO_push(fbio, sbio);
crypto/openssl/apps/s_client.c
2616
BIO_push(fbio, sbio);
crypto/openssl/apps/s_client.c
2773
BIO_push(fbio, sbio);
crypto/openssl/apps/s_client.c
2815
BIO_push(fbio, sbio);
crypto/openssl/apps/s_server.c
2660
sbio = BIO_push(test, sbio);
crypto/openssl/apps/s_server.c
3330
sbio = BIO_push(test, sbio);
crypto/openssl/apps/s_server.c
3337
BIO_push(io, ssl_bio);
crypto/openssl/apps/s_server.c
3344
io = BIO_push(filter, io);
crypto/openssl/apps/s_server.c
3350
edio = BIO_push(filter, edio);
crypto/openssl/apps/s_server.c
3785
BIO_push(io, ssl_bio);
crypto/openssl/apps/s_server.c
3792
io = BIO_push(filter, io);
crypto/openssl/crypto/asn1/asn1_parse.c
50
|| (bp = BIO_push(bio, bp)) == NULL)
crypto/openssl/crypto/asn1/asn_mime.c
118
out = BIO_push(b64, out);
crypto/openssl/crypto/asn1/asn_mime.c
148
bio = BIO_push(b64, bio);
crypto/openssl/crypto/asn1/asn_mime.c
545
out = BIO_push(bf, out);
crypto/openssl/crypto/asn1/bio_ndef.c
76
out = BIO_push(asn_bio, out);
crypto/openssl/crypto/bio/bio_lib.c
896
BIO_push(eoc, new_bio);
crypto/openssl/crypto/bio/bss_acpt.c
328
if (!BIO_push(dbio, bio))
crypto/openssl/crypto/bio/bss_acpt.c
332
if (BIO_push(b, bio) == NULL)
crypto/openssl/crypto/cms/cms_lib.c
193
return BIO_push(cmsbio, cont);
crypto/openssl/crypto/cms/cms_sd.c
1033
BIO_push(chain, mdbio);
crypto/openssl/crypto/encode_decode/decoder_lib.c
73
in = BIO_push(new_bio, in);
crypto/openssl/crypto/evp/p_lib.c
1187
*out = BIO_push(prefbio, *out);
crypto/openssl/crypto/http/http_client.c
1465
BIO_push(fbio, bio);
crypto/openssl/crypto/pem/pem_pkey.c
229
bp = BIO_push(new_bio, bp);
crypto/openssl/crypto/pkcs7/pk7_doit.c
132
else if (!BIO_push(*pbio, btmp)) {
crypto/openssl/crypto/pkcs7/pk7_doit.c
380
BIO_push(out, btmp);
crypto/openssl/crypto/pkcs7/pk7_doit.c
410
BIO_push(out, bio);
crypto/openssl/crypto/pkcs7/pk7_doit.c
580
BIO_push(out, btmp);
crypto/openssl/crypto/pkcs7/pk7_doit.c
687
BIO_push(out, etmp);
crypto/openssl/crypto/pkcs7/pk7_doit.c
704
BIO_push(out, bio);
crypto/openssl/crypto/pkcs7/pk7_smime.c
508
if ((bread = BIO_push(tmpbuf, tmpmem)) == NULL) {
crypto/openssl/demos/bio/sconnect.c
82
out = BIO_push(ssl_bio, out);
crypto/openssl/demos/digest/BIO_f_md.c
96
reading = BIO_push(bio_digest, input);
crypto/openssl/doc/designs/ddd/ddd-02-conn-nonblocking-threads.c
94
BIO_push(out, buf);
crypto/openssl/doc/designs/ddd/ddd-02-conn-nonblocking.c
107
BIO_push(out, buf);
crypto/openssl/engines/e_loader_attic.c
938
ctx->_.file.file = BIO_push(buff, ctx->_.file.file);
crypto/openssl/include/openssl/bio.h
762
BIO *BIO_push(BIO *b, BIO *append);
crypto/openssl/ssl/bio_ssl.c
307
BIO_push(bio, next);
crypto/openssl/ssl/bio_ssl.c
458
if ((ret = BIO_push(buf, ssl)) == NULL)
crypto/openssl/ssl/bio_ssl.c
484
if ((ret = BIO_push(ssl, con)) == NULL)
crypto/openssl/ssl/ssl_lib.c
1586
sc->wbio = BIO_push(sc->bbio, sc->wbio);
crypto/openssl/ssl/ssl_lib.c
5344
s->wbio = BIO_push(bbio, s->wbio);
crypto/openssl/test/bio_base64_test.c
244
BIO_push(b64, bio);
crypto/openssl/test/bio_comp_test.c
53
BIO_push(bcomp, bmem);
crypto/openssl/test/bio_comp_test.c
64
BIO_push(bexp, bmem);
crypto/openssl/test/bio_enc_test.c
116
BIO_push(b, mem);
crypto/openssl/test/bio_enc_test.c
141
BIO_push(b, mem);
crypto/openssl/test/bio_enc_test.c
172
BIO_push(b, mem);
crypto/openssl/test/bio_enc_test.c
204
BIO_push(b, mem);
crypto/openssl/test/bio_enc_test.c
288
|| !TEST_ptr(BIO_push(b64, mem))
crypto/openssl/test/bio_enc_test.c
289
|| !TEST_ptr(BIO_push(cbio, b64))
crypto/openssl/test/bio_enc_test.c
307
|| !TEST_ptr(BIO_push(b64, mem))
crypto/openssl/test/bio_enc_test.c
308
|| !TEST_ptr(BIO_push(cbio, b64))
crypto/openssl/test/bio_enc_test.c
61
BIO_push(b, mem);
crypto/openssl/test/bio_enc_test.c
77
BIO_push(b, mem);
crypto/openssl/test/bio_prefix_text.c
114
chain[i] = BIO_push(curr, next);
crypto/openssl/test/bio_prefix_text.c
153
bio_out = BIO_push(BIO_new(BIO_f_linebuffer()), bio_out);
crypto/openssl/test/bio_prefix_text.c
154
bio_err = BIO_push(BIO_new(BIO_f_linebuffer()), bio_err);
crypto/openssl/test/bio_readbuffer_test.c
49
in_bio = BIO_push(readbuf_bio, in_bio);
crypto/openssl/test/evp_extra_test.c
1886
BIO_push(mdbio, membio);
crypto/openssl/test/helpers/quictestlib.c
258
cbio = BIO_push(pktsplitbio, cbio);
crypto/openssl/test/helpers/quictestlib.c
264
sbio = BIO_push(pktsplitbio, sbio);
crypto/openssl/test/helpers/quictestlib.c
282
cbio = BIO_push(noisebio, cbio);
crypto/openssl/test/helpers/quictestlib.c
294
sbio = BIO_push(noisebio, sbio);
crypto/openssl/test/helpers/quictestlib.c
330
if (!TEST_ptr(BIO_push(fisbio, sbio))) {
crypto/openssl/test/helpers/ssltestlib.c
1216
&& !TEST_ptr(s_to_c_bio = BIO_push(s_to_c_fbio, s_to_c_bio)))
crypto/openssl/test/helpers/ssltestlib.c
1219
&& !TEST_ptr(c_to_s_bio = BIO_push(c_to_s_fbio, c_to_s_bio)))
crypto/openssl/test/quic_multistream_test.c
756
if (!TEST_ptr(BIO_push(h->s_qtf_wbio, h->s_net_bio)))
crypto/openssl/test/sslapitest.c
12177
BIO_push(bretry, tmp);
crypto/openssl/test/sslapitest.c
3091
BIO_push(sslbio, membio1);
crypto/openssl/test/testutil/basic_output.c
140
tap_out = BIO_push(BIO_new(BIO_f_linebuffer()), tap_out);
crypto/openssl/test/testutil/basic_output.c
141
tap_err = BIO_push(BIO_new(BIO_f_linebuffer()), tap_err);
crypto/openssl/test/testutil/basic_output.c
143
tap_out = BIO_push(BIO_new(BIO_f_prefix()), tap_out);
crypto/openssl/test/testutil/basic_output.c
144
tap_err = BIO_push(BIO_new(BIO_f_prefix()), tap_err);
crypto/openssl/test/testutil/basic_output.c
146
bio_out = BIO_push(BIO_new(BIO_f_prefix()), tap_out);
crypto/openssl/test/testutil/basic_output.c
147
bio_err = BIO_push(BIO_new(BIO_f_prefix()), tap_err);
crypto/openssl/test/testutil/testutil_init.c
80
channel = BIO_push(bio,