Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
Dmod.rs1459 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()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs3091 pub fn client_hello_ciphers(&self) -> Option<&[u8]> { in client_hello_ciphers() method