Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Dssl_old_test.c2601 BIO *c_bio = NULL; in doit() local
2626 c_bio = BIO_new(BIO_f_ssl()); in doit()
2628 if ((c_bio == NULL) || (s_bio == NULL)) { in doit()
2636 BIO_set_ssl(c_bio, c_ssl, BIO_NOCLOSE); in doit()
2679 i = (int)BIO_pending(c_bio); in doit()
2703 i = BIO_write(c_bio, cbuf, j); in doit()
2707 if (BIO_should_retry(c_bio)) { in doit()
2708 if (BIO_should_read(c_bio)) in doit()
2710 if (BIO_should_write(c_bio)) in doit()
2732 i = BIO_read(c_bio, cbu in doit()
[all...]

Completed in 4 milliseconds