Searched refs:BIO_should_read (Results 1 - 5 of 5) sorted by relevance

/external/boringssl/src/crypto/bio/
H A Dbio_test.cc247 EXPECT_TRUE(BIO_should_read(bio2));
252 EXPECT_TRUE(BIO_should_read(bio2));
H A Dbio.c258 int BIO_should_read(const BIO *bio) { function
/external/boringssl/include/openssl/
H A Dbio.h166 /* BIO_should_read returns non-zero if |bio| encountered a temporary error
169 OPENSSL_EXPORT int BIO_should_read(const BIO *bio);
/external/boringssl/src/include/openssl/
H A Dbio.h166 /* BIO_should_read returns non-zero if |bio| encountered a temporary error
169 OPENSSL_EXPORT int BIO_should_read(const BIO *bio);
/external/boringssl/src/ssl/
H A Dssl_lib.c887 if (BIO_should_read(bio)) {
910 if (BIO_should_read(bio)) {

Completed in 57 milliseconds