Home
last modified time | relevance | path

Searched defs:SslErrorCode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Derror.rs38 pub(crate) fn code(&self) -> SslErrorCode { in code()
122 pub(crate) struct SslErrorCode(c_int); struct
124 impl SslErrorCode { implementation
131 pub(crate) fn from_int(err: c_int) -> SslErrorCode { in from_int()
136 impl fmt::Display for SslErrorCode { implementation
H A Dssl_base.rs92 pub(crate) fn get_error(&self, err: c_int) -> SslErrorCode { in get_error()
/ohos5.0/foundation/communication/netstack/frameworks/native/net_ssl/include/
H A Dnet_ssl_verify_cert.h42 enum SslErrorCode { enum