Lines Matching refs:c_ssl_bio
1924 BIO *s_ssl_bio = NULL, *c_ssl_bio = NULL; in doit_localhost() local
1983 c_ssl_bio = BIO_new(BIO_f_ssl()); in doit_localhost()
1984 if (!c_ssl_bio) in doit_localhost()
1989 (void)BIO_set_ssl(c_ssl_bio, c_ssl, BIO_NOCLOSE); in doit_localhost()
2035 r = BIO_write(c_ssl_bio, cbuf, i); in doit_localhost()
2037 if (!BIO_should_retry(c_ssl_bio)) { in doit_localhost()
2061 r = BIO_read(c_ssl_bio, cbuf, sizeof(cbuf)); in doit_localhost()
2063 if (!BIO_should_retry(c_ssl_bio)) { in doit_localhost()
2206 BIO_free(c_ssl_bio); in doit_localhost()
2221 BIO *s_ssl_bio = NULL, *c_ssl_bio = NULL; in doit_biopair() local
2238 c_ssl_bio = BIO_new(BIO_f_ssl()); in doit_biopair()
2239 if (!c_ssl_bio) in doit_biopair()
2244 (void)BIO_set_ssl(c_ssl_bio, c_ssl, BIO_NOCLOSE); in doit_biopair()
2314 r = BIO_write(c_ssl_bio, cbuf, i); in doit_biopair()
2316 if (!BIO_should_retry(c_ssl_bio)) { in doit_biopair()
2340 r = BIO_read(c_ssl_bio, cbuf, sizeof(cbuf)); in doit_biopair()
2342 if (!BIO_should_retry(c_ssl_bio)) { in doit_biopair()
2581 BIO_free(c_ssl_bio); in doit_biopair()