Home
last modified time | relevance | path

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

/system/keymint/boringssl/src/
Dtests.rs38 fn test_hmac() { in test_hmac() function
39 kmr_tests::test_hmac(hmac::BoringHmac {}); in test_hmac()
/system/authgraph/boringssl/src/
Dtests.rs42 fn test_hmac() { in test_hmac() function
43 ag_test::test_hmac(&crate::BoringHmac); in test_hmac()
/system/keymint/tests/src/
Dlib.rs162 pub fn test_hmac<H: Hmac>(hmac: H) { in test_hmac() function
/system/authgraph/tests/src/
Dlib.rs56 pub fn test_hmac<H: Hmac>(hmac: &H) { in test_hmac() function