Home
last modified time | relevance | path

Searched refs:BIO_s_null (Results 1 – 9 of 9) sorted by relevance

/dragonfly/crypto/libressl/crypto/bio/
H A Dbss_null.c88 BIO_s_null(void) in BIO_s_null() function
/dragonfly/crypto/libressl/ssl/
H A Dtls13_quic.c175 if ((bio = BIO_new(BIO_s_null())) == NULL) in tls13_quic_init()
/dragonfly/crypto/libressl/crypto/cms/
H A Dcms_lib.c127 return BIO_new(BIO_s_null()); in cms_content_bio()
H A Dcms_smime.c70 rbio = BIO_new(BIO_s_null()); in cms_get_text_bio()
/dragonfly/crypto/libressl/include/openssl/
H A Dbio.h606 const BIO_METHOD *BIO_s_null(void);
/dragonfly/crypto/libressl/crypto/pkcs7/
H A Dpk7_doit.c382 bio = BIO_new(BIO_s_null()); in PKCS7_dataInit()
/dragonfly/crypto/libressl/
H A DREADME.DELETED221 man/BIO_s_null.3
/dragonfly/crypto/libressl/apps/openssl/
H A Ds_client.c1006 if ((bio_c_out = BIO_new(BIO_s_null())) == NULL) in s_client_main()
H A Ds_server.c1199 bio_s_out = BIO_new(BIO_s_null()); in s_server_main()