Searched refs:bad_nonce (Results 1 – 1 of 1) sorted by relevance
169 let bad_nonce = Nonce12(*b"ab1243567890"); in test_aes_gcm_roundtrip() localVariable176 assert!(aes.decrypt(&key, &ct, aad, &bad_nonce).is_err()); in test_aes_gcm_roundtrip()