Searched defs:cipher_suite (Results 1 – 9 of 9) sorted by relevance
141 let cipher_suite = state.cipher_suite.lock().await; in parse() localVariable563 let cipher_suite = state.cipher_suite.lock().await; in generate() localVariable608 let mut cipher_suite = state.cipher_suite.lock().await; in initalize_cipher_suite() localVariable
152 let cipher_suite = state.cipher_suite.lock().await; in generate() localVariable
276 let mut cipher_suite = state.cipher_suite.lock().await; in parse() localVariable541 let cipher_suite = state.cipher_suite.lock().await; in generate() localVariable
261 let cipher_suite = match cipher_suite_for_id(h.cipher_suite) { in parse() localVariable
27 pub(crate) cipher_suite: CipherSuiteId, field113 let cipher_suite: CipherSuiteId = reader.read_u16::<BigEndian>()?.into(); in unmarshal() localVariable
27 …pub(crate) cipher_suite: Arc<Mutex<Option<Box<dyn CipherSuite + Send + Sync>>>>, // nil if a ciphe… field139 let cipher_suite = self.cipher_suite.lock().await; in serialize() localVariable202 let mut cipher_suite = self.cipher_suite.lock().await; in init_cipher_suite() localVariable294 let cipher_suite = self.cipher_suite.lock().await; in export_keying_material() localVariable
7 pub mod cipher_suite; module
63 cipher_suite: Arc<Mutex<Option<Box<dyn CipherSuite + Send + Sync>>>>, field623 let cipher_suite = cipher_suite.lock().await; in process_packet() localVariable680 let cipher_suite = cipher_suite.lock().await; in process_handshake_packet() localVariable945 let cipher_suite = ctx.cipher_suite.lock().await; in handle_incoming_packet() localVariable965 let cipher_suite = ctx.cipher_suite.lock().await; in handle_incoming_packet() localVariable1060 let cipher_suite = ctx.cipher_suite.lock().await; in handle_incoming_packet() localVariable
1614 let cipher_suite = client.state.cipher_suite.lock().await; in test_cipher_suite_configuration() localVariable