Searched refs:BIO_new_mem_buf (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/usr.sbin/uefisign/
H A Duefisign.c175 bio = BIO_new_mem_buf((void *)magic_conf, -1);
178 errx(1, "BIO_new_mem_buf(3) failed");
259 bio = BIO_new_mem_buf(digest, digest_len);
262 errx(1, "BIO_new_mem_buf(3) failed");
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_mem.c95 BIO *BIO_new_mem_buf(const void *buf, int len) function
H A Dbio.h692 BIO *BIO_new_mem_buf(const void *buf, int len);
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms_smime.c374 tmpin = BIO_new_mem_buf(ptr, len);
509 rct_cont = BIO_new_mem_buf(os->data, os->length);
H A Dcms_lib.c103 return BIO_new_mem_buf((*pos)->data, (*pos)->length);
/freebsd-11-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_smime.c355 tmpin = BIO_new_mem_buf(ptr, len);
H A Dpk7_doit.c384 bio = BIO_new_mem_buf(os->data, os->length);
664 bio = BIO_new_mem_buf(data_body->data, data_body->length);
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c90 bio = BIO_new_mem_buf((char*)KEY, -1);
/freebsd-11-stable/usr.sbin/pkg/
H A Dpkg.c505 bp = BIO_new_mem_buf(__DECONST(void *, cert), certlen);
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c436 BIO *bio = BIO_new_mem_buf(builtin_cert,
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man330 MLINKS+= BIO_s_mem.3 BIO_new_mem_buf.3
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c600 mem = BIO_new_mem_buf ((void *)key, len);
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c2648 BIO *bio = BIO_new_mem_buf(ca_cert_blob,

Completed in 281 milliseconds