Home
last modified time | relevance | path

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

/openbsd/src/regress/lib/libssl/ssl/
Dssltest.c1134 BIO *s_bio = NULL; in doit() local
1152 s_bio = BIO_new(BIO_f_ssl()); in doit()
1153 if ((c_bio == NULL) || (s_bio == NULL)) { in doit()
1164 BIO_set_ssl(s_bio, s_ssl, BIO_NOCLOSE); in doit()
1177 i = (int)BIO_pending(s_bio); in doit()
1269 i = BIO_read(s_bio, sbuf, sizeof(cbuf)); in doit()
1273 if (BIO_should_retry(s_bio)) { in doit()
1274 if (BIO_should_read(s_bio)) in doit()
1276 if (BIO_should_write(s_bio)) in doit()
1304 i = BIO_write(s_bio, sbuf, j); in doit()
[all …]