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);
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)
BIO *BIO_new_mem_buf(const void *buf, int len);
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(key, key_len)) == NULL) {
if ((bio = BIO_new_mem_buf(cert, cert_len)) == NULL) {
bio = BIO_new_mem_buf((void *)magic_conf, -1);
bio = BIO_new_mem_buf(digest, digest_len);