Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Derror.rs277 PubKeyPinning, enumerator
296 Self::PubKeyPinning => "Public Key Pinning Error", in as_str()
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;
254 PubKeyPinning, in ut_ssl_error_source()
H A Dstream.rs31 use crate::util::c_openssl::error::VerifyKind::PubKeyPinning;
352 PubKeyPinning, in compare_pinned_digest()