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.c1937 BIO *s_ssl_bio = NULL, *c_ssl_bio = NULL; in doit_localhost() local
1996 c_ssl_bio = BIO_new(BIO_f_ssl()); in doit_localhost()
1997 if (!c_ssl_bio) in doit_localhost()
2002 (void)BIO_set_ssl(c_ssl_bio, c_ssl, BIO_NOCLOSE); in doit_localhost()
2048 r = BIO_write(c_ssl_bio, cbuf, i); in doit_localhost()
2219 BIO_free(c_ssl_bio); in doit_localhost()
2234 BIO *s_ssl_bio = NULL, *c_ssl_bio = NULL; in doit_biopair() local
2251 c_ssl_bio = BIO_new(BIO_f_ssl()); in doit_biopair()
2252 if (!c_ssl_bio) in doit_biopair()
2327 r = BIO_write(c_ssl_bio, cbuf, i); in doit_biopair()
[all …]

Completed in 11 milliseconds