Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rc_crypto/src/aead/
H A Daes_cbc.rs121 const CIPHERTEXT_AND_TAG_B64: &str = const
142 let ciphertext_and_tag = base64::decode(&CIPHERTEXT_AND_TAG_B64).unwrap(); in test_decrypt()
166 let expected_ciphertext_bytes = base64::decode(&CIPHERTEXT_AND_TAG_B64).unwrap(); in test_encrypt()
195 let ciphertext_and_tag = base64::decode(&CIPHERTEXT_AND_TAG_B64).unwrap(); in test_decrypt_fails_with_wrong_aes_key()
214 let ciphertext_and_tag = base64::decode(&CIPHERTEXT_AND_TAG_B64).unwrap(); in test_decrypt_fails_with_wrong_hmac_key()
236 let mut ciphertext_and_tag = base64::decode(&CIPHERTEXT_AND_TAG_B64).unwrap(); in test_decrypt_fails_with_modified_ciphertext()
255 let mut ciphertext_and_tag = base64::decode(&CIPHERTEXT_AND_TAG_B64).unwrap(); in test_decrypt_fails_with_modified_tag()