Home
last modified time | relevance | path

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

/webrtc/srtp/src/context/
H A Dsrtp.rs67 .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
H A Dsrtp_test.rs107 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()
H A Dcontext_test.rs247 .encrypt_rtp(&DECRYPTED_RTP_PACKET) in test_encrypt_rtp()
/webrtc/srtp/src/cipher/
H A Dmod.rs41 fn encrypt_rtp( in encrypt_rtp() method
H A Dcipher_aead_aes_gcm.rs32 fn encrypt_rtp( in encrypt_rtp() method
H A Dcipher_aes_cm_hmac_sha1.rs167 fn encrypt_rtp( in encrypt_rtp() method
/webrtc/srtp/src/session/
H A Dmod.rs241 local_context.encrypt_rtp(buf)? in write()
H A Dsession_rtp_test.rs201 let encrypted = context.encrypt_rtp(&decrypted)?; in encrypt_srtp()