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

  /external/libbrillo/brillo/streams/
openssl_stream_bio_unittests.cc 64 EXPECT_TRUE(BIO_should_retry(bio_));
74 EXPECT_FALSE(BIO_should_retry(bio_));
82 EXPECT_FALSE(BIO_should_retry(bio_));
104 EXPECT_TRUE(BIO_should_retry(bio_));
112 EXPECT_FALSE(BIO_should_retry(bio_));
  /external/boringssl/src/crypto/bio/
bio.c 266 int BIO_should_retry(const BIO *bio) {
  /external/boringssl/src/decrepit/bio/
base64_bio.c 179 if (!BIO_should_retry(b->next_bio)) {
  /external/boringssl/src/include/openssl/
bio.h 178 /* BIO_should_retry returns non-zero if the reason that caused a failed I/O
181 OPENSSL_EXPORT int BIO_should_retry(const BIO *bio);
400 * return EOF (that is it will return zero and |BIO_should_retry| will be
    [all...]

Completed in 1376 milliseconds