Searched refs:bad_ct (Results 1 – 1 of 1) sorted by relevance
170 let mut bad_ct = ct.clone(); in test_aes_gcm_roundtrip() localVariable171 bad_ct[0] ^= 0x01; in test_aes_gcm_roundtrip()174 assert!(aes.decrypt(&key, &bad_ct, aad, &nonce).is_err()); in test_aes_gcm_roundtrip()