Searched refs:BIO_s_mem (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/crypto/openssl/ssl/
H A Dclienthellotest.c127 rbio = BIO_new(BIO_s_mem());
128 wbio = BIO_new(BIO_s_mem());
H A Dbad_dtls_test.c812 rbio = BIO_new(BIO_s_mem());
813 wbio = BIO_new(BIO_s_mem());
H A Ds3_enc.c582 s->s3->handshake_buffer = BIO_new(BIO_s_mem());
H A Dssltest.c2358 c_to_s = BIO_new(BIO_s_mem());
2359 s_to_c = BIO_new(BIO_s_mem());
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_openssl_ocsp.c256 out = BIO_new(BIO_s_mem());
273 out = BIO_new(BIO_s_mem());
297 out = BIO_new(BIO_s_mem());
310 out = BIO_new(BIO_s_mem());
323 out = BIO_new(BIO_s_mem());
339 out = BIO_new(BIO_s_mem());
H A Dtls_openssl.c140 if (length != -1 && (bio = BIO_new(BIO_s_mem())) != NULL)
1587 conn->ssl_in = BIO_new(BIO_s_mem());
1596 conn->ssl_out = BIO_new(BIO_s_mem());
4636 out = BIO_new(BIO_s_mem());
4670 out = BIO_new(BIO_s_mem());
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_mem.c89 BIO_METHOD *BIO_s_mem(void) function
106 if (!(ret = BIO_new(BIO_s_mem())))
H A Dbio.h691 BIO_METHOD *BIO_s_mem(void);
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c990 BIO* mem = BIO_new(BIO_s_mem());
1110 m = BIO_new(BIO_s_mem());
1561 data->ds = BIO_new(BIO_s_mem());
1562 data->ctag = BIO_new(BIO_s_mem());
1563 data->czone = BIO_new(BIO_s_mem());
1564 data->calgo = BIO_new(BIO_s_mem());
1565 data->cdigtype = BIO_new(BIO_s_mem());
1566 data->cdigest = BIO_new(BIO_s_mem());
/freebsd-11-stable/contrib/wpa/hs20/client/
H A Dest.c509 out = BIO_new(BIO_s_mem());
546 BIO *mem = BIO_new(BIO_s_mem());
/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A Docsp_ht.c125 rctx->mem = BIO_new(BIO_s_mem());
/freebsd-11-stable/usr.sbin/uefisign/
H A Duefisign.c300 out = BIO_new(BIO_s_mem());
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man26 MAN+= BIO_s_mem.3
328 MLINKS+= BIO_s_mem.3 BIO_get_mem_data.3
329 MLINKS+= BIO_s_mem.3 BIO_get_mem_ptr.3
330 MLINKS+= BIO_s_mem.3 BIO_new_mem_buf.3
331 MLINKS+= BIO_s_mem.3 BIO_set_mem_buf.3
332 MLINKS+= BIO_s_mem.3 BIO_set_mem_eof_return.3
/freebsd-11-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c386 bio = BIO_new(BIO_s_mem());
650 bio = BIO_new(BIO_s_mem());
666 bio = BIO_new(BIO_s_mem());
H A Dpk7_smime.c367 if (!(tmpout = BIO_new(BIO_s_mem()))) {
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms_lib.c101 return BIO_new(BIO_s_mem());
H A Dcms_smime.c73 tmpout = BIO_new(BIO_s_mem());
/freebsd-11-stable/crypto/openssl/crypto/threads/
H A Dmttest.c428 c_to_s = BIO_new(BIO_s_mem());
429 s_to_c = BIO_new(BIO_s_mem());
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dhttp_curl.c185 out = BIO_new(BIO_s_mem());
1074 out = BIO_new(BIO_s_mem());
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn_mime.c626 bpart = BIO_new(BIO_s_mem());
/freebsd-11-stable/contrib/unbound/util/
H A Dnet_help.c874 bio = BIO_new(BIO_s_mem());
/freebsd-11-stable/contrib/ntp/util/
H A Dntp-keygen.c550 bp = BIO_new(BIO_s_mem());
/freebsd-11-stable/contrib/serf/buckets/
H A Dssl_buckets.c1799 bio = BIO_new(BIO_s_mem());
/freebsd-11-stable/crypto/openssh/
H A Dsshkey.c3526 if ((bio = BIO_new(BIO_s_mem())) == NULL)
3786 if ((bio = BIO_new(BIO_s_mem())) == NULL || sshbuf_len(blob) > INT_MAX)
/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.c2455 mem = BIO_new(BIO_s_mem());

Completed in 287 milliseconds

12