Home
last modified time | relevance | path

Searched refs:SSL_ERROR_ZERO_RETURN (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Derror.rs119 const SSL_ERROR_ZERO_RETURN: c_int = 6; const
125 pub(crate) const ZERO_RETURN: SslErrorCode = SslErrorCode(SSL_ERROR_ZERO_RETURN);
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_socket.cpp1368 case SSL_ERROR_ZERO_RETURN: in Recv()