Home
last modified time | relevance | path

Searched refs:SSL_ERROR_WANT_READ (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.rs117 const SSL_ERROR_WANT_READ: c_int = 2; const
126 pub(crate) const WANT_READ: SslErrorCode = SslErrorCode(SSL_ERROR_WANT_READ);
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_socket.cpp1371 case SSL_ERROR_WANT_READ: in Recv()