Home
last modified time | relevance | path

Searched refs:X509StoreRef (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dctx.rs26 use crate::c_openssl::x509::{X509Store, X509StoreRef};
267 pub(crate) fn cert_store_mut(&mut self) -> &mut X509StoreRef { in cert_store_mut() argument
269 unsafe { X509StoreRef::from_ptr_mut(SSL_CTX_get_cert_store(ptr)) } in cert_store_mut()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs205 pub(crate) struct X509StoreRef;
215 impl X509StoreRef { implementation