Searched refs:BIO_f_ssl (Results 1 – 11 of 11) sorted by relevance
70 ssl_bio = BIO_new(BIO_f_ssl()); in main()
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 which133 BIO_f_ssl() returns the SSL B<BIO_METHOD> structure.
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()
66 L<BIO_f_null(3)>, L<BIO_f_ssl(3)>,
1971 s_ssl_bio = BIO_new(BIO_f_ssl()); in doit_localhost()1975 c_ssl_bio = BIO_new(BIO_f_ssl()); in doit_localhost()2209 s_ssl_bio = BIO_new(BIO_f_ssl()); in doit_biopair()2213 c_ssl_bio = BIO_new(BIO_f_ssl()); in doit_biopair()2605 c_bio = BIO_new(BIO_f_ssl()); in doit()2606 s_bio = BIO_new(BIO_f_ssl()); in doit()
1816 || !TEST_ptr(sslbio = BIO_new(BIO_f_ssl())) in execute_test_ssl_bio()
326 BIO_f_ssl 327 1_1_0 EXIST::FUNCTION:
2975 ssl_bio = BIO_new(BIO_f_ssl()); in www_body()3359 ssl_bio = BIO_new(BIO_f_ssl()); in rev_body()
1495 __owur const BIO_METHOD *BIO_f_ssl(void);
3260 BIO *const bio = BIO_new(BIO_f_ssl()); in ossl_connect_step1()
22 #define BIO_f_ssl BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_f_ssl) macro