Home
last modified time | relevance | path

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

/webrtc/dtls/src/prf/
H A Dmod.rs143 fn hmac_sha(h: CipherSuiteHash, key: &[u8], data: &[u8]) -> Result<Vec<u8>> { in hmac_sha()
159 h: CipherSuiteHash, in prf_p_hash()
181 h: CipherSuiteHash, in prf_extended_master_secret()
192 h: CipherSuiteHash, in prf_master_secret()
207 h: CipherSuiteHash, in prf_encryption_keys()
253 h: CipherSuiteHash, in prf_verify_data()
269 h: CipherSuiteHash, in prf_verify_data_client()
282 h: CipherSuiteHash, in prf_verify_data_server()
/webrtc/dtls/src/cipher_suite/
H A Dmod.rs105 pub enum CipherSuiteHash { enum
109 impl CipherSuiteHash { implementation
121 fn hash_func(&self) -> CipherSuiteHash; in hash_func()
H A Dcipher_suite_tls_psk_with_aes_128_gcm_sha256.rs29 fn hash_func(&self) -> CipherSuiteHash { in hash_func()
H A Dcipher_suite_aes_128_gcm_sha256.rs46 fn hash_func(&self) -> CipherSuiteHash { in hash_func()
H A Dcipher_suite_aes_256_cbc_sha.rs46 fn hash_func(&self) -> CipherSuiteHash { in hash_func()
H A Dcipher_suite_aes_128_ccm.rs49 fn hash_func(&self) -> CipherSuiteHash { in hash_func()
/webrtc/dtls/src/handshake/
H A Dhandshake_cache.rs167 hf: CipherSuiteHash, in session_hash()
/webrtc/dtls/src/flight/
H A Dflight4.rs745 fn hash_func(&self) -> CipherSuiteHash { in hash_func()