BIO_new_mem_buf
BIO *BIO_new_mem_buf(const void *buf, int len);
LCRYPTO_ALIAS(BIO_new_mem_buf);
return BIO_new_mem_buf((*pos)->data, (*pos)->length);
tmpin = BIO_new_mem_buf(ptr, len);
rct_cont = BIO_new_mem_buf(os->data, os->length);
LCRYPTO_USED(BIO_new_mem_buf);
bio = BIO_new_mem_buf(os->data, os->length);
bio = BIO_new_mem_buf(data_body->data, data_body->length);
tmpin = BIO_new_mem_buf(ptr, len);
if ((in = BIO_new_mem_buf(iov->iov_base, iov->iov_len)) == NULL)
if ((rawcert = BIO_new_mem_buf(attstmt->x5c.ptr,
in = BIO_new_mem_buf(buf, len);
if ((bio = BIO_new_mem_buf(mem, len)) == NULL) {
if ((bio = BIO_new_mem_buf(crl_mem, crl_len)) == NULL) {
if ((bio = BIO_new_mem_buf(session, session_len)) == NULL)
if ((cert_bio = BIO_new_mem_buf(keypair->cert_mem,
if ((bio = BIO_new_mem_buf(cert, cert_len)) == NULL) {
if ((bio = BIO_new_mem_buf(key, key_len)) == NULL) {
if ((bio_mem = BIO_new_mem_buf(dh_test_key, -1)) == NULL)
if ((bio_mem = BIO_new_mem_buf((void *)dsa_test_key, -1)) == NULL)
if ((bio_mem = BIO_new_mem_buf((void *)ec_test_key, -1)) == NULL)
if ((bio_mem = BIO_new_mem_buf((void *)rsa_test_key, -1)) == NULL)
bio_mem = BIO_new_mem_buf(input, inlen);
if ((bio_in = BIO_new_mem_buf("some data\n", -1)) == NULL)
if ((bio = BIO_new_mem_buf(data, data_len)) == NULL) {
if ((bio_mem = BIO_new_mem_buf(cms_cert_1, -1)) == NULL)
if ((bio_mem = BIO_new_mem_buf(cms_key_1, -1)) == NULL)
if ((bio_mem = BIO_new_mem_buf(cms_msg, -1)) == NULL)
if ((bio_mem = BIO_new_mem_buf(cert_pem, -1)) == NULL)
if ((bio_mem = BIO_new_mem_buf(ca_pem, -1)) == NULL)
if ((bio_mem = BIO_new_mem_buf(key_pem, -1)) == NULL)
if ((bio_mem = BIO_new_mem_buf(cms_msg, -1)) == NULL)
if ((bio = BIO_new_mem_buf(ed25519_priv_key_1, -1)) == NULL)
if ((bio = BIO_new_mem_buf(ed25519_pub_key_1, -1)) == NULL)
if ((bio = BIO_new_mem_buf(ed25519_priv_key_1, -1)) == NULL)
if ((bio = BIO_new_mem_buf(ed25519_pub_key_1, -1)) == NULL)
if ((bio = BIO_new_mem_buf(x25519_priv_key_1, -1)) == NULL)
if ((bio = BIO_new_mem_buf(x25519_pub_key_2, -1)) == NULL)
if ((bio = BIO_new_mem_buf(x25519_priv_key_2, -1)) == NULL)
if ((bio = BIO_new_mem_buf(x25519_pub_key_1, -1)) == NULL)
if ((bp = BIO_new_mem_buf(cert_pem, strlen(cert_pem))) == NULL)
if ((bp = BIO_new_mem_buf("", 0)) == NULL)
if ((bp = BIO_new_mem_buf(bogus_pem, strlen(bogus_pem))) == NULL)
bio_cert = BIO_new_mem_buf((char *)certificate, sizeof(certificate));
bio_pkey = BIO_new_mem_buf((char *)private_key, sizeof(private_key));
bio_content = BIO_new_mem_buf((char *)message, sizeof(message));
bufio = BIO_new_mem_buf(pubkey, strlen(pubkey));
bio = BIO_new_mem_buf(peer_cert_pem, -1);
if ((rbio = BIO_new_mem_buf(rbuf, sizeof(rbuf))) == NULL) {
if ((rbio = BIO_new_mem_buf(sht->client_hello,
if ((rbio = BIO_new_mem_buf(tct->server_response,
if ((bio = BIO_new_mem_buf(server_ecdsa, server_ecdsa_len)) == NULL) {
if ((rawcert = BIO_new_mem_buf(data, len)) == NULL)
if ((rawcert = BIO_new_mem_buf(ibuf_data(privkey->id_buf),
if ((rawcert = BIO_new_mem_buf(data, len)) == NULL)
rawcert = BIO_new_mem_buf(ptr, datalen);
if ((rawcert = BIO_new_mem_buf(key, keylen)) == NULL)
if ((rawcert = BIO_new_mem_buf(ibuf_data(certid->id_buf),
if ((rawcert = BIO_new_mem_buf(data, len)) == NULL ||
if ((in = BIO_new_mem_buf(buf, len)) == NULL)
if ((in = BIO_new_mem_buf(buf, len)) == NULL)
if ((in = BIO_new_mem_buf(buf, len)) == NULL)
if ((in = BIO_new_mem_buf(rlay->rl_tls_cakey,
if ((in = BIO_new_mem_buf(oldcert, oldlen)) == NULL) {
if ((in = BIO_new_mem_buf(buf, len)) == NULL) {
in = BIO_new_mem_buf(pki->pki_key, pki->pki_key_len);
if ((in = BIO_new_mem_buf(buf, len)) == NULL) {
bio = BIO_new_mem_buf(d, (int)strlen(d));