Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Derror.rs271 kind: VerifyKind,
276 pub(crate) enum VerifyKind { enum
285 pub(crate) fn from_msg(kind: VerifyKind, msg: &'static str) -> Self { in from_msg() argument
293 impl VerifyKind { impl
338 use crate::util::c_openssl::error::{VerifyError, VerifyKind};
348 VerifyKind::PubKeyPinning.as_str(), in ut_verify_err_as_str()
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.rs186 use crate::util::c_openssl::error::VerifyKind::PubKeyPinning;
H A Dstream.rs31 use crate::util::c_openssl::error::VerifyKind::PubKeyPinning;