Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Derror.rs285 pub(crate) fn from_msg(kind: VerifyKind, msg: &'static str) -> Self { in from_msg() method
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.rs253 internal: Some(InternalError::User(VerifyError::from_msg( in ut_ssl_error_source()
H A Dstream.rs351 internal: Some(InternalError::User(VerifyError::from_msg( in compare_pinned_digest()