Home
last modified time | relevance | path

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

/webrtc/srtp/src/context/
H A Dsrtp_test.rs145 let encrypted_raw = encrypted_pkt.marshal()?; in test_rtp_lifecyle() localVariable
148 actual_encrypted, encrypted_raw, in test_rtp_lifecyle()
153 let actual_decrypted = decrypt_context.decrypt_rtp(&encrypted_raw)?; in test_rtp_lifecyle()
155 encrypted_raw[..encrypted_raw.len() - auth_tag_len].to_vec(), in test_rtp_lifecyle()