Searched refs:BoringHmac (Results 1 – 7 of 7) sorted by relevance
24 use kmr_crypto_boring::hmac::BoringHmac;31 let hmac = BoringHmac; in test_encrypted_keyblob_roundtrip()97 let hmac = BoringHmac {}; in test_serialize_authenticated_legacy_keyblob()153 let hmac = BoringHmac {}; in test_deserialize_authenticated_legacy_keyblob_fail()183 let hmac = BoringHmac {}; in test_deserialize_authenticated_legacy_keyblob_truncated()198 let hmac = BoringHmac {}; in fix_hmac()
34 kmr_tests::test_hkdf(hmac::BoringHmac {}); in test_hkdf()39 kmr_tests::test_hmac(hmac::BoringHmac {}); in test_hmac()
27 pub struct BoringHmac; struct29 impl crypto::Hmac for BoringHmac { implementation
54 pub use hmac::{BoringHkdf, BoringHmac, BoringSha256};69 hmac: Box::new(BoringHmac), in crypto_trait_impls()
27 pub struct BoringHmac; struct29 impl Hmac for BoringHmac { implementation
43 ag_test::test_hmac(&crate::BoringHmac); in test_hmac()
26 use kmr_crypto_boring::{eq::BoringEq, hmac::BoringHmac};75 let hmac = BoringHmac {}; in process()