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

/external/libevent/
H A Dbufferevent_openssl.c514 case SSL_ERROR_WANT_ACCEPT:
/external/boringssl/src/ssl/
H A Dssl_lib.c755 return SSL_ERROR_WANT_ACCEPT;
780 return SSL_ERROR_WANT_ACCEPT;
/external/boringssl/include/openssl/
H A Dssl.h434 /* SSL_ERROR_WANT_ACCEPT indicates the operation failed attempting to accept a
439 #define SSL_ERROR_WANT_ACCEPT 8 macro
/external/boringssl/src/include/openssl/
H A Dssl.h434 /* SSL_ERROR_WANT_ACCEPT indicates the operation failed attempting to accept a
439 #define SSL_ERROR_WANT_ACCEPT 8 macro
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp811 case SSL_ERROR_WANT_ACCEPT:
812 sslErrorStr = "SSL_ERROR_WANT_ACCEPT occurred. You should never see this.";
864 } else if (sslErrorCode > SSL_ERROR_WANT_ACCEPT) {

Completed in 1020 milliseconds