Home
last modified time | relevance | path

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

/webrtc/dtls/src/
H A Dlib.rs47 a: &[CipherSuiteId], in find_matching_cipher_suite()
48 b: &[CipherSuiteId], in find_matching_cipher_suite()
49 ) -> Result<CipherSuiteId, ()> { in find_matching_cipher_suite()
/webrtc/dtls/src/cipher_suite/
H A Dmod.rs29 pub enum CipherSuiteId { enum
49 impl fmt::Display for CipherSuiteId { implementation
80 impl From<u16> for CipherSuiteId { implementation
119 fn id(&self) -> CipherSuiteId; in id()
207 user_selected_suites: &[CipherSuiteId], in parse_cipher_suites()
H A Dcipher_suite_aes_128_ccm.rs22 id: CipherSuiteId, in new()
41 fn id(&self) -> CipherSuiteId { in id()
H A Dcipher_suite_tls_psk_with_aes_128_gcm_sha256.rs21 fn id(&self) -> CipherSuiteId { in id()
H A Dcipher_suite_aes_128_gcm_sha256.rs30 fn id(&self) -> CipherSuiteId { in id()
H A Dcipher_suite_aes_256_cbc_sha.rs30 fn id(&self) -> CipherSuiteId { in id()
/webrtc/dtls/src/flight/
H A Dflight4.rs739 fn id(&self) -> CipherSuiteId { in id()