Home
last modified time | relevance | path

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

/webrtc/srtp/src/context/
H A Dmod.rs10 cipher::cipher_aead_aes_gcm::*, cipher::cipher_aes_cm_hmac_sha1::*, cipher::*, error::Error,
103 cipher: Box<dyn Cipher + Send>, field
130 let cipher: Box<dyn Cipher + Send> = match profile { in new() localVariable
153 cipher, in new()
H A Dsrtcp.rs13 let index = self.cipher.get_rtcp_index(encrypted); in decrypt_rtcp()
28 let dst = self.cipher.decrypt_rtcp(encrypted, index, ssrc)?; in decrypt_rtcp()
62 self.cipher.encrypt_rtcp(decrypted, index, ssrc) in encrypt_rtcp()
H A Dsrtp.rs31 let dst = self.cipher.decrypt_rtp(encrypted, header, roc)?; in decrypt_rtp_with_header()
66 .cipher in encrypt_rtp_with_header()
/webrtc/srtp/src/
H A Dlib.rs4 mod cipher; module
H A Dkey_derivation.rs1 use aes::cipher::generic_array::GenericArray;
2 use aes::cipher::NewBlockCipher;
/webrtc/srtp/src/cipher/
H A Dcipher_aes_cm_hmac_sha1.rs6 use aes::cipher::generic_array::GenericArray;
9 use ctr::cipher::{NewCipher, StreamCipher, StreamCipherSeek};
/webrtc/examples/examples/insertable-streams/
H A DREADME.md4 This example modifies the video with a single-byte XOR cipher before sending, and then
/webrtc/
H A DCargo.lock42 "cipher 0.2.5",
52 "cipher 0.3.0",
64 "cipher 0.4.4",
76 "cipher 0.4.4",
88 "cipher 0.2.5",
98 "cipher 0.2.5",
391 "cipher 0.2.5",
452 "cipher 0.2.5",
505 name = "cipher"
514 name = "cipher"
[all …]