Searched refs:test_aes_gcm_roundtrip (Results 1 – 2 of 2) sorted by relevance
57 fn test_aes_gcm_roundtrip() { in test_aes_gcm_roundtrip() function58 ag_test::test_aes_gcm_roundtrip(&crate::BoringAes, &mut crate::BoringRng); in test_aes_gcm_roundtrip()
157 pub fn test_aes_gcm_roundtrip<A: AesGcm, R: Rng>(aes: &A, rng: &mut R) { in test_aes_gcm_roundtrip() function