Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dssl_base.rs36 X509VerifyParamRef, X509VerifyResult, X509_CHECK_FLAG_NO_PARTIAL_WILDCARDS,
133 pub(crate) fn param_mut(&mut self) -> &mut X509VerifyParamRef { in param_mut() argument
134 unsafe { X509VerifyParamRef::from_ptr_mut(SSL_get0_param(self.as_ptr())) } in param_mut()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs236 pub(crate) struct X509VerifyParamRef;
241 impl X509VerifyParamRef { impl