Lines Matching refs:s_ssl_bio
1937 BIO *s_ssl_bio = NULL, *c_ssl_bio = NULL; in doit_localhost() local
1992 s_ssl_bio = BIO_new(BIO_f_ssl()); in doit_localhost()
1993 if (!s_ssl_bio) in doit_localhost()
2006 (void)BIO_set_ssl(s_ssl_bio, s_ssl, BIO_NOCLOSE); in doit_localhost()
2127 r = BIO_write(s_ssl_bio, sbuf, i); in doit_localhost()
2129 if (!BIO_should_retry(s_ssl_bio)) { in doit_localhost()
2148 r = BIO_read(s_ssl_bio, sbuf, sizeof(sbuf)); in doit_localhost()
2150 if (!BIO_should_retry(s_ssl_bio)) { in doit_localhost()
2218 BIO_free(s_ssl_bio); in doit_localhost()
2234 BIO *s_ssl_bio = NULL, *c_ssl_bio = NULL; in doit_biopair() local
2247 s_ssl_bio = BIO_new(BIO_f_ssl()); in doit_biopair()
2248 if (!s_ssl_bio) in doit_biopair()
2261 (void)BIO_set_ssl(s_ssl_bio, s_ssl, BIO_NOCLOSE); in doit_biopair()
2406 r = BIO_write(s_ssl_bio, sbuf, i); in doit_biopair()
2408 if (!BIO_should_retry(s_ssl_bio)) { in doit_biopair()
2427 r = BIO_read(s_ssl_bio, sbuf, sizeof(sbuf)); in doit_biopair()
2429 if (!BIO_should_retry(s_ssl_bio)) { in doit_biopair()
2593 BIO_free(s_ssl_bio); in doit_biopair()