Home
last modified time | relevance | path

Searched refs:LABEL_SRTP_AUTHENTICATION_TAG (Results 1 – 2 of 2) sorted by relevance

/webrtc/srtp/src/
H A Dkey_derivation.rs11 pub const LABEL_SRTP_AUTHENTICATION_TAG: u8 = 0x01; constant
150 LABEL_SRTP_AUTHENTICATION_TAG, in test_valid_session_keys()
168 let result = aes_cm_key_derivation(LABEL_SRTP_AUTHENTICATION_TAG, &[], &[], 1, 0); in test_index_over_kdr()
/webrtc/srtp/src/cipher/
H A Dcipher_aes_cm_hmac_sha1.rs66 LABEL_SRTP_AUTHENTICATION_TAG, in new()