Home
last modified time | relevance | path

Searched refs:CipherSuite (Results 1 – 8 of 8) sorted by relevance

/webrtc/dtls/src/cipher_suite/
H A Dmod.rs117 pub trait CipherSuite { interface
141 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()
H A Dcipher_suite_tls_psk_with_aes_128_gcm_sha256.rs16 impl CipherSuite for CipherSuiteTlsPskWithAes128GcmSha256 {
H A Dcipher_suite_aes_128_gcm_sha256.rs21 impl CipherSuite for CipherSuiteAes128GcmSha256 {
H A Dcipher_suite_aes_256_cbc_sha.rs21 impl CipherSuite for CipherSuiteAes256CbcSha {
H A Dcipher_suite_aes_128_ccm.rs36 impl CipherSuite for CipherSuiteAes128Ccm {
/webrtc/dtls/src/conn/
H A Dmod.rs63 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()
/webrtc/dtls/src/
H A Dstate.rs27 …pub(crate) cipher_suite: Arc<Mutex<Option<Box<dyn CipherSuite + Send + Sync>>>>, // nil if a ciphe…
/webrtc/dtls/src/flight/
H A Dflight4.rs735 impl CipherSuite for MockCipherSuite {