Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/openssl/src/ssl/test/
Dmod.rs1518 .bytes_to_cipher_list(ssl.client_hello_ciphers().unwrap(), ssl.client_hello_isv2()) in client_hello()
/aosp_15_r20/external/rust/crates/openssl/
DCHANGELOG.md147 * Added `SslRef::bytes_to_cipher_list`.
/aosp_15_r20/external/rust/crates/openssl/src/ssl/
Dmod.rs3158 pub fn bytes_to_cipher_list( in bytes_to_cipher_list() method