Searched refs:decrypt_rtp (Results 1 – 7 of 7) sorted by relevance
31 let dst = self.cipher.decrypt_rtp(encrypted, header, roc)?; in decrypt_rtp_with_header()45 pub fn decrypt_rtp(&mut self, encrypted: &[u8]) -> Result<Bytes> { in decrypt_rtp() method
109 let result = invalid_context.decrypt_rtp(&out); in test_rtp_invalid_auth()153 let actual_decrypted = decrypt_context.decrypt_rtp(&encrypted_raw)?; in test_rtp_lifecyle()
265 .decrypt_rtp(&ENCRYPTED_RTP_PACKET) in test_decrypt_rtp()
49 fn decrypt_rtp( in decrypt_rtp() method
59 fn decrypt_rtp( in decrypt_rtp() method
203 fn decrypt_rtp( in decrypt_rtp() method
144 remote_context.decrypt_rtp(&buf[0..n])? in incoming()