Searched refs:test_hmac (Results 1 – 4 of 4) sorted by relevance
38 fn test_hmac() { in test_hmac() function39 kmr_tests::test_hmac(hmac::BoringHmac {}); in test_hmac()
42 fn test_hmac() { in test_hmac() function43 ag_test::test_hmac(&crate::BoringHmac); in test_hmac()
162 pub fn test_hmac<H: Hmac>(hmac: H) { in test_hmac() function
56 pub fn test_hmac<H: Hmac>(hmac: &H) { in test_hmac() function