Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dadapter.rs178 pub fn cipher_suites(mut self, list: &str) -> Self { in cipher_suites() method
707 let builder = TlsConfigBuilder::new().cipher_suites("INVALID STRING"); in ut_set_cipher_suites()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dclient.rs444 self.tls = self.tls.cipher_suites(list); in tls_cipher_suites()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dclient.rs782 self.tls = self.tls.cipher_suites(list); in tls_cipher_suites()