HomeSort by relevance Sort by last modified time
    Searched refs:c_bio (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/threads/
mttest.c 427 BIO *c_bio=NULL; local
455 c_bio=BIO_new(BIO_f_ssl());
457 if ((c_bio == NULL) || (s_bio == NULL)) goto err;
461 BIO_set_ssl(c_bio,c_ssl,(ctx[2] == NULL)?BIO_CLOSE:BIO_NOCLOSE);
482 i=(int)BIO_pending(c_bio);
516 i=BIO_write(c_bio,"hello from client\n",18);
521 if (BIO_should_retry(c_bio))
523 if (BIO_should_read(c_bio))
525 if (BIO_should_write(c_bio))
548 i=BIO_read(c_bio,cbuf,100)
    [all...]
  /external/openssl/ssl/
ssltest.c 1565 BIO *c_bio=NULL; local
    [all...]

Completed in 164 milliseconds