Home
last modified time | relevance | path

Searched refs:BIO_RR_ACCEPT (Results 1 – 9 of 9) sorted by relevance

/third_party/boringssl/src/ssl/
Dbio_ssl.cc40 bio->retry_reason = BIO_RR_ACCEPT; in ssl_read()
Dssl_lib.cc1306 case BIO_RR_ACCEPT: in bio_retry_reason_to_error()
/third_party/boringssl/src/include/openssl/
Dbio.h196 #define BIO_RR_ACCEPT 0x03 macro
/third_party/openssl/crypto/bio/
Dbss_acpt.c294 b->retry_reason = BIO_RR_ACCEPT; in acpt_state()
/third_party/openssl/ssl/
Dbio_ssl.c144 retry_reason = BIO_RR_ACCEPT; in ssl_read()
Dssl_lib.c3597 else if (reason == BIO_RR_ACCEPT) in SSL_get_error()
3618 else if (reason == BIO_RR_ACCEPT) in SSL_get_error()
/third_party/openssl/doc/man3/
DBIO_s_accept.pod148 BIO_should_io_special() with the reason BIO_RR_ACCEPT. If this happens
/third_party/openssl/include/openssl/
Dbio.h217 # define BIO_RR_ACCEPT 0x03 macro
/third_party/openssl/
DCHANGES9205 BIO_RR_ACCEPT to cover this case. Previously use of accept BIOs