Symbol: BIO_s_mem
lib/libcrypto/asn1/asn_mime.c
645
bpart = BIO_new(BIO_s_mem());
lib/libcrypto/bio/bio.h
568
const BIO_METHOD *BIO_s_mem(void);
lib/libcrypto/bio/bss_mem.c
120
LCRYPTO_ALIAS(BIO_s_mem);
lib/libcrypto/bio/bss_mem.c
139
if ((bio = BIO_new(BIO_s_mem())) == NULL)
lib/libcrypto/cms/cms_lib.c
141
return BIO_new(BIO_s_mem());
lib/libcrypto/cms/cms_smime.c
79
rbio = BIO_new(BIO_s_mem());
lib/libcrypto/hidden/openssl/bio.h
100
LCRYPTO_USED(BIO_s_mem);
lib/libcrypto/ocsp/ocsp_ht.c
165
if ((rctx->mem = BIO_new(BIO_s_mem())) == NULL) {
lib/libcrypto/pkcs7/pk7_doit.c
387
bio = BIO_new(BIO_s_mem());
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/libkeynote/signature.c
911
if ((biokey = BIO_new(BIO_s_mem())) == 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
296
bio_mem = BIO_new(BIO_s_mem());
regress/lib/libcrypto/bio/bio_asn1.c
124
if ((bio_out = BIO_new(BIO_s_mem())) == 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_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/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/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/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/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
1330
(rawserial = BIO_new(BIO_s_mem())) == NULL ||
sbin/iked/ca.c
1421
if ((out = BIO_new(BIO_s_mem())) == 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
1845
mem = BIO_new(BIO_s_mem());
usr.bin/openssl/req.c
182
cfg.addext_bio = BIO_new(BIO_s_mem());
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());