Home
last modified time | relevance | path

Searched defs:cipher_text (Results 1 – 2 of 2) sorted by relevance

/webrtc/dtls/src/crypto/
H A Dcrypto_test.rs133 let cipher_text = ccm.encrypt(&rlh, &raw)?; in test_ccm_encryption_and_decryption() localVariable
/webrtc/srtp/src/cipher/
H A Dcipher_aes_cm_hmac_sha1.rs217 let cipher_text = &encrypted[..encrypted.len() - self.auth_tag_len()]; in decrypt_rtp() localVariable
303 let cipher_text = &encrypted[..encrypted.len() - self.auth_tag_len()]; in decrypt_rtcp() localVariable