Symbol: BIO_s_mem
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/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/cmp.c
3377
mem = BIO_new(BIO_s_mem());
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/req.c
518
addext_bio = BIO_new(BIO_s_mem());
crypto/openssl/apps/s_client.c
2869
BIO *ldapbio = BIO_new(BIO_s_mem());
crypto/openssl/apps/s_server.c
3284
edio = BIO_new(BIO_s_mem());
crypto/openssl/crypto/asn1/a_i2d_fp.c
120
if ((res = BIO_new(BIO_s_mem())) == NULL)
crypto/openssl/crypto/asn1/asn_mime.c
657
bpart = BIO_new(BIO_s_mem());
crypto/openssl/crypto/bio/bss_mem.c
94
if ((ret = BIO_new(BIO_s_mem())) == 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_env.c
268
|| (bio = BIO_new(BIO_s_mem())) == NULL)
crypto/openssl/crypto/cms/cms_lib.c
141
return BIO_new(BIO_s_mem());
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
27
rbio = BIO_new(BIO_s_mem());
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/http/http_client.c
188
if ((rctx->mem = BIO_new(BIO_s_mem())) == NULL)
crypto/openssl/crypto/pem/pem_lib.c
960
bmeth = (flags & PEM_FLAG_SECURE) ? BIO_s_secmem() : BIO_s_mem();
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
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/x509/t_x509.c
444
BIO *bio = BIO_new(BIO_s_mem()); /* may be NULL */
crypto/openssl/crypto/x509/x_pubkey.c
575
BIO *out = BIO_new(BIO_s_mem());
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/cms.c
36
in = BIO_new(BIO_s_mem());
crypto/openssl/fuzz/conf.c
36
in = BIO_new(BIO_s_mem());
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/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/include/openssl/bio.h
778
const BIO_METHOD *BIO_s_mem(void);
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/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_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
51
if (!TEST_ptr(bmem = BIO_new(BIO_s_mem())))
crypto/openssl/test/bio_core_test.c
76
corebio.bio = BIO_new(BIO_s_mem());
crypto/openssl/test/bio_enc_test.c
285
|| !TEST_ptr(mem = BIO_new(BIO_s_mem()))
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
29
|| !TEST_ptr(membio = BIO_new(BIO_s_mem())))
crypto/openssl/test/bio_pw_callback_test.c
167
if (!TEST_ptr(bio = BIO_new(BIO_s_mem())))
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
430
rbio = BIO_new(BIO_s_mem());
crypto/openssl/test/dtlstest.c
431
wbio = BIO_new(BIO_s_mem());
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
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/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/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_qlog_test.c
103
if (!TEST_ptr(bio = BIO_new(BIO_s_mem())))
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
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/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
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
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
7441
rbio = BIO_new(BIO_s_mem());
crypto/openssl/test/sslapitest.c
7442
wbio = BIO_new(BIO_s_mem());
crypto/openssl/test/testutil/stanza.c
46
if (!TEST_ptr(s->key = BIO_new(BIO_s_mem())))
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/uefisign/uefisign.c
297
out = BIO_new(BIO_s_mem());