Home
last modified time | relevance | path

Searched refs:BIO_get_retry_flags (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/bio/
Dbio.c300 int BIO_get_retry_flags(BIO *bio) { in BIO_get_retry_flags() function
313 BIO_set_flags(bio, BIO_get_retry_flags(bio->next_bio)); in BIO_copy_next_retry()
Dpair.c229 assert(BIO_get_retry_flags(bio) == 0); in BIO_zero_copy_get_read_buf_done()
/external/boringssl/src/include/openssl/
Dbio.h216 OPENSSL_EXPORT int BIO_get_retry_flags(BIO *bio);