Searched refs:BIO_f_ssl (Results 1 – 6 of 6) sorted by relevance
99 BIO_METHOD *BIO_f_ssl(void) in BIO_f_ssl() function562 if ((ret=BIO_new(BIO_f_ssl())) == NULL) in BIO_new_ssl()
1207 s_ssl_bio = BIO_new(BIO_f_ssl()); in doit_biopair()1211 c_ssl_bio = BIO_new(BIO_f_ssl()); in doit_biopair()1613 c_bio=BIO_new(BIO_f_ssl()); in doit()1614 s_bio=BIO_new(BIO_f_ssl()); in doit()
1661 BIO_METHOD *BIO_f_ssl(void);
455 c_bio=BIO_new(BIO_f_ssl()); in doit()456 s_bio=BIO_new(BIO_f_ssl()); in doit()
2554 ssl_bio=BIO_new(BIO_f_ssl()); in www_body()