Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bio/
Dconnect.c211 bio->retry_reason = BIO_RR_CONNECT; in conn_state()
230 bio->retry_reason = BIO_RR_CONNECT; in conn_state()
/external/boringssl/src/include/openssl/
Dbio.h190 #define BIO_RR_CONNECT 0x02 macro
/external/boringssl/src/ssl/
Dssl_lib.c2066 if (reason == BIO_RR_CONNECT) { in SSL_get_error()
2091 if (reason == BIO_RR_CONNECT) { in SSL_get_error()