Searched refs:BIO_s_null (Results 1 – 22 of 22) sorted by relevance
5 BIO_s_null - null data sink11 const BIO_METHOD *BIO_s_null(void);15 BIO_s_null() returns the null sink BIO method. Data written to33 BIO_s_null() returns the null sink BIO method.
83 bio = BIO_new(BIO_s_null());
221 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()
26 bio_out = BIO_new(BIO_s_null()); /* output will be ignored */ in FuzzerInitialize()
31 BIO *bio = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
32 BIO *bio = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
34 BIO *bio = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
40 BIO *out = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
48 bio = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
54 bio = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
182 BIO *out = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
35 const BIO_METHOD *BIO_s_null(void) in BIO_s_null() function
98 L<BIO_s_null(3)>, L<BIO_s_socket(3)>,
770 nullbio = BIO_new(BIO_s_null()); in ossl_quic_tls_tick()
132 return BIO_new(BIO_s_null()); in ossl_cms_content_bio()
25 rbio = BIO_new(BIO_s_null()); in cms_get_text_bio()
385 bio = BIO_new(BIO_s_null()); in PKCS7_dataInit()
678 DEPEND[html/man3/BIO_s_null.html]=man3/BIO_s_null.pod679 GENERATE[html/man3/BIO_s_null.html]=man3/BIO_s_null.pod680 DEPEND[man/man3/BIO_s_null.3]=man3/BIO_s_null.pod681 GENERATE[man/man3/BIO_s_null.3]=man3/BIO_s_null.pod3175 html/man3/BIO_s_null.html \3838 man/man3/BIO_s_null.3 \
763 const BIO_METHOD *BIO_s_null(void);
1785 bio_c_out = BIO_new(BIO_s_null()); in s_client_main()
1893 bio_s_out = BIO_new(BIO_s_null()); in s_server_main()
3352 BIO_s_null 3425 3_0_0 EXIST::FUNCTION:
Completed in 89 milliseconds