Home
last modified time | relevance | path

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

/external/libbrillo/brillo/streams/
Dopenssl_stream_bio_unittests.cc64 EXPECT_TRUE(BIO_should_retry(bio_)); in TEST_F()
74 EXPECT_FALSE(BIO_should_retry(bio_)); in TEST_F()
82 EXPECT_FALSE(BIO_should_retry(bio_)); in TEST_F()
104 EXPECT_TRUE(BIO_should_retry(bio_)); in TEST_F()
112 EXPECT_FALSE(BIO_should_retry(bio_)); in TEST_F()
/external/boringssl/src/include/openssl/
Dbio.h181 OPENSSL_EXPORT int BIO_should_retry(const BIO *bio);
/external/boringssl/src/decrepit/bio/
Dbase64_bio.c179 if (!BIO_should_retry(b->next_bio)) { in b64_read()
/external/boringssl/src/crypto/bio/
Dbio.c266 int BIO_should_retry(const BIO *bio) { in BIO_should_retry() function