Searched refs:client_hello_compression_methods (Results 1 – 2 of 2) sorted by relevance
1516 assert!(ssl.client_hello_compression_methods().is_some()); in client_hello()
3194 pub fn client_hello_compression_methods(&self) -> Option<&[u8]> { in client_hello_compression_methods() method