Searched defs:cipher_text (Results 1 – 2 of 2) sorted by relevance
133 let cipher_text = ccm.encrypt(&rlh, &raw)?; in test_ccm_encryption_and_decryption() localVariable
217 let cipher_text = &encrypted[..encrypted.len() - self.auth_tag_len()]; in decrypt_rtp() localVariable303 let cipher_text = &encrypted[..encrypted.len() - self.auth_tag_len()]; in decrypt_rtcp() localVariable