Symbol: BIO_new
lib/libcrypto/asn1/asn1_item.c
643
if ((b = BIO_new(BIO_s_file())) == NULL) {
lib/libcrypto/asn1/asn1_item.c
688
if ((b = BIO_new(BIO_s_file())) == NULL) {
lib/libcrypto/asn1/asn1_old.c
102
if ((b = BIO_new(BIO_s_file())) == NULL) {
lib/libcrypto/asn1/asn1_old.c
141
if ((b = BIO_new(BIO_s_file())) == NULL) {
lib/libcrypto/asn1/asn_mime.c
155
b64 = BIO_new(BIO_f_base64());
lib/libcrypto/asn1/asn_mime.c
189
if (!(b64 = BIO_new(BIO_f_base64()))) {
lib/libcrypto/asn1/asn_mime.c
547
bf = BIO_new(BIO_f_buffer());
lib/libcrypto/asn1/asn_mime.c
645
bpart = BIO_new(BIO_s_mem());
lib/libcrypto/asn1/bio_ndef.c
118
if ((asn_bio = BIO_new(BIO_f_asn1())) == NULL)
lib/libcrypto/asn1/t_crl.c
77
if ((b = BIO_new(BIO_s_file())) == NULL) {
lib/libcrypto/asn1/t_req.c
85
if ((b = BIO_new(BIO_s_file())) == NULL) {
lib/libcrypto/asn1/t_x509.c
91
if ((b = BIO_new(BIO_s_file())) == NULL) {
lib/libcrypto/bio/bio.h
532
BIO *BIO_new(const BIO_METHOD *type);
lib/libcrypto/bio/bio_lib.c
161
LCRYPTO_ALIAS(BIO_new);
lib/libcrypto/bio/bio_lib.c
804
if ((new_bio = BIO_new(bio->method)) == NULL)
lib/libcrypto/bio/bss_acpt.c
447
ret = BIO_new(BIO_s_accept());
lib/libcrypto/bio/bss_bio.c
581
bio1 = BIO_new(BIO_s_bio());
lib/libcrypto/bio/bss_bio.c
584
bio2 = BIO_new(BIO_s_bio());
lib/libcrypto/bio/bss_conn.c
588
ret = BIO_new(BIO_s_connect());
lib/libcrypto/bio/bss_dgram.c
129
ret = BIO_new(BIO_s_datagram());
lib/libcrypto/bio/bss_fd.c
102
ret = BIO_new(BIO_s_fd());
lib/libcrypto/bio/bss_file.c
132
if ((ret = BIO_new(BIO_s_file())) == NULL) {
lib/libcrypto/bio/bss_file.c
147
if ((ret = BIO_new(BIO_s_file())) == NULL)
lib/libcrypto/bio/bss_mem.c
139
if ((bio = BIO_new(BIO_s_mem())) == NULL)
lib/libcrypto/bio/bss_sock.c
101
ret = BIO_new(BIO_s_socket());
lib/libcrypto/cms/cms_enc.c
90
b = BIO_new(BIO_f_cipher());
lib/libcrypto/cms/cms_lib.c
137
return BIO_new(BIO_s_null());
lib/libcrypto/cms/cms_lib.c
141
return BIO_new(BIO_s_mem());
lib/libcrypto/cms/cms_lib.c
446
mdbio = BIO_new(BIO_f_md());
lib/libcrypto/cms/cms_smime.c
77
rbio = BIO_new(BIO_s_null());
lib/libcrypto/cms/cms_smime.c
79
rbio = BIO_new(BIO_s_mem());
lib/libcrypto/dh/dh_ameth.c
486
if ((b = BIO_new(BIO_s_file())) == NULL) {
lib/libcrypto/dsa/dsa_prn.c
72
if ((b = BIO_new(BIO_s_file())) == NULL) {
lib/libcrypto/dsa/dsa_prn.c
89
if ((b = BIO_new(BIO_s_file())) == NULL) {
lib/libcrypto/ec/eck_prn.c
103
if ((bio = BIO_new(BIO_s_file())) == NULL) {
lib/libcrypto/ec/eck_prn.c
145
if ((bio = BIO_new(BIO_s_file())) == NULL) {
lib/libcrypto/ec/eck_prn.c
344
if ((bio = BIO_new(BIO_s_file())) == NULL) {
lib/libcrypto/hidden/openssl/bio.h
70
LCRYPTO_USED(BIO_new);
lib/libcrypto/ocsp/ocsp_ht.c
165
if ((rctx->mem = BIO_new(BIO_s_mem())) == NULL) {
lib/libcrypto/pem/pem_lib.c
178
if ((b = BIO_new(BIO_s_file())) == NULL) {
lib/libcrypto/pem/pem_lib.c
332
if ((b = BIO_new(BIO_s_file())) == NULL) {
lib/libcrypto/pem/pem_lib.c
586
if ((b = BIO_new(BIO_s_file())) == NULL) {
lib/libcrypto/pem/pem_lib.c
661
if ((b = BIO_new(BIO_s_file())) == NULL) {
lib/libcrypto/pem/pem_pkey.c
237
if ((b = BIO_new(BIO_s_file())) == NULL) {
lib/libcrypto/pkcs7/pk7_doit.c
112
if ((btmp = BIO_new(BIO_f_md())) == NULL) {
lib/libcrypto/pkcs7/pk7_doit.c
338
if ((btmp = BIO_new(BIO_f_cipher())) == NULL) {
lib/libcrypto/pkcs7/pk7_doit.c
383
bio = BIO_new(BIO_s_null());
lib/libcrypto/pkcs7/pk7_doit.c
387
bio = BIO_new(BIO_s_mem());
lib/libcrypto/pkcs7/pk7_doit.c
489
if ((btmp = BIO_new(BIO_f_md())) == NULL) {
lib/libcrypto/pkcs7/pk7_doit.c
514
if ((etmp = BIO_new(BIO_f_cipher())) == NULL) {
lib/libcrypto/pkcs7/pk7_doit.c
615
bio = BIO_new(BIO_s_mem());
lib/libcrypto/pkcs7/pk7_smime.c
372
if (!(tmpout = BIO_new(BIO_s_mem()))) {
lib/libcrypto/pkcs7/pk7_smime.c
558
if (!(tmpbuf = BIO_new(BIO_f_buffer()))) {
lib/libcrypto/rsa/rsa_prn.c
72
if ((b = BIO_new(BIO_s_file())) == NULL) {
lib/libcrypto/x509/by_file.c
119
in = BIO_new(BIO_s_file());
lib/libcrypto/x509/by_file.c
176
in = BIO_new(BIO_s_file());
lib/libkeynote/signature.c
911
if ((biokey = BIO_new(BIO_s_mem())) == NULL)
lib/libssl/bio_ssl.c
503
if ((buf = BIO_new(BIO_f_buffer())) == NULL)
lib/libssl/bio_ssl.c
523
if ((con = BIO_new(BIO_s_connect())) == NULL)
lib/libssl/bio_ssl.c
544
if ((ret = BIO_new(BIO_f_ssl())) == NULL)
lib/libssl/ssl_cert.c
586
in = BIO_new(BIO_s_file());
lib/libssl/ssl_cert.c
658
in = BIO_new(BIO_s_file());
lib/libssl/ssl_lib.c
3143
bbio = BIO_new(BIO_f_buffer());
lib/libssl/ssl_lib.c
693
bio = BIO_new(BIO_s_socket());
lib/libssl/ssl_lib.c
715
bio = BIO_new(BIO_s_socket());
lib/libssl/ssl_lib.c
739
bio = BIO_new(BIO_s_socket());
lib/libssl/ssl_rsa.c
238
in = BIO_new(BIO_s_file());
lib/libssl/ssl_rsa.c
310
in = BIO_new(BIO_s_file());
lib/libssl/ssl_rsa.c
459
in = BIO_new(BIO_s_file());
lib/libssl/ssl_rsa.c
547
in = BIO_new(BIO_s_file());
lib/libssl/ssl_rsa.c
616
in = BIO_new(BIO_s_file());
lib/libssl/ssl_rsa.c
727
in = BIO_new(BIO_s_file());
lib/libssl/ssl_rsa.c
96
in = BIO_new(BIO_s_file());
lib/libssl/ssl_txt.c
97
if ((b = BIO_new(BIO_s_file())) == NULL) {
lib/libssl/tls13_quic.c
184
if ((bio = BIO_new(BIO_s_null())) == NULL)
lib/libtls/tls_bio_cb.c
159
if ((bio = BIO_new(bio_cb)) == NULL) {
lib/libtls/tls_client.c
253
if ((bio = BIO_new(BIO_s_mem())) == NULL)
lib/libtls/tls_conninfo.c
211
if ((membio = BIO_new(BIO_s_mem()))== NULL)
lib/libtls/tls_util.c
195
if ((bio = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libcrypto/asn1/asn1object.c
417
if ((bio = BIO_new(BIO_s_mem())) == NULL) {
regress/lib/libcrypto/asn1/asn1x509.c
284
if ((bio_mem = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libcrypto/asn1/asn1x509.c
509
if ((bio_mem = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libcrypto/asn1/asn1x509.c
654
if ((bio_mem = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libcrypto/asn1/asn1x509.c
791
if ((bio_mem = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libcrypto/base64/base64test.c
292
bio_b64 = BIO_new(BIO_f_base64());
regress/lib/libcrypto/base64/base64test.c
296
bio_mem = BIO_new(BIO_s_mem());
regress/lib/libcrypto/base64/base64test.c
388
bio_b64 = BIO_new(BIO_f_base64());
regress/lib/libcrypto/bio/bio_asn1.c
124
if ((bio_out = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libcrypto/bio/bio_asn1.c
190
if ((asn_bio = BIO_new(BIO_f_asn1())) == NULL)
regress/lib/libcrypto/bio/bio_asn1.c
193
if ((bio = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libcrypto/bio/bio_asn1.c
57
if ((out = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libcrypto/bio/bio_chain.c
55
if ((chain[i] = BIO_new(meth)) == NULL) {
regress/lib/libcrypto/bio/bio_dump.c
800
if ((bio = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libcrypto/bio/bio_mem.c
165
if ((bio = BIO_new(BIO_s_mem())) == NULL) {
regress/lib/libcrypto/bio/bio_mem.c
48
if ((bio = BIO_new(BIO_s_mem())) == NULL) {
regress/lib/libcrypto/bn/bn_print.c
161
if ((bio = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libcrypto/bn/bn_test.c
160
if ((out = BIO_new(BIO_s_file())) == NULL)
regress/lib/libcrypto/cms/cmstest.c
195
if ((bio_mem = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libcrypto/cms/cmstest.c
303
if ((bio_mem = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libcrypto/ec/ec_asn1_test.c
193
if ((bio_mem = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libcrypto/evp/evp_ecx_test.c
157
if ((bio = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libcrypto/evp/evp_ecx_test.c
328
if ((bio = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libcrypto/evp/evp_ecx_test.c
512
if ((bio = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libcrypto/evp/evp_ecx_test.c
760
if ((bio = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libcrypto/pem/x509_info.c
152
if ((bp = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libcrypto/pkcs7/pkcs7test.c
185
bio_out = BIO_new(BIO_s_mem());
regress/lib/libcrypto/pkcs7/pkcs7test.c
197
bio_out = BIO_new(BIO_s_mem());
regress/lib/libcrypto/pkcs7/pkcs7test.c
219
bio_out = BIO_new(BIO_s_mem());
regress/lib/libcrypto/pkcs7/pkcs7test.c
231
bio_out = BIO_new(BIO_s_mem());
regress/lib/libcrypto/pkcs7/pkcs7test.c
253
bio_out = BIO_new(BIO_s_mem());
regress/lib/libcrypto/pkcs7/pkcs7test.c
274
bio_out = BIO_new(BIO_s_mem());
regress/lib/libcrypto/x509/x509_name_test.c
244
if ((bio = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libcrypto/x509/x509_name_test.c
351
if ((bio = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libssl/api/apitest.c
238
if ((client_wbio = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libssl/api/apitest.c
243
if ((server_wbio = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libssl/client/clienttest.c
949
if ((wbio = BIO_new(BIO_s_mem())) == NULL) {
regress/lib/libssl/dtls/dtlstest.c
291
return BIO_new(BIO_f_packet_monkey());
regress/lib/libssl/quic/quictest.c
270
if ((client_wbio = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libssl/quic/quictest.c
275
if ((server_wbio = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libssl/renegotiation/renegotiation_test.c
435
if ((client_wbio = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libssl/renegotiation/renegotiation_test.c
440
if ((server_wbio = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libssl/server/servertest.c
129
if ((wbio = BIO_new(BIO_s_mem())) == NULL) {
regress/lib/libssl/shutdown/shutdowntest.c
375
if ((client_wbio = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libssl/shutdown/shutdowntest.c
380
if ((server_wbio = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libssl/shutdown/shutdowntest.c
493
if ((client_wbio = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libssl/shutdown/shutdowntest.c
498
if ((server_wbio = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libssl/ssl/ssltest.c
1144
c_to_s = BIO_new(BIO_s_mem());
regress/lib/libssl/ssl/ssltest.c
1145
s_to_c = BIO_new(BIO_s_mem());
regress/lib/libssl/ssl/ssltest.c
1151
c_bio = BIO_new(BIO_f_ssl());
regress/lib/libssl/ssl/ssltest.c
1152
s_bio = BIO_new(BIO_f_ssl());
regress/lib/libssl/ssl/ssltest.c
790
s_ssl_bio = BIO_new(BIO_f_ssl());
regress/lib/libssl/ssl/ssltest.c
794
c_ssl_bio = BIO_new(BIO_f_ssl());
regress/lib/libssl/tls/tlstest.c
306
if ((client_wbio = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libssl/tls/tlstest.c
311
if ((server_wbio = BIO_new(BIO_s_mem())) == NULL)
regress/lib/libssl/tlslegacy/tlslegacytest.c
573
if ((wbio = BIO_new(BIO_s_mem())) == NULL) {
regress/lib/libssl/unit/ssl_get_shared_ciphers.c
255
if ((client_wbio = BIO_new(BIO_s_mem())) == NULL) {
regress/lib/libssl/unit/ssl_get_shared_ciphers.c
260
if ((server_wbio = BIO_new(BIO_s_mem())) == NULL) {
regress/lib/libssl/verify/verify.c
186
if ((client_wbio = BIO_new(BIO_s_mem())) == NULL) {
regress/lib/libssl/verify/verify.c
191
if ((server_wbio = BIO_new(BIO_s_mem())) == NULL) {
regress/sbin/isakmpd/x509/x509test.c
185
keyfile = BIO_new (BIO_s_file ());
regress/sbin/isakmpd/x509/x509test.c
205
certfile = BIO_new (BIO_s_file ());
regress/usr.bin/ssh/misc/sk-dummy/sk-dummy.c
101
if ((bio = BIO_new(BIO_s_mem())) == NULL ||
regress/usr.bin/ssh/misc/sk-dummy/sk-dummy.c
307
if ((bio = BIO_new(BIO_s_mem())) == NULL ||
sbin/iked/ca.c
1149
in = BIO_new(BIO_s_file());
sbin/iked/ca.c
1330
(rawserial = BIO_new(BIO_s_mem())) == NULL ||
sbin/iked/ca.c
1421
if ((out = BIO_new(BIO_s_mem())) == NULL)
sbin/iked/ocsp.c
293
(ocsp->ocsp_cbio = BIO_new(BIO_s_socket())) == NULL ||
sbin/isakmpd/x509.c
1055
certh = BIO_new(BIO_s_mem());
sbin/unwind/libunbound/util/net_help.c
1152
bio = BIO_new(BIO_s_mem());
usr.bin/openssl/apps.c
1135
if ((in = BIO_new(BIO_s_file())) == NULL) {
usr.bin/openssl/apps.c
1191
out = BIO_new(BIO_s_file());
usr.bin/openssl/apps.c
1295
BIO *in = BIO_new(BIO_s_file());
usr.bin/openssl/apps.c
1383
if ((out = BIO_new(BIO_s_file())) == NULL) {
usr.bin/openssl/apps.c
1408
if ((out = BIO_new(BIO_s_file())) == NULL) {
usr.bin/openssl/apps.c
1845
mem = BIO_new(BIO_s_mem());
usr.bin/openssl/apps.c
415
btmp = BIO_new(BIO_f_buffer());
usr.bin/openssl/apps.c
520
if ((cert = BIO_new(BIO_s_file())) == NULL) {
usr.bin/openssl/apps.c
574
key = BIO_new(BIO_s_file());
usr.bin/openssl/apps.c
633
key = BIO_new(BIO_s_file());
usr.bin/openssl/asn1pars.c
265
in = BIO_new(BIO_s_file());
usr.bin/openssl/asn1pars.c
266
out = BIO_new(BIO_s_file());
usr.bin/openssl/asn1pars.c
314
if ((b64 = BIO_new(BIO_f_base64())) == NULL)
usr.bin/openssl/ca.c
1544
in = BIO_new(BIO_s_file());
usr.bin/openssl/ca.c
743
in = BIO_new(BIO_s_file());
usr.bin/openssl/ca.c
744
out = BIO_new(BIO_s_file());
usr.bin/openssl/ca.c
745
Sout = BIO_new(BIO_s_file());
usr.bin/openssl/ca.c
746
Cout = BIO_new(BIO_s_file());
usr.bin/openssl/crl.c
239
if ((bio_out = BIO_new(BIO_s_file())) != NULL) {
usr.bin/openssl/crl.c
397
out = BIO_new(BIO_s_file());
usr.bin/openssl/crl.c
451
in = BIO_new(BIO_s_file());
usr.bin/openssl/crl2p7.c
187
in = BIO_new(BIO_s_file());
usr.bin/openssl/crl2p7.c
188
out = BIO_new(BIO_s_file());
usr.bin/openssl/crl2p7.c
297
in = BIO_new(BIO_s_file());
usr.bin/openssl/dgst.c
371
in = BIO_new(BIO_s_file());
usr.bin/openssl/dgst.c
372
bmd = BIO_new(BIO_f_md());
usr.bin/openssl/dh.c
169
in = BIO_new(BIO_s_file());
usr.bin/openssl/dh.c
170
out = BIO_new(BIO_s_file());
usr.bin/openssl/dhparam.c
312
in = BIO_new(BIO_s_file());
usr.bin/openssl/dhparam.c
367
out = BIO_new(BIO_s_file());
usr.bin/openssl/dsa.c
261
in = BIO_new(BIO_s_file());
usr.bin/openssl/dsa.c
262
out = BIO_new(BIO_s_file());
usr.bin/openssl/dsaparam.c
189
in = BIO_new(BIO_s_file());
usr.bin/openssl/dsaparam.c
190
out = BIO_new(BIO_s_file());
usr.bin/openssl/ec.c
292
in = BIO_new(BIO_s_file());
usr.bin/openssl/ec.c
293
out = BIO_new(BIO_s_file());
usr.bin/openssl/ecparam.c
265
in = BIO_new(BIO_s_file());
usr.bin/openssl/ecparam.c
266
out = BIO_new(BIO_s_file());
usr.bin/openssl/enc.c
458
in = BIO_new(BIO_s_file());
usr.bin/openssl/enc.c
459
out = BIO_new(BIO_s_file());
usr.bin/openssl/enc.c
534
if ((b64 = BIO_new(BIO_f_base64())) == NULL)
usr.bin/openssl/enc.c
656
if ((benc = BIO_new(BIO_f_cipher())) == NULL)
usr.bin/openssl/gendh.c
167
out = BIO_new(BIO_s_file());
usr.bin/openssl/gendsa.c
254
in = BIO_new(BIO_s_file());
usr.bin/openssl/gendsa.c
266
out = BIO_new(BIO_s_file());
usr.bin/openssl/genrsa.c
299
if ((out = BIO_new(BIO_s_file())) == NULL) {
usr.bin/openssl/ocsp.c
1376
bufbio = BIO_new(BIO_f_buffer());
usr.bin/openssl/passwd.c
187
if ((out = BIO_new(BIO_s_file())) == NULL)
usr.bin/openssl/passwd.c
192
if ((in = BIO_new(BIO_s_file())) == NULL)
usr.bin/openssl/pkcs7.c
172
in = BIO_new(BIO_s_file());
usr.bin/openssl/pkcs7.c
173
out = BIO_new(BIO_s_file());
usr.bin/openssl/prime.c
142
if ((bio_out = BIO_new(BIO_s_file())) == NULL) {
usr.bin/openssl/rand.c
139
out = BIO_new(BIO_s_file());
usr.bin/openssl/rand.c
149
BIO *b64 = BIO_new(BIO_f_base64());
usr.bin/openssl/req.c
182
cfg.addext_bio = BIO_new(BIO_s_mem());
usr.bin/openssl/req.c
733
in = BIO_new(BIO_s_file());
usr.bin/openssl/req.c
734
out = BIO_new(BIO_s_file());
usr.bin/openssl/rsa.c
281
out = BIO_new(BIO_s_file());
usr.bin/openssl/s_client.c
1143
test = BIO_new(BIO_f_nbio_test());
usr.bin/openssl/s_client.c
1190
BIO *fbio = BIO_new(BIO_f_buffer());
usr.bin/openssl/s_client.c
1227
BIO *fbio = BIO_new(BIO_f_buffer());
usr.bin/openssl/s_client.c
1253
if ((fbio = BIO_new(BIO_f_buffer()))== NULL) {
usr.bin/openssl/s_client.c
1281
BIO *fbio = BIO_new(BIO_f_buffer());
usr.bin/openssl/s_client.c
966
if ((bio_c_out = BIO_new(BIO_s_null())) == NULL)
usr.bin/openssl/s_server.c
1136
bio_s_out = BIO_new(BIO_s_null());
usr.bin/openssl/s_server.c
1539
test = BIO_new(BIO_f_nbio_test());
usr.bin/openssl/s_server.c
1907
io = BIO_new(BIO_f_buffer());
usr.bin/openssl/s_server.c
1908
ssl_bio = BIO_new(BIO_f_ssl());
usr.bin/openssl/s_server.c
1937
test = BIO_new(BIO_f_nbio_test());
usr.bin/openssl/s_time.c
347
if ((conn = BIO_new(BIO_s_connect())) == NULL)
usr.bin/openssl/sess_id.c
192
out = BIO_new(BIO_s_file());
usr.bin/openssl/sess_id.c
262
in = BIO_new(BIO_s_file());
usr.bin/openssl/x509.c
823
out = BIO_new(BIO_s_file());
usr.bin/openssl/x509.c
916
in = BIO_new(BIO_s_file());
usr.bin/ssh/sshkey.c
3248
if ((bio = BIO_new(BIO_s_mem())) == NULL) {
usr.bin/ssh/sshkey.c
3441
if ((bio = BIO_new(BIO_s_mem())) == NULL || sshbuf_len(blob) > INT_MAX)
usr.sbin/relayd/ssl.c
150
out = BIO_new(BIO_s_mem());
usr.sbin/relayd/ssl.c
72
if ((bio = BIO_new(BIO_s_mem())) == NULL)
usr.sbin/smtpd/ssl.c
158
if ((bio = BIO_new(BIO_s_mem())) == NULL)
usr.sbin/unbound/smallapp/unbound-anchor.c
1013
BIO* mem = BIO_new(BIO_s_mem());
usr.sbin/unbound/smallapp/unbound-anchor.c
1133
m = BIO_new(BIO_s_mem());
usr.sbin/unbound/smallapp/unbound-anchor.c
1584
data->ds = BIO_new(BIO_s_mem());
usr.sbin/unbound/smallapp/unbound-anchor.c
1585
data->ctag = BIO_new(BIO_s_mem());
usr.sbin/unbound/smallapp/unbound-anchor.c
1586
data->czone = BIO_new(BIO_s_mem());
usr.sbin/unbound/smallapp/unbound-anchor.c
1587
data->calgo = BIO_new(BIO_s_mem());
usr.sbin/unbound/smallapp/unbound-anchor.c
1588
data->cdigtype = BIO_new(BIO_s_mem());
usr.sbin/unbound/smallapp/unbound-anchor.c
1589
data->cdigest = BIO_new(BIO_s_mem());
usr.sbin/unbound/util/net_help.c
1152
bio = BIO_new(BIO_s_mem());