Home
last modified time | relevance | path

Searched refs:c_ssl_bio (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dssl_old_test.c1920 BIO *s_ssl_bio = NULL, *c_ssl_bio = NULL; in doit_localhost() local
1979 c_ssl_bio = BIO_new(BIO_f_ssl()); in doit_localhost()
1980 if (!c_ssl_bio) in doit_localhost()
1985 (void)BIO_set_ssl(c_ssl_bio, c_ssl, BIO_NOCLOSE); in doit_localhost()
2031 r = BIO_write(c_ssl_bio, cbuf, i); in doit_localhost()
2202 BIO_free(c_ssl_bio); in doit_localhost()
2217 BIO *s_ssl_bio = NULL, *c_ssl_bio = NULL; in doit_biopair() local
2234 c_ssl_bio = BIO_new(BIO_f_ssl()); in doit_biopair()
2235 if (!c_ssl_bio) in doit_biopair()
2310 r = BIO_write(c_ssl_bio, cbuf, i); in doit_biopair()
[all …]

Completed in 11 milliseconds