Searched refs:BIO_s_null (Results 1 – 19 of 19) 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());
219 BIO *bio = BIO_new(BIO_s_null()); \236 BIO *bio = BIO_new(BIO_s_null()); \252 BIO *bio = BIO_new(BIO_s_null()); \269 BIO *bio = BIO_new(BIO_s_null()); \309 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()
34 BIO *bio = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
33 BIO *bio = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
40 BIO *out = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
170 BIO *out = BIO_new(BIO_s_null()); in FuzzerTestOneInput()
35 const BIO_METHOD *BIO_s_null(void) in BIO_s_null() function
74 L<BIO_s_null(3)>, L<BIO_s_socket(3)>,
143 return BIO_new(BIO_s_null()); in ossl_cms_content_bio()
24 rbio = BIO_new(BIO_s_null()); in cms_get_text_bio()
354 bio = BIO_new(BIO_s_null()); in PKCS7_dataInit()
666 DEPEND[html/man3/BIO_s_null.html]=man3/BIO_s_null.pod667 GENERATE[html/man3/BIO_s_null.html]=man3/BIO_s_null.pod668 DEPEND[man/man3/BIO_s_null.3]=man3/BIO_s_null.pod669 GENERATE[man/man3/BIO_s_null.3]=man3/BIO_s_null.pod2888 html/man3/BIO_s_null.html \3480 man/man3/BIO_s_null.3 \
655 const BIO_METHOD *BIO_s_null(void);
1665 bio_c_out = BIO_new(BIO_s_null()); in s_client_main()
1816 bio_s_out = BIO_new(BIO_s_null()); in s_server_main()
3352 BIO_s_null 3425 3_0_0 EXIST::FUNCTION:
Completed in 53 milliseconds