Symbol: BIO_new
crypto/libressl/apps/openssl/apps.c
1200
if ((in = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/apps/openssl/apps.c
1256
out = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/apps.c
1360
BIO *in = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/apps.c
1445
BIO *out = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/apps.c
1474
out = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/apps.c
1906
mem = BIO_new(BIO_s_mem());
crypto/libressl/apps/openssl/apps.c
484
btmp = BIO_new(BIO_f_buffer());
crypto/libressl/apps/openssl/apps.c
589
if ((cert = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/apps/openssl/apps.c
643
key = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/apps.c
702
key = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/asn1pars.c
270
in = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/asn1pars.c
271
out = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/asn1pars.c
321
if ((b64 = BIO_new(BIO_f_base64())) == NULL)
crypto/libressl/apps/openssl/ca.c
1612
in = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/ca.c
793
in = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/ca.c
794
out = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/ca.c
795
Sout = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/ca.c
796
Cout = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/crl.c
241
if ((bio_out = BIO_new(BIO_s_file())) != NULL) {
crypto/libressl/apps/openssl/crl.c
399
out = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/crl.c
453
in = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/crl2p7.c
189
in = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/crl2p7.c
190
out = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/crl2p7.c
302
in = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/dgst.c
376
in = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/dgst.c
377
bmd = BIO_new(BIO_f_md());
crypto/libressl/apps/openssl/dh.c
178
in = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/dh.c
179
out = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/dhparam.c
321
in = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/dhparam.c
376
out = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/dsa.c
263
in = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/dsa.c
264
out = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/dsaparam.c
198
in = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/dsaparam.c
199
out = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/ec.c
294
in = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/ec.c
295
out = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/ecparam.c
280
in = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/ecparam.c
281
out = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/enc.c
461
in = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/enc.c
462
out = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/enc.c
540
if ((bzl = BIO_new(BIO_f_zlib())) == NULL)
crypto/libressl/apps/openssl/enc.c
550
if ((b64 = BIO_new(BIO_f_base64())) == NULL)
crypto/libressl/apps/openssl/enc.c
674
if ((benc = BIO_new(BIO_f_cipher())) == NULL)
crypto/libressl/apps/openssl/gendh.c
169
out = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/gendsa.c
255
in = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/gendsa.c
267
out = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/genrsa.c
300
if ((out = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/apps/openssl/ocsp.c
1326
bufbio = BIO_new(BIO_f_buffer());
crypto/libressl/apps/openssl/passwd.c
189
if ((out = BIO_new(BIO_s_file())) == NULL)
crypto/libressl/apps/openssl/passwd.c
194
if ((in = BIO_new(BIO_s_file())) == NULL)
crypto/libressl/apps/openssl/pkcs7.c
174
in = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/pkcs7.c
175
out = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/prime.c
144
if ((bio_out = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/apps/openssl/rand.c
141
out = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/rand.c
151
BIO *b64 = BIO_new(BIO_f_base64());
crypto/libressl/apps/openssl/req.c
182
req_config.addext_bio = BIO_new(BIO_s_mem());
crypto/libressl/apps/openssl/req.c
735
in = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/req.c
736
out = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/rsa.c
284
out = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/s_client.c
1006
if ((bio_c_out = BIO_new(BIO_s_null())) == NULL)
crypto/libressl/apps/openssl/s_client.c
1185
test = BIO_new(BIO_f_nbio_test());
crypto/libressl/apps/openssl/s_client.c
1233
BIO *fbio = BIO_new(BIO_f_buffer());
crypto/libressl/apps/openssl/s_client.c
1270
BIO *fbio = BIO_new(BIO_f_buffer());
crypto/libressl/apps/openssl/s_client.c
1293
BIO *fbio = BIO_new(BIO_f_buffer());
crypto/libressl/apps/openssl/s_server.c
1199
bio_s_out = BIO_new(BIO_s_null());
crypto/libressl/apps/openssl/s_server.c
1602
test = BIO_new(BIO_f_nbio_test());
crypto/libressl/apps/openssl/s_server.c
1971
io = BIO_new(BIO_f_buffer());
crypto/libressl/apps/openssl/s_server.c
1972
ssl_bio = BIO_new(BIO_f_ssl());
crypto/libressl/apps/openssl/s_server.c
2001
test = BIO_new(BIO_f_nbio_test());
crypto/libressl/apps/openssl/s_time.c
351
if ((conn = BIO_new(BIO_s_connect())) == NULL)
crypto/libressl/apps/openssl/sess_id.c
195
out = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/sess_id.c
265
in = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/x509.c
828
in = BIO_new(BIO_s_file());
crypto/libressl/apps/openssl/x509.c
917
out = BIO_new(BIO_s_file());
crypto/libressl/crypto/asn1/asn1_item.c
601
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/crypto/asn1/asn1_item.c
644
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/crypto/asn1/asn1_old.c
101
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/crypto/asn1/asn1_old.c
138
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/crypto/asn1/asn_mime.c
155
b64 = BIO_new(BIO_f_base64());
crypto/libressl/crypto/asn1/asn_mime.c
189
if (!(b64 = BIO_new(BIO_f_base64()))) {
crypto/libressl/crypto/asn1/asn_mime.c
545
bf = BIO_new(BIO_f_buffer());
crypto/libressl/crypto/asn1/asn_mime.c
641
bpart = BIO_new(BIO_s_mem());
crypto/libressl/crypto/asn1/bio_ndef.c
113
asn_bio = BIO_new(BIO_f_asn1());
crypto/libressl/crypto/asn1/t_crl.c
77
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/crypto/asn1/t_req.c
85
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/crypto/asn1/t_x509.c
95
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/crypto/bio/bio_lib.c
745
if ((new_bio = BIO_new(bio->method)) == NULL)
crypto/libressl/crypto/bio/bss_acpt.c
445
ret = BIO_new(BIO_s_accept());
crypto/libressl/crypto/bio/bss_conn.c
587
ret = BIO_new(BIO_s_connect());
crypto/libressl/crypto/bio/bss_dgram.c
128
ret = BIO_new(BIO_s_datagram());
crypto/libressl/crypto/bio/bss_fd.c
101
ret = BIO_new(BIO_s_fd());
crypto/libressl/crypto/bio/bss_file.c
132
if ((ret = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/crypto/bio/bss_file.c
146
if ((ret = BIO_new(BIO_s_file())) == NULL)
crypto/libressl/crypto/bio/bss_mem.c
138
if ((bio = BIO_new(BIO_s_mem())) == NULL)
crypto/libressl/crypto/bio/bss_sock.c
100
ret = BIO_new(BIO_s_socket());
crypto/libressl/crypto/bn/bn_print.c
360
if ((b = BIO_new(BIO_s_file())) == NULL)
crypto/libressl/crypto/cms/cms_cd.c
125
return BIO_new(BIO_f_zlib());
crypto/libressl/crypto/cms/cms_enc.c
87
b = BIO_new(BIO_f_cipher());
crypto/libressl/crypto/cms/cms_lib.c
127
return BIO_new(BIO_s_null());
crypto/libressl/crypto/cms/cms_lib.c
132
return BIO_new(BIO_s_mem());
crypto/libressl/crypto/cms/cms_lib.c
395
mdbio = BIO_new(BIO_f_md());
crypto/libressl/crypto/cms/cms_smime.c
70
rbio = BIO_new(BIO_s_null());
crypto/libressl/crypto/cms/cms_smime.c
72
rbio = BIO_new(BIO_s_mem());
crypto/libressl/crypto/dh/dh_prn.c
71
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/crypto/dsa/dsa_prn.c
71
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/crypto/dsa/dsa_prn.c
87
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/crypto/ec/eck_prn.c
110
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/crypto/ec/eck_prn.c
78
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/crypto/ec/eck_prn.c
94
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/crypto/lhash/lh_stats.c
147
bp = BIO_new(BIO_s_file());
crypto/libressl/crypto/lhash/lh_stats.c
161
bp = BIO_new(BIO_s_file());
crypto/libressl/crypto/lhash/lh_stats.c
175
bp = BIO_new(BIO_s_file());
crypto/libressl/crypto/ocsp/ocsp_ht.c
160
if ((rctx->mem = BIO_new(BIO_s_mem())) == NULL) {
crypto/libressl/crypto/pem/pem_info.c
87
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/crypto/pem/pem_lib.c
178
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/crypto/pem/pem_lib.c
334
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/crypto/pem/pem_lib.c
584
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/crypto/pem/pem_lib.c
657
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/crypto/pem/pem_pkey.c
236
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/crypto/pkcs7/pk7_doit.c
115
if ((btmp = BIO_new(BIO_f_md())) == NULL) {
crypto/libressl/crypto/pkcs7/pk7_doit.c
337
if ((btmp = BIO_new(BIO_f_cipher())) == NULL) {
crypto/libressl/crypto/pkcs7/pk7_doit.c
382
bio = BIO_new(BIO_s_null());
crypto/libressl/crypto/pkcs7/pk7_doit.c
386
bio = BIO_new(BIO_s_mem());
crypto/libressl/crypto/pkcs7/pk7_doit.c
487
if ((btmp = BIO_new(BIO_f_md())) == NULL) {
crypto/libressl/crypto/pkcs7/pk7_doit.c
509
if ((etmp = BIO_new(BIO_f_cipher())) == NULL) {
crypto/libressl/crypto/pkcs7/pk7_doit.c
610
bio = BIO_new(BIO_s_mem());
crypto/libressl/crypto/pkcs7/pk7_smime.c
376
if (!(tmpout = BIO_new(BIO_s_mem()))) {
crypto/libressl/crypto/pkcs7/pk7_smime.c
559
if (!(tmpbuf = BIO_new(BIO_f_buffer()))) {
crypto/libressl/crypto/rsa/rsa_prn.c
71
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/crypto/x509/by_file.c
129
in = BIO_new(BIO_s_file());
crypto/libressl/crypto/x509/by_file.c
185
in = BIO_new(BIO_s_file());
crypto/libressl/include/openssl/bio.h
556
BIO *BIO_new(const BIO_METHOD *type);
crypto/libressl/ssl/bio_ssl.c
505
if ((buf = BIO_new(BIO_f_buffer())) == NULL)
crypto/libressl/ssl/bio_ssl.c
524
if ((con = BIO_new(BIO_s_connect())) == NULL)
crypto/libressl/ssl/bio_ssl.c
544
if ((ret = BIO_new(BIO_f_ssl())) == NULL)
crypto/libressl/ssl/ssl_cert.c
582
in = BIO_new(BIO_s_file());
crypto/libressl/ssl/ssl_cert.c
653
in = BIO_new(BIO_s_file());
crypto/libressl/ssl/ssl_lib.c
3026
bbio = BIO_new(BIO_f_buffer());
crypto/libressl/ssl/ssl_lib.c
669
bio = BIO_new(BIO_s_socket());
crypto/libressl/ssl/ssl_lib.c
690
bio = BIO_new(BIO_s_socket());
crypto/libressl/ssl/ssl_lib.c
713
bio = BIO_new(BIO_s_socket());
crypto/libressl/ssl/ssl_rsa.c
230
in = BIO_new(BIO_s_file());
crypto/libressl/ssl/ssl_rsa.c
299
in = BIO_new(BIO_s_file());
crypto/libressl/ssl/ssl_rsa.c
445
in = BIO_new(BIO_s_file());
crypto/libressl/ssl/ssl_rsa.c
526
in = BIO_new(BIO_s_file());
crypto/libressl/ssl/ssl_rsa.c
592
in = BIO_new(BIO_s_file());
crypto/libressl/ssl/ssl_rsa.c
701
in = BIO_new(BIO_s_file());
crypto/libressl/ssl/ssl_rsa.c
95
in = BIO_new(BIO_s_file());
crypto/libressl/ssl/ssl_txt.c
98
if ((b = BIO_new(BIO_s_file())) == NULL) {
crypto/libressl/ssl/tls13_quic.c
175
if ((bio = BIO_new(BIO_s_null())) == NULL)
crypto/libressl/tls/tls_bio_cb.c
157
if ((bio = BIO_new(bio_cb)) == NULL) {
crypto/libressl/tls/tls_client.c
242
if ((bio = BIO_new(BIO_s_mem())) == NULL)
crypto/libressl/tls/tls_conninfo.c
187
if ((membio = BIO_new(BIO_s_mem()))== NULL)
crypto/libressl/tls/tls_util.c
194
if ((bio = BIO_new(BIO_s_mem())) == NULL)
crypto/openssh/sshkey.c
3225
if ((bio = BIO_new(BIO_s_mem())) == NULL) {
crypto/openssh/sshkey.c
3435
if ((bio = BIO_new(BIO_s_mem())) == NULL || sshbuf_len(blob) > INT_MAX)
usr.sbin/uefisign/uefisign.c
291
out = BIO_new(BIO_s_file());
usr.sbin/uefisign/uefisign.c
298
out = BIO_new(BIO_s_mem());