Home
last modified time | relevance | path

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

/openssl/test/
H A Dssl_old_test.c2619 BIO *s_bio = NULL; in doit() local
2644 s_bio = BIO_new(BIO_f_ssl()); in doit()
2645 if ((c_bio == NULL) || (s_bio == NULL)) { in doit()
2679 BIO_set_ssl(s_bio, s_ssl, BIO_NOCLOSE); in doit()
2692 i = (int)BIO_pending(s_bio); in doit()
2786 i = BIO_read(s_bio, sbuf, bufsiz); in doit()
2790 if (BIO_should_retry(s_bio)) { in doit()
2791 if (BIO_should_read(s_bio)) in doit()
2822 i = BIO_write(s_bio, sbuf, j); in doit()
2826 if (BIO_should_retry(s_bio)) { in doit()
[all …]

Completed in 14 milliseconds