Home
last modified time | relevance | path

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

/webrtc/srtp/src/cipher/
H A Dcipher_aes_cm_hmac_sha1.rs126 let code_bytes = result.into_bytes(); in generate_srtp_auth_tag() localVariable
129 Ok(code_bytes[0..self.auth_tag_len()].to_vec()) in generate_srtp_auth_tag()
149 let code_bytes = result.into_bytes(); in generate_srtcp_auth_tag() localVariable
152 code_bytes[0..self.auth_tag_len()].to_vec() in generate_srtcp_auth_tag()
/webrtc/dtls/src/prf/
H A Dmod.rs151 let code_bytes = result.into_bytes(); in hmac_sha() localVariable
152 Ok(code_bytes.to_vec()) in hmac_sha()