Symbol: BIO_new
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1323
tmp = BIO_new(BIO_s_file());
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1420
tmp = BIO_new(BIO_s_file());
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2203
out = BIO_new(BIO_s_mem());
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
4775
b = BIO_new(BIO_s_mem());
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
5529
bio_err = BIO_new(BIO_s_file());
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
5549
bio_err = BIO_new(BIO_s_file());
crypto/krb5/src/plugins/tls/k5tls/openssl.c
318
bio = BIO_new(BIO_s_mem());
crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
116
if ((bio = BIO_new(BIO_s_mem())) == NULL ||
crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
326
if ((bio = BIO_new(BIO_s_mem())) == NULL ||
crypto/openssh/sshkey.c
3317
if ((bio = BIO_new(BIO_s_mem())) == NULL) {
crypto/openssh/sshkey.c
3535
if ((bio = BIO_new(BIO_s_mem())) == NULL || sshbuf_len(blob) > INT_MAX)
crypto/openssl/apps/asn1parse.c
216
if ((b64 = BIO_new(BIO_f_base64())) == NULL)
crypto/openssl/apps/cmp.c
2472
if ((bio = BIO_new(BIO_s_file())) == NULL
crypto/openssl/apps/cmp.c
2505
if ((bio = BIO_new(BIO_s_file())) == NULL
crypto/openssl/apps/cmp.c
3377
mem = BIO_new(BIO_s_mem());
crypto/openssl/apps/dgst.c
270
in = BIO_new(BIO_s_file());
crypto/openssl/apps/dgst.c
271
bmd = BIO_new(BIO_f_md());
crypto/openssl/apps/enc.c
486
if ((bzl = BIO_new(BIO_f_zlib())) == NULL)
crypto/openssl/apps/enc.c
500
if ((bbrot = BIO_new(BIO_f_brotli())) == NULL)
crypto/openssl/apps/enc.c
513
if ((bzstd = BIO_new(BIO_f_zstd())) == NULL)
crypto/openssl/apps/enc.c
527
if ((b64 = BIO_new(BIO_f_base64())) == NULL)
crypto/openssl/apps/enc.c
682
if ((benc = BIO_new(BIO_f_cipher())) == NULL)
crypto/openssl/apps/fipsinstall.c
518
mem_bio = BIO_new(BIO_s_mem());
crypto/openssl/apps/genpkey.c
258
mem_out = BIO_new(BIO_s_mem());
crypto/openssl/apps/genpkey.c
264
mem_outpubkey = BIO_new(BIO_s_mem());
crypto/openssl/apps/lib/apps.c
2033
mem = BIO_new(BIO_s_mem());
crypto/openssl/apps/lib/apps.c
253
btmp = BIO_new(BIO_f_buffer());
crypto/openssl/apps/lib/apps.c
2575
|| (sbio = BIO_new(BIO_f_ssl())) == NULL) {
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
202
bufbio = BIO_new(BIO_f_buffer());
crypto/openssl/apps/lib/http_server.c
205
acbio = BIO_new(BIO_s_accept());
crypto/openssl/apps/lib/http_server.c
391
|| (b64 = BIO_new(BIO_f_base64())) == NULL) {
crypto/openssl/apps/lib/log.c
47
BIO *bio, *pre = BIO_new(BIO_f_prefix());
crypto/openssl/apps/openssl.c
176
bio = BIO_new(BIO_f_prefix());
crypto/openssl/apps/rand.c
195
BIO *b64 = BIO_new(BIO_f_base64());
crypto/openssl/apps/req.c
518
addext_bio = BIO_new(BIO_s_mem());
crypto/openssl/apps/s_client.c
1870
bio_c_out = BIO_new(BIO_s_null());
crypto/openssl/apps/s_client.c
2372
test = BIO_new(BIO_f_nbio_test());
crypto/openssl/apps/s_client.c
2451
BIO *fbio = BIO_new(BIO_f_buffer());
crypto/openssl/apps/s_client.c
2499
BIO *fbio = BIO_new(BIO_f_buffer());
crypto/openssl/apps/s_client.c
2527
BIO *fbio = BIO_new(BIO_f_buffer());
crypto/openssl/apps/s_client.c
2610
BIO *fbio = BIO_new(BIO_f_buffer());
crypto/openssl/apps/s_client.c
2767
BIO *fbio = BIO_new(BIO_f_buffer());
crypto/openssl/apps/s_client.c
2809
BIO *fbio = BIO_new(BIO_f_buffer());
crypto/openssl/apps/s_client.c
2869
BIO *ldapbio = BIO_new(BIO_s_mem());
crypto/openssl/apps/s_server.c
1998
bio_s_out = BIO_new(BIO_s_null());
crypto/openssl/apps/s_server.c
2653
test = BIO_new(BIO_f_nbio_test());
crypto/openssl/apps/s_server.c
3282
io = BIO_new(BIO_f_buffer());
crypto/openssl/apps/s_server.c
3283
ssl_bio = BIO_new(BIO_f_ssl());
crypto/openssl/apps/s_server.c
3284
edio = BIO_new(BIO_s_mem());
crypto/openssl/apps/s_server.c
3323
test = BIO_new(BIO_f_nbio_test());
crypto/openssl/apps/s_server.c
3340
filter = BIO_new(BIO_f_ebcdic_filter());
crypto/openssl/apps/s_server.c
3346
filter = BIO_new(BIO_f_ebcdic_filter());
crypto/openssl/apps/s_server.c
3749
io = BIO_new(BIO_f_buffer());
crypto/openssl/apps/s_server.c
3750
ssl_bio = BIO_new(BIO_f_ssl());
crypto/openssl/apps/s_server.c
3788
filter = BIO_new(BIO_f_ebcdic_filter());
crypto/openssl/apps/s_time.c
435
if ((conn = BIO_new(BIO_s_connect())) == NULL)
crypto/openssl/crypto/asn1/a_d2i_fp.c
27
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/asn1/a_d2i_fp.c
91
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/asn1/a_i2d_fp.c
120
if ((res = BIO_new(BIO_s_mem())) == NULL)
crypto/openssl/crypto/asn1/a_i2d_fp.c
23
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/asn1/a_i2d_fp.c
74
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/asn1/asn1_parse.c
49
if ((bio = BIO_new(BIO_f_prefix())) == NULL
crypto/openssl/crypto/asn1/asn_mime.c
110
b64 = BIO_new(BIO_f_base64());
crypto/openssl/crypto/asn1/asn_mime.c
144
if ((b64 = BIO_new(BIO_f_base64())) == NULL) {
crypto/openssl/crypto/asn1/asn_mime.c
540
bf = BIO_new(BIO_f_buffer());
crypto/openssl/crypto/asn1/asn_mime.c
657
bpart = BIO_new(BIO_s_mem());
crypto/openssl/crypto/asn1/bio_ndef.c
71
asn_bio = BIO_new(BIO_f_asn1());
crypto/openssl/crypto/bio/bio_lib.c
866
if ((new_bio = BIO_new(bio->method)) == NULL)
crypto/openssl/crypto/bio/bss_acpt.c
572
ret = BIO_new(BIO_s_accept());
crypto/openssl/crypto/bio/bss_bio.c
682
bio1 = BIO_new(BIO_s_bio());
crypto/openssl/crypto/bio/bss_bio.c
685
bio2 = BIO_new(BIO_s_bio());
crypto/openssl/crypto/bio/bss_conn.c
866
ret = BIO_new(BIO_s_connect());
crypto/openssl/crypto/bio/bss_dgram.c
1805
bio = BIO_new(BIO_s_datagram_sctp());
crypto/openssl/crypto/bio/bss_dgram.c
266
ret = BIO_new(BIO_s_datagram());
crypto/openssl/crypto/bio/bss_dgram_pair.c
808
bio1 = BIO_new(BIO_s_dgram_pair());
crypto/openssl/crypto/bio/bss_dgram_pair.c
812
bio2 = BIO_new(BIO_s_dgram_pair());
crypto/openssl/crypto/bio/bss_fd.c
83
ret = BIO_new(BIO_s_fd());
crypto/openssl/crypto/bio/bss_file.c
80
if ((ret = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/bio/bss_file.c
95
if ((ret = BIO_new(BIO_s_file())) == NULL)
crypto/openssl/crypto/bio/bss_mem.c
94
if ((ret = BIO_new(BIO_s_mem())) == NULL)
crypto/openssl/crypto/bio/bss_sock.c
71
ret = BIO_new(BIO_s_socket());
crypto/openssl/crypto/bn/bn_print.c
22
if ((b = BIO_new(BIO_s_file())) == NULL)
crypto/openssl/crypto/cmp/cmp_msg.c
488
privbio = BIO_new(BIO_s_mem());
crypto/openssl/crypto/cmp/cmp_vfy.c
36
bio = BIO_new(BIO_s_mem()); /* may be NULL */
crypto/openssl/crypto/cms/cms_cd.c
81
return BIO_new(BIO_f_zlib());
crypto/openssl/crypto/cms/cms_enc.c
46
b = BIO_new(BIO_f_cipher());
crypto/openssl/crypto/cms/cms_env.c
268
|| (bio = BIO_new(BIO_s_mem())) == NULL)
crypto/openssl/crypto/cms/cms_lib.c
136
return BIO_new(BIO_s_null());
crypto/openssl/crypto/cms/cms_lib.c
141
return BIO_new(BIO_s_mem());
crypto/openssl/crypto/cms/cms_lib.c
429
mdbio = BIO_new(BIO_f_md());
crypto/openssl/crypto/cms/cms_lib.c
810
signbio = BIO_new(BIO_s_mem());
crypto/openssl/crypto/cms/cms_sd.c
1138
if ((bio = BIO_new(BIO_s_mem())) == NULL)
crypto/openssl/crypto/cms/cms_smime.c
25
rbio = BIO_new(BIO_s_null());
crypto/openssl/crypto/cms/cms_smime.c
27
rbio = BIO_new(BIO_s_mem());
crypto/openssl/crypto/dh/dh_prn.c
27
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/dsa/dsa_prn.c
27
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/dsa/dsa_prn.c
42
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/ec/eck_prn.c
26
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/ec/eck_prn.c
41
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/ec/eck_prn.c
56
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/encode_decode/decoder_lib.c
126
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/encode_decode/decoder_lib.c
70
new_bio = BIO_new(BIO_f_readbuffer());
crypto/openssl/crypto/encode_decode/encoder_lib.c
131
out = BIO_new(BIO_s_mem());
crypto/openssl/crypto/encode_decode/encoder_lib.c
655
else if ((current_out = allocated_out = BIO_new(BIO_s_mem()))
crypto/openssl/crypto/encode_decode/encoder_lib.c
98
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/evp/p_lib.c
1183
BIO *prefbio = BIO_new(BIO_f_prefix());
crypto/openssl/crypto/http/http_client.c
1449
BIO *fbio = BIO_new(BIO_f_buffer());
crypto/openssl/crypto/http/http_client.c
188
if ((rctx->mem = BIO_new(BIO_s_mem())) == NULL)
crypto/openssl/crypto/lhash/lh_stats.c
31
bp = BIO_new(BIO_s_file());
crypto/openssl/crypto/lhash/lh_stats.c
43
bp = BIO_new(BIO_s_file());
crypto/openssl/crypto/lhash/lh_stats.c
55
bp = BIO_new(BIO_s_file());
crypto/openssl/crypto/pem/pem_all.c
213
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/pem/pem_info.c
35
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/pem/pem_lib.c
115
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/pem/pem_lib.c
309
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/pem/pem_lib.c
622
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/pem/pem_lib.c
708
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/pem/pem_lib.c
962
headerB = BIO_new(bmeth);
crypto/openssl/crypto/pem/pem_lib.c
963
dataB = BIO_new(bmeth);
crypto/openssl/crypto/pem/pem_pkey.c
226
new_bio = BIO_new(BIO_f_readbuffer());
crypto/openssl/crypto/pem/pem_pkey.c
285
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/pem/pem_pkey.c
415
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/pkcs7/pk7_doit.c
102
if ((btmp = BIO_new(BIO_f_md())) == NULL) {
crypto/openssl/crypto/pkcs7/pk7_doit.c
323
if ((btmp = BIO_new(BIO_f_cipher())) == NULL) {
crypto/openssl/crypto/pkcs7/pk7_doit.c
386
bio = BIO_new(BIO_s_null());
crypto/openssl/crypto/pkcs7/pk7_doit.c
392
bio = BIO_new(BIO_s_mem());
crypto/openssl/crypto/pkcs7/pk7_doit.c
401
bio = BIO_new(BIO_s_mem());
crypto/openssl/crypto/pkcs7/pk7_doit.c
550
if ((btmp = BIO_new(BIO_f_md())) == NULL) {
crypto/openssl/crypto/pkcs7/pk7_doit.c
586
if ((etmp = BIO_new(BIO_f_cipher())) == NULL) {
crypto/openssl/crypto/pkcs7/pk7_doit.c
696
bio = BIO_new(BIO_s_mem());
crypto/openssl/crypto/pkcs7/pk7_smime.c
310
if ((tmpout = BIO_new(BIO_s_mem())) == NULL) {
crypto/openssl/crypto/pkcs7/pk7_smime.c
503
if ((tmpbuf = BIO_new(BIO_f_buffer())) == NULL) {
crypto/openssl/crypto/rsa/rsa_prn.c
27
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/srp/srp_vfy.c
406
BIO *in = BIO_new(BIO_s_file());
crypto/openssl/crypto/trace.c
407
if ((channel = BIO_new(&trace_method)) == NULL
crypto/openssl/crypto/x509/by_file.c
102
in = BIO_new(BIO_s_file());
crypto/openssl/crypto/x509/by_file.c
183
in = BIO_new(BIO_s_file());
crypto/openssl/crypto/x509/t_crl.c
24
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/x509/t_req.c
26
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/x509/t_x509.c
37
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/x509/t_x509.c
444
BIO *bio = BIO_new(BIO_s_mem()); /* may be NULL */
crypto/openssl/crypto/x509/x_all.c
739
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/x509/x_all.c
760
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/crypto/x509/x_pubkey.c
575
BIO *out = BIO_new(BIO_s_mem());
crypto/openssl/demos/bio/sconnect.c
67
ssl_bio = BIO_new(BIO_f_ssl());
crypto/openssl/demos/bio/sconnect.c
71
out = BIO_new(BIO_s_connect());
crypto/openssl/demos/digest/BIO_f_md.c
82
bio_digest = BIO_new(BIO_f_md());
crypto/openssl/demos/guide/quic-client-block.c
93
bio = BIO_new(BIO_s_datagram());
crypto/openssl/demos/guide/quic-client-non-block.c
94
bio = BIO_new(BIO_s_datagram());
crypto/openssl/demos/guide/quic-multi-stream.c
93
bio = BIO_new(BIO_s_datagram());
crypto/openssl/demos/guide/tls-client-block.c
78
bio = BIO_new(BIO_s_socket());
crypto/openssl/demos/guide/tls-client-non-block.c
85
bio = BIO_new(BIO_s_socket());
crypto/openssl/doc/designs/ddd/ddd-02-conn-nonblocking-threads.c
87
buf = BIO_new(BIO_f_buffer());
crypto/openssl/doc/designs/ddd/ddd-02-conn-nonblocking.c
100
buf = BIO_new(BIO_f_buffer());
crypto/openssl/doc/designs/ddd/ddd-05-mem-nonblocking.c
105
ssl_bio = BIO_new(BIO_f_ssl());
crypto/openssl/engines/e_loader_attic.c
935
if ((buff = BIO_new(BIO_f_buffer())) == NULL)
crypto/openssl/fuzz/acert.c
32
BIO *bio = BIO_new(BIO_s_null());
crypto/openssl/fuzz/asn1.c
222
BIO *bio = BIO_new(BIO_s_null()); \
crypto/openssl/fuzz/asn1.c
242
BIO *bio = BIO_new(BIO_s_null()); \
crypto/openssl/fuzz/asn1.c
261
BIO *bio = BIO_new(BIO_s_null()); \
crypto/openssl/fuzz/asn1.c
280
BIO *bio = BIO_new(BIO_s_null()); \
crypto/openssl/fuzz/asn1.c
320
BIO *bio = BIO_new(BIO_s_null());
crypto/openssl/fuzz/asn1parse.c
26
bio_out = BIO_new(BIO_s_null()); /* output will be ignored */
crypto/openssl/fuzz/client.c
82
in = BIO_new(BIO_s_mem());
crypto/openssl/fuzz/client.c
85
out = BIO_new(BIO_s_mem());
crypto/openssl/fuzz/cmp.c
178
in = BIO_new(BIO_s_mem());
crypto/openssl/fuzz/cmp.c
182
BIO *out = BIO_new(BIO_s_null());
crypto/openssl/fuzz/cms.c
36
in = BIO_new(BIO_s_mem());
crypto/openssl/fuzz/cms.c
40
BIO *out = BIO_new(BIO_s_null());
crypto/openssl/fuzz/conf.c
36
in = BIO_new(BIO_s_mem());
crypto/openssl/fuzz/crl.c
31
BIO *bio = BIO_new(BIO_s_null());
crypto/openssl/fuzz/ct.c
34
BIO *bio = BIO_new(BIO_s_null());
crypto/openssl/fuzz/decoder.c
43
bio = BIO_new(BIO_s_null());
crypto/openssl/fuzz/dtlsclient.c
82
in = BIO_new(BIO_s_mem());
crypto/openssl/fuzz/dtlsclient.c
85
out = BIO_new(BIO_s_mem());
crypto/openssl/fuzz/dtlsserver.c
3466
bio_buf = BIO_new(BIO_s_mem());
crypto/openssl/fuzz/dtlsserver.c
3479
bio_buf = BIO_new(BIO_s_mem());
crypto/openssl/fuzz/dtlsserver.c
3491
bio_buf = BIO_new(BIO_s_mem());
crypto/openssl/fuzz/dtlsserver.c
3503
bio_buf = BIO_new(BIO_s_mem());
crypto/openssl/fuzz/dtlsserver.c
3515
bio_buf = BIO_new(BIO_s_mem());
crypto/openssl/fuzz/dtlsserver.c
3527
bio_buf = BIO_new(BIO_s_mem());
crypto/openssl/fuzz/dtlsserver.c
3538
in = BIO_new(BIO_s_mem());
crypto/openssl/fuzz/dtlsserver.c
3539
out = BIO_new(BIO_s_mem());
crypto/openssl/fuzz/pem.c
33
in = BIO_new(BIO_s_mem());
crypto/openssl/fuzz/quic-client.c
94
in = BIO_new(BIO_s_dgram_mem());
crypto/openssl/fuzz/quic-client.c
97
out = BIO_new(BIO_s_dgram_mem());
crypto/openssl/fuzz/quic-server.c
95
in = BIO_new(BIO_s_dgram_mem());
crypto/openssl/fuzz/quic-server.c
98
out = BIO_new(BIO_s_dgram_mem());
crypto/openssl/fuzz/server.c
2375
bio_buf = BIO_new(BIO_s_mem());
crypto/openssl/fuzz/server.c
2387
bio_buf = BIO_new(BIO_s_mem());
crypto/openssl/fuzz/server.c
2399
bio_buf = BIO_new(BIO_s_mem());
crypto/openssl/fuzz/server.c
2411
bio_buf = BIO_new(BIO_s_mem());
crypto/openssl/fuzz/server.c
2422
in = BIO_new(BIO_s_mem());
crypto/openssl/fuzz/server.c
2423
out = BIO_new(BIO_s_mem());
crypto/openssl/fuzz/x509.c
55
bio = BIO_new(BIO_s_null());
crypto/openssl/include/openssl/bio.h
732
BIO *BIO_new(const BIO_METHOD *type);
crypto/openssl/providers/common/bio_prov.c
234
if ((outbio = BIO_new(corebiometh)) == NULL)
crypto/openssl/ssl/bio_ssl.c
454
if ((buf = BIO_new(BIO_f_buffer())) == NULL)
crypto/openssl/ssl/bio_ssl.c
473
if ((con = BIO_new(BIO_s_connect())) == NULL)
crypto/openssl/ssl/bio_ssl.c
499
if ((ret = BIO_new(BIO_f_ssl())) == NULL)
crypto/openssl/ssl/quic/quic_tls.c
720
nullbio = BIO_new(BIO_s_null());
crypto/openssl/ssl/record/rec_layer_s3.c
1385
next = BIO_new(BIO_s_dgram_mem());
crypto/openssl/ssl/record/rec_layer_s3.c
1388
next = BIO_new(BIO_s_mem());
crypto/openssl/ssl/s3_enc.c
222
BIO *buf = BIO_new(BIO_s_mem());
crypto/openssl/ssl/ssl_cert.c
752
BIO *in = BIO_new(BIO_s_file());
crypto/openssl/ssl/ssl_cert.c
839
in = BIO_new(BIO_s_file());
crypto/openssl/ssl/ssl_conf.c
618
in = BIO_new(BIO_s_file());
crypto/openssl/ssl/ssl_lib.c
1720
bio = BIO_new(fd_method(s));
crypto/openssl/ssl/ssl_lib.c
1745
BIO *bio = BIO_new(fd_method(s));
crypto/openssl/ssl/ssl_lib.c
1773
BIO *bio = BIO_new(fd_method(s));
crypto/openssl/ssl/ssl_lib.c
5337
bbio = BIO_new(BIO_f_buffer());
crypto/openssl/ssl/ssl_rsa.c
181
in = BIO_new(BIO_s_file());
crypto/openssl/ssl/ssl_rsa.c
323
in = BIO_new(BIO_s_file());
crypto/openssl/ssl/ssl_rsa.c
404
in = BIO_new(BIO_s_file());
crypto/openssl/ssl/ssl_rsa.c
496
in = BIO_new(BIO_s_file());
crypto/openssl/ssl/ssl_rsa.c
66
in = BIO_new(BIO_s_file());
crypto/openssl/ssl/ssl_rsa.c
885
bin = BIO_new(BIO_s_file());
crypto/openssl/ssl/ssl_rsa_legacy.c
149
in = BIO_new(BIO_s_file());
crypto/openssl/ssl/ssl_rsa_legacy.c
58
in = BIO_new(BIO_s_file());
crypto/openssl/ssl/ssl_txt.c
23
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/openssl/test/asynciotest.c
314
s_to_c_fbio = BIO_new(bio_f_async_filter());
crypto/openssl/test/asynciotest.c
315
c_to_s_fbio = BIO_new(bio_f_async_filter());
crypto/openssl/test/bad_dtls_test.c
713
rbio = BIO_new(BIO_s_mem());
crypto/openssl/test/bad_dtls_test.c
714
wbio = BIO_new(BIO_s_mem());
crypto/openssl/test/bio_base64_test.c
159
BIO *mem = BIO_new(BIO_s_mem());
crypto/openssl/test/bio_base64_test.c
218
if (elen < 0 || (bio = BIO_new(BIO_s_mem())) == NULL) {
crypto/openssl/test/bio_base64_test.c
241
b64 = BIO_new(BIO_f_base64());
crypto/openssl/test/bio_callback_test.c
230
bio = BIO_new(BIO_s_mem());
crypto/openssl/test/bio_callback_test.c
58
bio = BIO_new(BIO_s_mem());
crypto/openssl/test/bio_comp_test.c
49
if (!TEST_ptr(bcomp = BIO_new(meth)))
crypto/openssl/test/bio_comp_test.c
51
if (!TEST_ptr(bmem = BIO_new(BIO_s_mem())))
crypto/openssl/test/bio_comp_test.c
62
if (!TEST_ptr(bexp = BIO_new(meth)))
crypto/openssl/test/bio_core_test.c
76
corebio.bio = BIO_new(BIO_s_mem());
crypto/openssl/test/bio_dgram_test.c
521
if (!TEST_ptr(bio1 = bio2 = BIO_new(BIO_s_dgram_mem())))
crypto/openssl/test/bio_enc_test.c
106
b = BIO_new(BIO_f_cipher());
crypto/openssl/test/bio_enc_test.c
132
b = BIO_new(BIO_f_cipher());
crypto/openssl/test/bio_enc_test.c
162
b = BIO_new(BIO_f_cipher());
crypto/openssl/test/bio_enc_test.c
194
b = BIO_new(BIO_f_cipher());
crypto/openssl/test/bio_enc_test.c
285
|| !TEST_ptr(mem = BIO_new(BIO_s_mem()))
crypto/openssl/test/bio_enc_test.c
286
|| !TEST_ptr(b64 = BIO_new(BIO_f_base64()))
crypto/openssl/test/bio_enc_test.c
287
|| !TEST_ptr(cbio = BIO_new(BIO_f_cipher()))
crypto/openssl/test/bio_enc_test.c
305
|| !TEST_ptr(b64 = BIO_new(BIO_f_base64()))
crypto/openssl/test/bio_enc_test.c
306
|| !TEST_ptr(cbio = BIO_new(BIO_f_cipher()))
crypto/openssl/test/bio_enc_test.c
53
b = BIO_new(BIO_f_cipher());
crypto/openssl/test/bio_enc_test.c
67
b = BIO_new(BIO_f_cipher());
crypto/openssl/test/bio_memleak_test.c
124
bio2 = BIO_new(BIO_s_mem());
crypto/openssl/test/bio_memleak_test.c
154
bio = BIO_new(BIO_s_mem());
crypto/openssl/test/bio_memleak_test.c
190
bio = BIO_new(BIO_s_mem());
crypto/openssl/test/bio_memleak_test.c
24
bio = BIO_new(BIO_s_mem());
crypto/openssl/test/bio_memleak_test.c
245
if (!TEST_ptr(bio = BIO_new(BIO_s_mem())))
crypto/openssl/test/bio_memleak_test.c
255
if (!TEST_ptr(out = BIO_new(BIO_s_mem())))
crypto/openssl/test/bio_memleak_test.c
49
bio = BIO_new(BIO_s_mem());
crypto/openssl/test/bio_meth_test.c
26
|| !TEST_ptr(bio1 = BIO_new(meth1))
crypto/openssl/test/bio_meth_test.c
27
|| !TEST_ptr(bio2 = BIO_new(meth2))
crypto/openssl/test/bio_meth_test.c
28
|| !TEST_ptr(bio3 = BIO_new(meth3))
crypto/openssl/test/bio_meth_test.c
29
|| !TEST_ptr(membio = BIO_new(BIO_s_mem())))
crypto/openssl/test/bio_prefix_text.c
110
BIO *curr = BIO_new(BIO_f_prefix());
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_pw_callback_test.c
167
if (!TEST_ptr(bio = BIO_new(BIO_s_mem())))
crypto/openssl/test/bio_readbuffer_test.c
45
if (!TEST_ptr(readbuf_bio = BIO_new(BIO_f_readbuffer()))
crypto/openssl/test/clienthellotest.c
133
rbio = BIO_new(BIO_s_mem());
crypto/openssl/test/clienthellotest.c
134
wbio = BIO_new(BIO_s_mem());
crypto/openssl/test/cmsapitest.c
31
BIO *outmsgbio = BIO_new(BIO_s_mem());
crypto/openssl/test/cmsapitest.c
418
BIO *decryptbio = BIO_new(BIO_s_mem());
crypto/openssl/test/cmsapitest.c
449
BIO *decryptbio = BIO_new(BIO_s_mem());
crypto/openssl/test/ct_test.c
133
if (!TEST_ptr(text_buffer = BIO_new(BIO_s_mem())))
crypto/openssl/test/ct_test.c
159
if (!TEST_ptr(text_buffer = BIO_new(BIO_s_mem()))
crypto/openssl/test/dtlstest.c
245
c_to_s_fbio = BIO_new(bio_f_tls_dump_filter());
crypto/openssl/test/dtlstest.c
430
rbio = BIO_new(BIO_s_mem());
crypto/openssl/test/dtlstest.c
431
wbio = BIO_new(BIO_s_mem());
crypto/openssl/test/dtlstest.c
96
c_to_s_fbio = BIO_new(bio_f_tls_dump_filter());
crypto/openssl/test/dtlsv1listentest.c
310
|| !TEST_ptr(outbio = BIO_new(BIO_s_mem())))
crypto/openssl/test/endecode_test.c
266
|| !TEST_FL_ptr(mem_ser = BIO_new(BIO_s_mem()))
crypto/openssl/test/endecode_test.c
378
if (!TEST_FL_ptr(mem_ser = BIO_new(BIO_s_mem()))
crypto/openssl/test/endecode_test.c
411
if (!TEST_FL_ptr(mem_ser = BIO_new(BIO_s_mem())))
crypto/openssl/test/endecode_test.c
460
|| !TEST_FL_ptr(mem_ser = BIO_new(BIO_s_mem()))
crypto/openssl/test/endecoder_legacy_test.c
319
if (!TEST_ptr(membio_legacy = BIO_new(BIO_s_mem()))
crypto/openssl/test/endecoder_legacy_test.c
320
|| !TEST_ptr(membio_provided = BIO_new(BIO_s_mem())))
crypto/openssl/test/endecoder_legacy_test.c
385
if (!TEST_ptr(membio_legacy = BIO_new(BIO_s_mem()))
crypto/openssl/test/endecoder_legacy_test.c
386
|| !TEST_ptr(membio_provided = BIO_new(BIO_s_mem())))
crypto/openssl/test/errtest.c
93
if (!TEST_ptr(bio = BIO_new(BIO_s_mem())))
crypto/openssl/test/evp_extra_test.c
1100
BIO *bio = BIO_new(BIO_s_mem());
crypto/openssl/test/evp_extra_test.c
1882
membio = BIO_new(BIO_s_mem());
crypto/openssl/test/evp_extra_test.c
1883
mdbio = BIO_new(BIO_f_md());
crypto/openssl/test/evp_extra_test.c
2376
if (!TEST_ptr(membio = BIO_new(BIO_s_mem()))
crypto/openssl/test/evp_extra_test.c
2406
if (!TEST_ptr(membio = BIO_new(BIO_s_mem()))
crypto/openssl/test/evp_extra_test2.c
1908
&& TEST_ptr(enc_bio = BIO_new(BIO_s_mem()))
crypto/openssl/test/evp_extra_test2.c
2074
BIO *key_bio = BIO_new(BIO_s_mem());
crypto/openssl/test/evp_pkey_dparams_test.c
253
&& TEST_ptr(out = BIO_new(BIO_s_mem()))
crypto/openssl/test/evp_pkey_provided_test.c
143
BIO *membio = BIO_new(BIO_s_mem());
crypto/openssl/test/evp_pkey_provided_test.c
211
BIO *membio = BIO_new(BIO_s_mem());
crypto/openssl/test/helpers/handshake.c
1503
client_to_server = BIO_new(BIO_s_mem());
crypto/openssl/test/helpers/handshake.c
1504
server_to_client = BIO_new(BIO_s_mem());
crypto/openssl/test/helpers/pkcs12.c
148
pb->p12bio = BIO_new(BIO_s_mem());
crypto/openssl/test/helpers/quictestlib.c
254
BIO *pktsplitbio = BIO_new(bio_f_pkt_split_dgram_filter());
crypto/openssl/test/helpers/quictestlib.c
261
pktsplitbio = BIO_new(bio_f_pkt_split_dgram_filter());
crypto/openssl/test/helpers/quictestlib.c
278
noisebio = BIO_new(bio_f_noisy_dgram_filter());
crypto/openssl/test/helpers/quictestlib.c
290
noisebio = BIO_new(bio_f_noisy_dgram_filter());
crypto/openssl/test/helpers/quictestlib.c
322
fisbio = BIO_new(qtest_get_bio_method());
crypto/openssl/test/helpers/ssltestlib.c
1206
if (!TEST_ptr(s_to_c_bio = BIO_new(bio_s_mempacket_test()))
crypto/openssl/test/helpers/ssltestlib.c
1207
|| !TEST_ptr(c_to_s_bio = BIO_new(bio_s_mempacket_test())))
crypto/openssl/test/helpers/ssltestlib.c
1210
if (!TEST_ptr(s_to_c_bio = BIO_new(BIO_s_mem()))
crypto/openssl/test/helpers/ssltestlib.c
1211
|| !TEST_ptr(c_to_s_bio = BIO_new(BIO_s_mem())))
crypto/openssl/test/http_test.c
157
BIO *wbio = BIO_new(BIO_s_mem());
crypto/openssl/test/http_test.c
158
BIO *rbio = BIO_new(BIO_s_mem());
crypto/openssl/test/http_test.c
171
req = BIO_new(BIO_s_mem());
crypto/openssl/test/http_test.c
244
BIO *wbio = BIO_new(BIO_s_mem());
crypto/openssl/test/http_test.c
245
BIO *rbio = BIO_new(BIO_s_mem());
crypto/openssl/test/http_test.c
517
BIO *wbio = BIO_new(BIO_s_mem());
crypto/openssl/test/http_test.c
518
BIO *rbio = BIO_new(BIO_s_mem());
crypto/openssl/test/json_test.c
28
if (!TEST_ptr(h->mem_bio = BIO_new(BIO_s_mem())))
crypto/openssl/test/membio_test.c
16
BIO *bio = BIO_new(BIO_s_dgram_mem()), *rbio = NULL;
crypto/openssl/test/pemtest.c
35
BIO *b = BIO_new(BIO_s_mem());
crypto/openssl/test/pemtest.c
65
BIO *b = BIO_new(BIO_s_mem());
crypto/openssl/test/pkcs12_api_test.c
75
if (!TEST_ptr(bio = BIO_new(BIO_s_mem())))
crypto/openssl/test/pkcs12_format_test.c
3536
bio = BIO_new(BIO_s_mem());
crypto/openssl/test/pkcs7_test.c
149
if (!TEST_ptr(bio = BIO_new(BIO_s_mem())))
crypto/openssl/test/provider_pkey_test.c
721
if (!TEST_ptr(bio_priv = BIO_new(BIO_s_mem()))
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop-server.c
336
sock = BIO_new(BIO_s_datagram());
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
168
bio = BIO_new(BIO_s_datagram());
crypto/openssl/test/quic_multistream_test.c
752
h->s_qtf_wbio = h->s_qtf_wbio_own = BIO_new(qtest_get_bio_method());
crypto/openssl/test/quic_qlog_test.c
103
if (!TEST_ptr(bio = BIO_new(BIO_s_mem())))
crypto/openssl/test/quicapitest.c
1007
thisbio = strbio = BIO_new(BIO_f_ssl());
crypto/openssl/test/quicapitest.c
443
|| !TEST_ptr(bio = BIO_new(BIO_s_mem()))
crypto/openssl/test/quicapitest.c
567
|| !TEST_ptr(bio = BIO_new(BIO_s_mem()))
crypto/openssl/test/radix/quic_bindings.c
801
if (!TEST_ptr(child_rt->debug_bio = BIO_new(BIO_s_mem())))
crypto/openssl/test/servername_test.c
120
rbio = BIO_new(BIO_s_mem());
crypto/openssl/test/servername_test.c
121
wbio = BIO_new(BIO_s_mem());
crypto/openssl/test/servername_test.c
169
rbio = BIO_new(BIO_s_mem());
crypto/openssl/test/servername_test.c
170
wbio = BIO_new(BIO_s_mem());
crypto/openssl/test/slh_dsa_test.c
391
if (!TEST_ptr(pub_bio = BIO_new(BIO_s_mem()))
crypto/openssl/test/slh_dsa_test.c
392
|| !TEST_ptr(priv_bio = BIO_new(BIO_s_mem()))
crypto/openssl/test/slh_dsa_test.c
464
if (!TEST_ptr(pub_bio = BIO_new(BIO_s_mem()))
crypto/openssl/test/slh_dsa_test.c
465
|| !TEST_ptr(priv_bio = BIO_new(BIO_s_mem()))
crypto/openssl/test/ssl_old_test.c
1975
s_ssl_bio = BIO_new(BIO_f_ssl());
crypto/openssl/test/ssl_old_test.c
1979
c_ssl_bio = BIO_new(BIO_f_ssl());
crypto/openssl/test/ssl_old_test.c
2229
s_ssl_bio = BIO_new(BIO_f_ssl());
crypto/openssl/test/ssl_old_test.c
2233
c_ssl_bio = BIO_new(BIO_f_ssl());
crypto/openssl/test/ssl_old_test.c
2612
c_to_s = BIO_new(BIO_s_mem());
crypto/openssl/test/ssl_old_test.c
2613
s_to_c = BIO_new(BIO_s_mem());
crypto/openssl/test/ssl_old_test.c
2619
c_bio = BIO_new(BIO_f_ssl());
crypto/openssl/test/ssl_old_test.c
2620
s_bio = BIO_new(BIO_f_ssl());
crypto/openssl/test/sslapitest.c
12061
BIO *tmp = NULL, *bretry = BIO_new(bio_s_always_retry());
crypto/openssl/test/sslapitest.c
12146
BIO *bretry = BIO_new(bio_s_maybe_retry());
crypto/openssl/test/sslapitest.c
13429
|| !TEST_ptr(bio = BIO_new(BIO_s_mem()))
crypto/openssl/test/sslapitest.c
13552
BIO *b = BIO_new(BIO_s_mem());
crypto/openssl/test/sslapitest.c
2730
BIO *bretry = BIO_new(bio_s_always_retry());
crypto/openssl/test/sslapitest.c
2990
if (!TEST_ptr(bio1 = BIO_new(BIO_s_mem())))
crypto/openssl/test/sslapitest.c
2998
if (!TEST_ptr(bio2 = BIO_new(BIO_s_mem())))
crypto/openssl/test/sslapitest.c
3082
|| !TEST_ptr(sslbio = BIO_new(BIO_f_ssl()))
crypto/openssl/test/sslapitest.c
3083
|| !TEST_ptr(membio1 = BIO_new(BIO_s_mem())))
crypto/openssl/test/sslapitest.c
3095
if (!TEST_ptr(membio2 = BIO_new(BIO_s_mem()))) {
crypto/openssl/test/sslapitest.c
6907
BIO *bretry = BIO_new(bio_s_always_retry());
crypto/openssl/test/sslapitest.c
7085
BIO *bretry = BIO_new(bio_s_always_retry());
crypto/openssl/test/sslapitest.c
7441
rbio = BIO_new(BIO_s_mem());
crypto/openssl/test/sslapitest.c
7442
wbio = BIO_new(BIO_s_mem());
crypto/openssl/test/sslapitest.c
9012
BIO *bretry = BIO_new(bio_s_always_retry()), *tmp = NULL;
crypto/openssl/test/sslapitest.c
9092
if ((in = BIO_new(BIO_s_file())) == NULL
crypto/openssl/test/sslcorrupttest.c
217
if (!TEST_ptr(c_to_s_fbio = BIO_new(bio_f_tls_corrupt_filter())))
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/load.c
23
if (!TEST_ptr(file) || !TEST_ptr(bio = BIO_new(BIO_s_file())))
crypto/openssl/test/testutil/load.c
74
if (!TEST_ptr(file) || !TEST_ptr(bio = BIO_new(BIO_s_file())))
crypto/openssl/test/testutil/stanza.c
46
if (!TEST_ptr(s->key = BIO_new(BIO_s_mem())))
crypto/openssl/test/testutil/testutil_init.c
79
bio = BIO_new(BIO_f_prefix());
crypto/openssl/test/tls13ccstest.c
331
s_to_c_fbio = BIO_new(bio_f_watchccs_filter());
crypto/openssl/test/tls13ccstest.c
332
c_to_s_fbio = BIO_new(bio_f_watchccs_filter());
crypto/openssl/test/trace_api_test.c
131
bio = BIO_new(BIO_s_mem());
crypto/openssl/test/x509_time_test.c
694
if (!TEST_ptr(m = BIO_new(BIO_s_mem())))
crypto/openssl/test/x509_time_test.c
722
if (!TEST_ptr(m = BIO_new(BIO_s_mem())))
usr.sbin/rpc.tlsservd/rpc.tlscommon.c
175
infile = BIO_new(BIO_s_file());
usr.sbin/uefisign/uefisign.c
290
out = BIO_new(BIO_s_file());
usr.sbin/uefisign/uefisign.c
297
out = BIO_new(BIO_s_mem());