Searched refs:cipher (Results 1 – 8 of 8) sorted by relevance
| /webrtc/srtp/src/context/ |
| H A D | mod.rs | 10 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 D | srtcp.rs | 13 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 D | srtp.rs | 31 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 D | lib.rs | 4 mod cipher; module
|
| H A D | key_derivation.rs | 1 use aes::cipher::generic_array::GenericArray; 2 use aes::cipher::NewBlockCipher;
|
| /webrtc/srtp/src/cipher/ |
| H A D | cipher_aes_cm_hmac_sha1.rs | 6 use aes::cipher::generic_array::GenericArray; 9 use ctr::cipher::{NewCipher, StreamCipher, StreamCipherSeek};
|
| /webrtc/examples/examples/insertable-streams/ |
| H A D | README.md | 4 This example modifies the video with a single-byte XOR cipher before sending, and then
|
| /webrtc/ |
| H A D | Cargo.lock | 42 "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 …]
|