Searched refs:BIO_f_ssl (Results 1 – 12 of 12) sorted by relevance
6 BIO_f_ssl, BIO_set_ssl, BIO_get_ssl, BIO_set_ssl_mode,19 const BIO_METHOD *BIO_f_ssl(void);38 BIO_f_ssl() returns the SSL BIO method. This is a filter BIO which136 BIO_f_ssl() returns the SSL B<BIO_METHOD> structure.
63 ssl_bio = BIO_new(BIO_f_ssl()); in main()
51 const BIO_METHOD *BIO_f_ssl(void) in BIO_f_ssl() function464 if ((ret = BIO_new(BIO_f_ssl())) == NULL) in BIO_new_ssl()
1975 s_ssl_bio = BIO_new(BIO_f_ssl()); in doit_localhost()1979 c_ssl_bio = BIO_new(BIO_f_ssl()); in doit_localhost()2230 s_ssl_bio = BIO_new(BIO_f_ssl()); in doit_biopair()2234 c_ssl_bio = BIO_new(BIO_f_ssl()); in doit_biopair()2626 c_bio = BIO_new(BIO_f_ssl()); in doit()2627 s_bio = BIO_new(BIO_f_ssl()); in doit()
2857 || !TEST_ptr(sslbio = BIO_new(BIO_f_ssl())) in execute_test_ssl_bio()
66 L<BIO_f_null(3)>, L<BIO_f_ssl(3)>,
326 BIO_f_ssl 327 3_0_0 EXIST::FUNCTION:
3060 ssl_bio = BIO_new(BIO_f_ssl()); in www_body()3503 ssl_bio = BIO_new(BIO_f_ssl()); in rev_body()
594 DEPEND[html/man3/BIO_f_ssl.html]=man3/BIO_f_ssl.pod595 GENERATE[html/man3/BIO_f_ssl.html]=man3/BIO_f_ssl.pod596 DEPEND[man/man3/BIO_f_ssl.3]=man3/BIO_f_ssl.pod597 GENERATE[man/man3/BIO_f_ssl.3]=man3/BIO_f_ssl.pod2886 html/man3/BIO_f_ssl.html \3482 man/man3/BIO_f_ssl.3 \
1495 __owur const BIO_METHOD *BIO_f_ssl(void);
2482 || (sbio = BIO_new(BIO_f_ssl())) == NULL) { in app_http_tls_cb()
1523 __owur const BIO_METHOD *BIO_f_ssl(void);