Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/tls/verifier/
H A Dopenssl.rs18 use crate::util::c_openssl::x509::{X509StoreContextRef, X509};
22 inner: &'a X509StoreContextRef,
26 pub(crate) fn new(inner: &'a X509StoreContextRef) -> Self { in new()
134 impl AsRef<X509StoreContextRef> for ServerCerts<'_> {
135 fn as_ref(&self) -> &X509StoreContextRef { in as_ref() argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/
H A Dcallback.rs18 use crate::util::c_openssl::x509::X509StoreContextRef;
25 let ctx = X509StoreContextRef::from_ptr(ctx); in cert_verify()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs278 pub(crate) struct X509StoreContextRef;
281 impl X509StoreContextRef { impl