Searched defs:HmacKey (Results 1 – 6 of 6) sorted by relevance
53 HmacKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in HmacKey() function
30 fn compute_hmac(&self, key: &HmacKey, data: &[u8]) -> Result<Vec<u8>, Error> { in compute_hmac()
128 fn compute_hmac(&self, key: &HmacKey, data: &[u8]) -> Result<Vec<u8>, Error>; in compute_hmac()
496 hmac_key: HmacKey, in compute_sign_session_id()
285 pub struct HmacKey(pub [u8; 32]); struct
584 inline AuthorizationSetBuilder& AuthorizationSetBuilder::HmacKey(uint32_t key_size) { in HmacKey() function