Home
last modified time | relevance | path

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

/system/authgraph/tests/src/
Dlib.rs170 let mut bad_ct = ct.clone(); in test_aes_gcm_roundtrip() localVariable
171 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()