Home
last modified time | relevance | path

Searched refs:BoringHmac (Results 1 – 7 of 7) sorted by relevance

/system/keymint/tests/tests/
Dkeyblob_test.rs24 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()
/system/keymint/boringssl/src/
Dtests.rs34 kmr_tests::test_hkdf(hmac::BoringHmac {}); in test_hkdf()
39 kmr_tests::test_hmac(hmac::BoringHmac {}); in test_hmac()
Dhmac.rs27 pub struct BoringHmac; struct
29 impl crypto::Hmac for BoringHmac { implementation
/system/authgraph/boringssl/src/
Dlib.rs54 pub use hmac::{BoringHkdf, BoringHmac, BoringSha256};
69 hmac: Box::new(BoringHmac), in crypto_trait_impls()
Dhmac.rs27 pub struct BoringHmac; struct
29 impl Hmac for BoringHmac { implementation
Dtests.rs43 ag_test::test_hmac(&crate::BoringHmac); in test_hmac()
/system/keymint/tests/src/bin/
Dauth-keyblob-parse.rs26 use kmr_crypto_boring::{eq::BoringEq, hmac::BoringHmac};
75 let hmac = BoringHmac {}; in process()