Searched refs:CipherSuite (Results 1 – 8 of 8) sorted by relevance
117 pub trait CipherSuite { interface141 pub fn cipher_suite_for_id(id: CipherSuiteId) -> Result<Box<dyn CipherSuite + Send + Sync>> { in cipher_suite_for_id()175 pub(crate) fn default_cipher_suites() -> Vec<Box<dyn CipherSuite + Send + Sync>> { in default_cipher_suites()184 fn all_cipher_suites() -> Vec<Box<dyn CipherSuite + Send + Sync>> { in all_cipher_suites()198 fn cipher_suites_for_ids(ids: &[CipherSuiteId]) -> Result<Vec<Box<dyn CipherSuite + Send + Sync>>> { in cipher_suites_for_ids()210 ) -> Result<Vec<Box<dyn CipherSuite + Send + Sync>>> { in parse_cipher_suites()217 let filtered_cipher_suites: Vec<Box<dyn CipherSuite + Send + Sync>> = cipher_suites in parse_cipher_suites()
16 impl CipherSuite for CipherSuiteTlsPskWithAes128GcmSha256 {
21 impl CipherSuite for CipherSuiteAes128GcmSha256 {
21 impl CipherSuite for CipherSuiteAes256CbcSha {
36 impl CipherSuite for CipherSuiteAes128Ccm {
63 cipher_suite: Arc<Mutex<Option<Box<dyn CipherSuite + Send + Sync>>>>,529 cipher_suite: &Arc<Mutex<Option<Box<dyn CipherSuite + Send + Sync>>>>, in handle_outgoing_packets()593 cipher_suite: &Arc<Mutex<Option<Box<dyn CipherSuite + Send + Sync>>>>, in process_packet()634 cipher_suite: &Arc<Mutex<Option<Box<dyn CipherSuite + Send + Sync>>>>, in process_handshake_packet()
27 …pub(crate) cipher_suite: Arc<Mutex<Option<Box<dyn CipherSuite + Send + Sync>>>>, // nil if a ciphe…
735 impl CipherSuite for MockCipherSuite {