Home
last modified time | relevance | path

Searched refs:VerifyError (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Derror.rs270 pub(crate) struct VerifyError { struct
284 impl VerifyError { impl
301 impl fmt::Debug for VerifyError { implementation
310 impl fmt::Display for VerifyError { implementation
334 impl Error for VerifyError {} implementation
338 use crate::util::c_openssl::error::{VerifyError, VerifyKind};
360 let error = VerifyError::from_msg(VerifyKind::PubKeyPinning, "error"); in ut_verify_err_from()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Derror.rs22 use crate::util::c_openssl::error::VerifyError;
34 User(VerifyError),
187 use crate::util::c_openssl::error::{ErrorStack, VerifyError};
253 internal: Some(InternalError::User(VerifyError::from_msg( in ut_ssl_error_source()
H A Dstream.rs30 use crate::util::c_openssl::error::VerifyError;
351 internal: Some(InternalError::User(VerifyError::from_msg( in compare_pinned_digest()