Searched refs:BIO_s_connect (Results 1 – 5 of 5) sorted by relevance
353 BIO_METHOD *BIO_s_connect(void) in BIO_s_connect() function640 ret=BIO_new(BIO_s_connect()); in BIO_new_connect()
606 BIO_METHOD *BIO_s_connect(void);
573 if ((conn=BIO_new(BIO_s_connect())) == NULL) in doConnection()
543 if ((con=BIO_new(BIO_s_connect())) == NULL) in BIO_new_ssl_connect()