Home
last modified time | relevance | path

Searched refs:s_ssl_bio (Results 1 - 1 of 1) sorted by relevance

/third_party/openssl/test/
H A Dssl_old_test.c1920 BIO *s_ssl_bio = NULL, *c_ssl_bio = NULL; in doit_localhost() local
1975 s_ssl_bio = BIO_new(BIO_f_ssl()); in doit_localhost()
1976 if (!s_ssl_bio) in doit_localhost()
1989 (void)BIO_set_ssl(s_ssl_bio, s_ssl, BIO_NOCLOSE); in doit_localhost()
2000 * s_ssl_bio: SSL filter BIO in doit_localhost()
2110 r = BIO_write(s_ssl_bio, sbuf, i); in doit_localhost()
2112 if (!BIO_should_retry(s_ssl_bio)) { in doit_localhost()
2131 r = BIO_read(s_ssl_bio, sbuf, sizeof(sbuf)); in doit_localhost()
2133 if (!BIO_should_retry(s_ssl_bio)) { in doit_localhost()
2201 BIO_free(s_ssl_bio); in doit_localhost()
2217 BIO *s_ssl_bio = NULL, *c_ssl_bio = NULL; doit_biopair() local
[all...]

Completed in 4 milliseconds