Searched refs:encrypt_rtp (Results 1 – 8 of 8) sorted by relevance
67 .encrypt_rtp(&plaintext[header.marshal_size()..], header, roc)?; in encrypt_rtp_with_header()80 pub fn encrypt_rtp(&mut self, plaintext: &[u8]) -> Result<Bytes> { in encrypt_rtp() method
107 let out = encrypt_context.encrypt_rtp(&pkt_raw)?; in test_rtp_invalid_auth()146 let actual_encrypted = encrypt_context.encrypt_rtp(&decrypted_raw)?; in test_rtp_lifecyle()
247 .encrypt_rtp(&DECRYPTED_RTP_PACKET) in test_encrypt_rtp()
41 fn encrypt_rtp( in encrypt_rtp() method
32 fn encrypt_rtp( in encrypt_rtp() method
167 fn encrypt_rtp( in encrypt_rtp() method
241 local_context.encrypt_rtp(buf)? in write()
201 let encrypted = context.encrypt_rtp(&decrypted)?; in encrypt_srtp()