Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Dssl_old_test.c2602 BIO *s_bio = NULL; in doit() local
2627 s_bio = BIO_new(BIO_f_ssl()); in doit()
2628 if ((c_bio == NULL) || (s_bio == NULL)) { in doit()
2662 BIO_set_ssl(s_bio, s_ssl, BIO_NOCLOSE); in doit()
2675 i = (int)BIO_pending(s_bio); in doit()
2769 i = BIO_read(s_bio, sbuf, bufsiz); in doit()
2773 if (BIO_should_retry(s_bio)) { in doit()
2774 if (BIO_should_read(s_bio)) in doit()
2776 if (BIO_should_write(s_bio)) in doit()
2805 i = BIO_write(s_bio, sbu in doit()
[all...]

Completed in 4 milliseconds