Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dssl_old_test.c1924 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
[all …]