Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dbio.h201 OPENSSL_EXPORT int BIO_get_retry_reason(const BIO *bio);
/external/boringssl/src/crypto/bio/
Dbio.c284 int BIO_get_retry_reason(const BIO *bio) { return bio->retry_reason; } in BIO_get_retry_reason() function
/external/boringssl/src/ssl/
Dssl_lib.c2065 reason = BIO_get_retry_reason(bio); in SSL_get_error()
2090 reason = BIO_get_retry_reason(bio); in SSL_get_error()