Home
last modified time | relevance | path

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

/system/authgraph/boringssl/src/
Dtests.rs57 fn test_aes_gcm_roundtrip() { in test_aes_gcm_roundtrip() function
58 ag_test::test_aes_gcm_roundtrip(&crate::BoringAes, &mut crate::BoringRng); in test_aes_gcm_roundtrip()
/system/authgraph/tests/src/
Dlib.rs157 pub fn test_aes_gcm_roundtrip<A: AesGcm, R: Rng>(aes: &A, rng: &mut R) { in test_aes_gcm_roundtrip() function