HomeSort by relevance Sort by last modified time
    Searched full:s_bio (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
mttest.c 428 BIO *s_bio=NULL; local
456 s_bio=BIO_new(BIO_f_ssl());
457 if ((c_bio == NULL) || (s_bio == NULL)) goto err;
465 BIO_set_ssl(s_bio,s_ssl,(ctx[3] == NULL)?BIO_CLOSE:BIO_NOCLOSE);
479 i=(int)BIO_pending(s_bio);
588 i=BIO_read(s_bio,sbuf,100);
593 if (BIO_should_retry(s_bio))
595 if (BIO_should_read(s_bio))
597 if (BIO_should_write(s_bio))
625 i=BIO_write(s_bio,"hello from server\n",18)
    [all...]
  /external/openssl/crypto/threads/
mttest.c 428 BIO *s_bio=NULL; local
456 s_bio=BIO_new(BIO_f_ssl());
457 if ((c_bio == NULL) || (s_bio == NULL)) goto err;
465 BIO_set_ssl(s_bio,s_ssl,(ctx[3] == NULL)?BIO_CLOSE:BIO_NOCLOSE);
479 i=(int)BIO_pending(s_bio);
588 i=BIO_read(s_bio,sbuf,100);
593 if (BIO_should_retry(s_bio))
595 if (BIO_should_read(s_bio))
597 if (BIO_should_write(s_bio))
625 i=BIO_write(s_bio,"hello from server\n",18)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssltest.c 1566 BIO *s_bio=NULL; local
    [all...]
  /external/openssl/ssl/
ssltest.c 1566 BIO *s_bio=NULL; local
    [all...]

Completed in 299 milliseconds