Searched refs:client_hello_isv2 (Results 1 – 2 of 2) sorted by relevance
1455 assert!(!ssl.client_hello_isv2()); in client_hello()1462 .bytes_to_cipher_list(ssl.client_hello_ciphers().unwrap(), ssl.client_hello_isv2()) in client_hello()
3024 pub fn client_hello_isv2(&self) -> bool { in client_hello_isv2() method