Searched refs:client_hello_ciphers (Results 1 – 2 of 2) sorted by relevance
1459 assert!(ssl.client_hello_ciphers().is_some()); in client_hello()1462 .bytes_to_cipher_list(ssl.client_hello_ciphers().unwrap(), ssl.client_hello_isv2()) in client_hello()
3091 pub fn client_hello_ciphers(&self) -> Option<&[u8]> { in client_hello_ciphers() method