Home
last modified time | relevance | path

Searched defs:CipherLists (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/crates/openssl/src/ssl/
Dmod.rs2129 pub struct CipherLists { struct
2130 pub suites: Stack<SslCipher>,
2131 pub signalling_suites: Stack<SslCipher>,
3162 ) -> Result<CipherLists, ErrorStack> { in bytes_to_cipher_list()