Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DBIO_s_null.pod5 BIO_s_null - null data sink
11 const BIO_METHOD *BIO_s_null(void);
15 BIO_s_null() returns the null sink BIO method. Data written to
33 BIO_s_null() returns the null sink BIO method.
H A DBIO_f_md.pod83 bio = BIO_new(BIO_s_null());
/openssl/fuzz/
H A Dasn1.c221 BIO *bio = BIO_new(BIO_s_null()); \
240 BIO *bio = BIO_new(BIO_s_null()); \
258 BIO *bio = BIO_new(BIO_s_null()); \
277 BIO *bio = BIO_new(BIO_s_null()); \
322 BIO *bio = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
H A Dasn1parse.c26 bio_out = BIO_new(BIO_s_null()); /* output will be ignored */ in FuzzerInitialize()
H A Dcrl.c31 BIO *bio = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
H A Dacert.c32 BIO *bio = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
H A Dct.c34 BIO *bio = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
H A Dcms.c40 BIO *out = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
H A Ddecoder.c48 bio = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
H A Dx509.c54 bio = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
H A Dcmp.c182 BIO *out = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
/openssl/crypto/bio/
H A Dbss_null.c35 const BIO_METHOD *BIO_s_null(void) in BIO_s_null() function
/openssl/doc/man7/
H A Dbio.pod98 L<BIO_s_null(3)>, L<BIO_s_socket(3)>,
/openssl/ssl/quic/
H A Dquic_tls.c770 nullbio = BIO_new(BIO_s_null()); in ossl_quic_tls_tick()
/openssl/crypto/cms/
H A Dcms_lib.c132 return BIO_new(BIO_s_null()); in ossl_cms_content_bio()
H A Dcms_smime.c25 rbio = BIO_new(BIO_s_null()); in cms_get_text_bio()
/openssl/crypto/pkcs7/
H A Dpk7_doit.c385 bio = BIO_new(BIO_s_null()); in PKCS7_dataInit()
/openssl/doc/
H A Dbuild.info678 DEPEND[html/man3/BIO_s_null.html]=man3/BIO_s_null.pod
679 GENERATE[html/man3/BIO_s_null.html]=man3/BIO_s_null.pod
680 DEPEND[man/man3/BIO_s_null.3]=man3/BIO_s_null.pod
681 GENERATE[man/man3/BIO_s_null.3]=man3/BIO_s_null.pod
3175 html/man3/BIO_s_null.html \
3838 man/man3/BIO_s_null.3 \
/openssl/include/openssl/
H A Dbio.h.in763 const BIO_METHOD *BIO_s_null(void);
/openssl/apps/
H A Ds_client.c1785 bio_c_out = BIO_new(BIO_s_null()); in s_client_main()
H A Ds_server.c1893 bio_s_out = BIO_new(BIO_s_null()); in s_server_main()
/openssl/util/
H A Dlibcrypto.num3352 BIO_s_null 3425 3_0_0 EXIST::FUNCTION:

Completed in 146 milliseconds