Symbol: BIO_new_mem_buf
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2061
out = BIO_new_mem_buf((*octets)->data, (*octets)->length);
crypto/openssl/apps/fipsinstall.c
900
mem_bio = BIO_new_mem_buf((const void *)INSTALL_STATUS_VAL,
crypto/openssl/apps/lib/http_server.c
390
if ((getbio = BIO_new_mem_buf(url, len)) == NULL
crypto/openssl/crypto/bio/ossl_core_bio.c
89
return core_bio_new_from_new_bio(BIO_new_mem_buf(buf, len));
crypto/openssl/crypto/cms/cms_lib.c
143
return BIO_new_mem_buf((*pos)->data, (*pos)->length);
crypto/openssl/crypto/cms/cms_smime.c
412
tmpin = (len == 0) ? dcont : BIO_new_mem_buf(ptr, len);
crypto/openssl/crypto/cms/cms_smime.c
607
rct_cont = BIO_new_mem_buf(os->data, os->length);
crypto/openssl/crypto/encode_decode/decoder_lib.c
158
membio = BIO_new_mem_buf(*pdata, (int)*pdata_len);
crypto/openssl/crypto/encode_decode/decoder_lib.c
894
new_data.bio = BIO_new_mem_buf(p->data, (int)p->data_size);
crypto/openssl/crypto/pkcs7/pk7_doit.c
694
bio = BIO_new_mem_buf(data_body->data, data_body->length);
crypto/openssl/demos/pkey/EVP_PKEY_DSA_paramvalidate.c
122
in = BIO_new_mem_buf(dsapem, strlen(dsapem));
crypto/openssl/fuzz/smime.c
24
BIO *b = BIO_new_mem_buf(buf, len);
crypto/openssl/include/openssl/bio.h
783
BIO *BIO_new_mem_buf(const void *buf, int len);
crypto/openssl/test/bio_enc_test.c
113
mem = BIO_new_mem_buf(inp, DATA_SIZE);
crypto/openssl/test/bio_enc_test.c
138
mem = BIO_new_mem_buf(ref, lref);
crypto/openssl/test/bio_enc_test.c
169
mem = BIO_new_mem_buf(ref, lref);
crypto/openssl/test/bio_enc_test.c
201
mem = BIO_new_mem_buf(ref, lref);
crypto/openssl/test/bio_enc_test.c
58
mem = BIO_new_mem_buf(inp, DATA_SIZE);
crypto/openssl/test/bio_enc_test.c
74
mem = BIO_new_mem_buf(inp, DATA_SIZE);
crypto/openssl/test/bio_memleak_test.c
113
bio = BIO_new_mem_buf("Hello World\n", 12);
crypto/openssl/test/bio_memleak_test.c
78
bio = BIO_new_mem_buf("Hello World\n", 12);
crypto/openssl/test/bio_pw_callback_test.c
209
if (!TEST_ptr(bio = BIO_new_mem_buf(enc_data, enc_data_size)))
crypto/openssl/test/cmsapitest.c
30
BIO *msgbio = BIO_new_mem_buf(msg, strlen(msg));
crypto/openssl/test/cmsapitest.c
307
ret = TEST_ptr(bio = BIO_new_mem_buf(cms_data, sizeof(cms_data)))
crypto/openssl/test/cmsapitest.c
414
BIO *msgbio = BIO_new_mem_buf(msg, (int)strlen(msg));
crypto/openssl/test/cmsapitest.c
445
BIO *msgbio = BIO_new_mem_buf(msg, (int)strlen(msg));
crypto/openssl/test/crltest.c
287
return BIO_new_mem_buf(*out, s);
crypto/openssl/test/dtlsv1listentest.c
315
if (!TEST_ptr(inbio = BIO_new_mem_buf((char *)tp->in, tp->inlen)))
crypto/openssl/test/endecode_test.c
303
if (!TEST_FL_ptr(encoded_bio = BIO_new_mem_buf(encoded, encoded_len)))
crypto/openssl/test/evp_extra_test.c
2534
bio = BIO_new_mem_buf(pubkey, strlen(pubkey));
crypto/openssl/test/evp_extra_test2.c
1909
&& TEST_ptr(in = BIO_new_mem_buf(kExampleRSAKeyPKCS8,
crypto/openssl/test/evp_extra_test2.c
2013
if (!TEST_ptr(key_bio = BIO_new_mem_buf(keydata[id].kder, keydata[id].size)))
crypto/openssl/test/evp_extra_test2.c
2040
if (!TEST_ptr(key_bio = BIO_new_mem_buf(keydata[testid].kder, keydata[testid].size)))
crypto/openssl/test/evp_libctx_test.c
335
if (!TEST_ptr(bio = BIO_new_mem_buf(dhx_cert, sizeof(dhx_cert)))
crypto/openssl/test/evp_pkey_dparams_test.c
249
ret = TEST_ptr(in = BIO_new_mem_buf(pkey_params[id].param_bin,
crypto/openssl/test/evp_pkey_dparams_test.c
280
ret = TEST_ptr(in = BIO_new_mem_buf(pkey_params[id].param_bin,
crypto/openssl/test/membio_test.c
27
rbio = BIO_new_mem_buf(msg1, sizeof(msg1));
crypto/openssl/test/pemtest.c
110
b = BIO_new_mem_buf(emptypay, strlen(emptypay));
crypto/openssl/test/pemtest.c
139
b = BIO_new_mem_buf(protectedpay, strlen(protectedpay));
crypto/openssl/test/pkcs7_test.c
154
ret = TEST_ptr(msg_bio = BIO_new_mem_buf(signed_data, strlen(signed_data)))
crypto/openssl/test/pkcs7_test.c
155
&& TEST_ptr(x509_bio = BIO_new_mem_buf(cert_der, sizeof(cert_der)))
crypto/openssl/test/pkcs7_test.c
364
if (!TEST_ptr(bio = BIO_new_mem_buf(sig_der, sizeof sig_der)))
crypto/openssl/test/pkcs7_test.c
367
ret = TEST_ptr(x509_bio = BIO_new_mem_buf(smroot_der, sizeof smroot_der))
crypto/openssl/test/sslapitest.c
7571
BIO *out = NULL, *dummy = BIO_new_mem_buf("", 0);
crypto/openssl/test/threadstest.c
1279
pem = BIO_new_mem_buf(pemdata, len);
crypto/openssl/test/timing_load_creds.c
44
BIO *b = BIO_new_mem_buf(contents, size);
crypto/openssl/test/timing_load_creds.c
61
BIO *b = BIO_new_mem_buf(contents, size);
crypto/openssl/test/v3ext.c
374
BIO *extbio = BIO_new_mem_buf(extvalues[i].value,
lib/libsecureboot/openpgp/dearmor.c
78
if ((bp = BIO_new_mem_buf(pem, (int)nbytes))) {
usr.sbin/pkg/rsa.c
71
bp = BIO_new_mem_buf(__DECONST(void *, cert), certlen);
usr.sbin/uefisign/uefisign.c
172
bio = BIO_new_mem_buf((void *)magic_conf, -1);
usr.sbin/uefisign/uefisign.c
256
bio = BIO_new_mem_buf(digest, digest_len);