Home
last modified time | relevance | path

Searched refs:auth_key_len (Results 1 – 3 of 3) sorted by relevance

/webrtc/srtp/src/
H A Dkey_derivation.rs147 let auth_key_len = ProtectionProfile::Aes128CmHmacSha1_80.auth_key_len(); in test_valid_session_keys() localVariable
154 auth_key_len, in test_valid_session_keys()
H A Dprotection_profile.rs31 pub(crate) fn auth_key_len(&self) -> usize { in auth_key_len() method
/webrtc/srtp/src/cipher/
H A Dcipher_aes_cm_hmac_sha1.rs63 let auth_key_len = ProtectionProfile::Aes128CmHmacSha1_80.auth_key_len(); in new() localVariable
70 auth_key_len, in new()
77 auth_key_len, in new()