Home
last modified time | relevance | path

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

/system/keymint/boringssl/src/
Dtests.rs55 fn test_aes_gcm() { in test_aes_gcm() function
56 kmr_tests::test_aes_gcm(aes::BoringAes {}); in test_aes_gcm()
/system/authgraph/boringssl/src/
Dtests.rs62 fn test_aes_gcm() { in test_aes_gcm() function
63 ag_test::test_aes_gcm(&crate::BoringAes); in test_aes_gcm()
/system/keymint/tests/src/
Dlib.rs386 pub fn test_aes_gcm<A: Aes>(aes: A) { in test_aes_gcm() function
/system/authgraph/tests/src/
Dlib.rs180 pub fn test_aes_gcm<A: AesGcm>(aes: &A) { in test_aes_gcm() function