Home
last modified time | relevance | path

Searched defs:SslError (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dstream.rs45 pub(crate) fn get_error(&mut self, err: c_int) -> SslError { in get_error()
117 pub(crate) fn ssl_read(&mut self, buf: &[u8]) -> Result<usize, SslError> { in ssl_read() argument
129 pub(crate) fn ssl_write(&mut self, buf: &[u8]) -> Result<usize, SslError> { in ssl_write() argument
159 pub(crate) fn connect(&mut self) -> Result<(), SslError> { in connect() argument
174 pub(crate) fn shutdown(&mut self) -> Result<ShutdownResult, SslError> { in shutdown() argument
244 pub(crate) fn error(&self) -> &SslError { in error()
256 fn verify_server_cert(ssl: *const SSL, pinned_key: &str) -> Result<(), SslError> { in verify_server_cert() argument
309 ) -> Result<(), SslError> { in compare_pinned_digest() argument
H A Derror.rs25 pub(crate) struct SslError { struct
37 impl SslError { implementation
42 pub(crate) fn into_io_error(self) -> Result<io::Error, SslError> { in into_io_error() argument
57 impl Error for SslError { implementation
68 impl fmt::Display for SslError { implementation
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/
H A Dc_ssl_stream.rs78 fn poll_connect(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), ssl::SslError>> { in poll_connect()
83 pub(crate) async fn connect(mut self: Pin<&mut Self>) -> Result<(), ssl::SslError> { in connect()
163 fn check_result_to_poll<T>(r: Result<T, ssl::SslError>) -> Poll<Result<T, ssl::SslError>> { in check_result_to_poll()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/verify/
H A Dpinning.rs176 ) -> Result<(), SslError> { in sha256_digest() argument
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h101 enum class SslError { enum
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js1260 var SslError; variable