Searched refs:code_bytes (Results 1 – 2 of 2) sorted by relevance
126 let code_bytes = result.into_bytes(); in generate_srtp_auth_tag() localVariable129 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() localVariable152 code_bytes[0..self.auth_tag_len()].to_vec() in generate_srtcp_auth_tag()
151 let code_bytes = result.into_bytes(); in hmac_sha() localVariable152 Ok(code_bytes.to_vec()) in hmac_sha()