Symbol: BIO_get_mem_data
crypto/krb5/src/plugins/tls/k5tls/openssl.c
321
count = BIO_get_mem_data(bio, &cert);
crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
143
if ((privlen = BIO_get_mem_data(bio, &privptr)) <= 0) {
crypto/openssh/sshkey.c
3378
if ((blen = BIO_get_mem_data(bio, &bptr)) <= 0) {
crypto/openssl/apps/cmp.c
3424
len = BIO_get_mem_data(mem, &p);
crypto/openssl/crypto/cms/cms_lib.c
224
contlen = BIO_get_mem_data(mbio, &cont);
crypto/openssl/crypto/cms/cms_smime.c
411
len = BIO_get_mem_data(dcont, &ptr);
crypto/openssl/crypto/encode_decode/decoder_lib.c
160
*pdata_len = (size_t)BIO_get_mem_data(membio, pdata);
crypto/openssl/crypto/err/err_prn.c
151
long len = BIO_get_mem_data(bio, &str);
crypto/openssl/crypto/err/err_prn.c
158
len = BIO_get_mem_data(bio, &str);
crypto/openssl/crypto/http/http_client.c
621
rctx->len_to_send = BIO_get_mem_data(rctx->mem, &rctx->pos);
crypto/openssl/crypto/http/http_client.c
706
n = BIO_get_mem_data(rctx->mem, &p);
crypto/openssl/crypto/http/http_client.c
918
n = BIO_get_mem_data(rctx->mem, &p);
crypto/openssl/crypto/http/http_client.c
961
n = BIO_get_mem_data(rctx->mem, NULL);
crypto/openssl/crypto/http/http_client.c
981
*pval = ASN1_item_d2i(NULL, &p, BIO_get_mem_data(rctx->mem, &p), it);
crypto/openssl/crypto/pem/pem_lib.c
1000
headerlen = BIO_get_mem_data(headerB, NULL);
crypto/openssl/crypto/pkcs7/pk7_doit.c
940
contlen = BIO_get_mem_data(btmp, &cont);
crypto/openssl/ssl/s3_enc.c
279
hdatalen = BIO_get_mem_data(s->s3.handshake_buffer, &hdata);
crypto/openssl/ssl/statem/extensions.c
1558
hdatalen = hdatalen_l = BIO_get_mem_data(s->s3.handshake_buffer, &hdata);
crypto/openssl/ssl/statem/statem_lib.c
302
retlen = retlen_l = BIO_get_mem_data(s->s3.handshake_buffer, hdata);
crypto/openssl/ssl/tls13_enc.c
528
handlen = BIO_get_mem_data(s->s3.handshake_buffer, &hdata);
crypto/openssl/test/bad_dtls_test.c
206
if ((len = BIO_get_mem_data(wbio, (char **)&data)) < 0)
crypto/openssl/test/bad_dtls_test.c
605
len = BIO_get_mem_data(wbio, (char **)&data);
crypto/openssl/test/bio_pw_callback_test.c
187
*enc_data_size = BIO_get_mem_data(bio, enc_data);
crypto/openssl/test/clienthellotest.c
155
if (!TEST_long_ge(len = BIO_get_mem_data(wbio, (char **)&data), 0)
crypto/openssl/test/ct_test.c
142
BIO_get_mem_data(text_buffer, &actual_output);
crypto/openssl/test/ct_test.c
172
BIO_get_mem_data(text_buffer, &actual_output);
crypto/openssl/test/dtlsv1listentest.c
323
datalen = BIO_get_mem_data(outbio, &data);
crypto/openssl/test/endecoder_legacy_test.c
291
long len_provided = BIO_get_mem_data(bio_provided, &str_provided);
crypto/openssl/test/endecoder_legacy_test.c
292
long len_legacy = BIO_get_mem_data(bio_legacy, &str_legacy);
crypto/openssl/test/errtest.c
98
if (!TEST_int_gt(len = BIO_get_mem_data(bio, &out), 0))
crypto/openssl/test/evp_extra_test.c
2381
|| !TEST_int_gt(BIO_get_mem_data(membio, &membuf), 0)
crypto/openssl/test/evp_extra_test.c
2411
|| !TEST_int_gt(membuf_len = BIO_get_mem_data(membio, &membuf), 0)
crypto/openssl/test/evp_extra_test2.c
1916
&& TEST_int_gt(enc_datalen = BIO_get_mem_data(enc_bio, &enc_data), 0)
crypto/openssl/test/evp_pkey_dparams_test.c
257
&& TEST_int_gt(out_len = BIO_get_mem_data(out, &out_bin), 0)
crypto/openssl/test/evp_pkey_provided_test.c
110
len = BIO_get_mem_data(membio, &memdata);
crypto/openssl/test/http_test.c
48
long count = BIO_get_mem_data(in, (unsigned char **)&req);
crypto/openssl/test/quic_qlog_test.c
141
buf_len = BIO_get_mem_data(bio, &buf);
crypto/openssl/test/radix/quic_bindings.c
358
l = BIO_get_mem_data(rt->debug_bio, &p);
crypto/openssl/test/servername_test.c
54
if (!TEST_long_ge(len = BIO_get_mem_data(bio, (char **)&data), 0)
crypto/openssl/test/sslapitest.c
7368
if (!TEST_uint_gt(len = BIO_get_mem_data(bio, (char **)&data), 0))
crypto/openssl/test/trace_api_test.c
153
len = BIO_get_mem_data(bio, &p_buf);
crypto/openssl/test/x509_time_test.c
704
if (!TEST_int_ne(rv = BIO_get_mem_data(m, &pp), 0)
crypto/openssl/test/x509_time_test.c
732
if (!TEST_int_ne(rv = BIO_get_mem_data(m, &pp), 0)
usr.sbin/uefisign/uefisign.c
309
signature_len = BIO_get_mem_data(out, &signature);