Searched refs:bad_aad (Results 1 – 1 of 1) sorted by relevance
168 let bad_aad = b"the AAD"; in test_aes_gcm_roundtrip() localVariable175 assert!(aes.decrypt(&key, &ct, bad_aad, &nonce).is_err()); in test_aes_gcm_roundtrip()