Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs31 X509_VERIFY_PARAM_set_hostflags, X509_get_issuer_name, X509_get_pubkey, X509_get_subject_name,
244 X509_VERIFY_PARAM_set_hostflags(self.as_ptr(), hostflags); in set_hostflags()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/
H A Dx509.rs118 pub(crate) fn X509_VERIFY_PARAM_set_hostflags(param: *mut X509_VERIFY_PARAM, flags: c_uint); in X509_VERIFY_PARAM_set_hostflags() function