Home
last modified time | relevance | path

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

/system/authgraph/tests/src/
Dlib.rs168 let bad_aad = b"the AAD"; in test_aes_gcm_roundtrip() localVariable
175 assert!(aes.decrypt(&key, &ct, bad_aad, &nonce).is_err()); in test_aes_gcm_roundtrip()