HomeSort by: relevance | last modified time | path
    Searched refs:s_bio (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c 2595 BIO *s_bio = NULL; local
2620 s_bio = BIO_new(BIO_f_ssl());
2621 if ((c_bio == NULL) || (s_bio == NULL)) {
2655 BIO_set_ssl(s_bio, s_ssl, BIO_NOCLOSE);
2668 i = (int)BIO_pending(s_bio);
2762 i = BIO_read(s_bio, sbuf, bufsiz);
2766 if (BIO_should_retry(s_bio)) {
2767 if (BIO_should_read(s_bio))
2769 if (BIO_should_write(s_bio))
2798 i = BIO_write(s_bio, sbuf, j)
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c 2606 BIO *s_bio = NULL; local
2631 s_bio = BIO_new(BIO_f_ssl());
2632 if ((c_bio == NULL) || (s_bio == NULL)) {
2666 BIO_set_ssl(s_bio, s_ssl, BIO_NOCLOSE);
2679 i = (int)BIO_pending(s_bio);
2773 i = BIO_read(s_bio, sbuf, bufsiz);
2777 if (BIO_should_retry(s_bio)) {
2778 if (BIO_should_read(s_bio))
2780 if (BIO_should_write(s_bio))
2809 i = BIO_write(s_bio, sbuf, j)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c 2581 BIO *s_bio = NULL; local
2606 s_bio = BIO_new(BIO_f_ssl());
2607 if ((c_bio == NULL) || (s_bio == NULL)) {
2641 BIO_set_ssl(s_bio, s_ssl, BIO_NOCLOSE);
2654 i = (int)BIO_pending(s_bio);
2748 i = BIO_read(s_bio, sbuf, bufsiz);
2752 if (BIO_should_retry(s_bio)) {
2753 if (BIO_should_read(s_bio))
2755 if (BIO_should_write(s_bio))
2784 i = BIO_write(s_bio, sbuf, j)
    [all...]

Completed in 30 milliseconds