Searched refs:SSL_get_error (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/ |
H A D | ssl_base.rs | 31 SSL_ctrl, SSL_get0_param, SSL_get_error, SSL_get_rbio, SSL_get_verify_result, SSL_read, 93 unsafe { SslErrorCode::from_int(SSL_get_error(self.as_ptr(), err)) } in get_error()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/ |
H A D | ssl.rs | 150 pub(crate) fn SSL_get_error(ssl: *const SSL, ret: c_int) -> c_int; in SSL_get_error() function
|
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/ |
H A D | tls_socket.cpp | 1218 return TlsSocketError::TLS_ERR_SSL_BASE + SSL_get_error(ssl_, SSL_RET_CODE); in ConvertSSLError() 1273 int err = SSL_get_error(ssl, SSL_RET_CODE); in SendRetry() 1317 int err = SSL_get_error(ssl, SSL_RET_CODE); in PollSend() 1363 int err = SSL_get_error(ssl_, SSL_RET_CODE); in Recv() 1391 int resErr = TlsSocketError::TLS_ERR_SSL_BASE + SSL_get_error(ssl_, SSL_RET_CODE); in Close() 1813 int errorStatus = TlsSocketError::TLS_ERR_SSL_BASE + SSL_get_error(ssl_, SSL_RET_CODE); in StartShakingHands()
|
H A D | tls_socket_server.cpp | 106 return TlsSocket::TlsSocketError::TLS_ERR_SSL_BASE + SSL_get_error(ssl, SSL_RET_CODE); in ConvertSSLError()
|