Home
last modified time | relevance | path

Searched defs:HmacKey (Results 1 – 6 of 6) sorted by relevance

/system/keymaster/include/keymaster/km_openssl/
Dhmac_key.h53 HmacKey(KeymasterKeyBlob&& key_material, AuthorizationSet&& hw_enforced, in HmacKey() function
/system/authgraph/boringssl/src/
Dhmac.rs30 fn compute_hmac(&self, key: &HmacKey, data: &[u8]) -> Result<Vec<u8>, Error> { in compute_hmac()
/system/authgraph/core/src/
Dtraits.rs128 fn compute_hmac(&self, key: &HmacKey, data: &[u8]) -> Result<Vec<u8>, Error>; in compute_hmac()
Dkeyexchange.rs496 hmac_key: HmacKey, in compute_sign_session_id()
Dkey.rs285 pub struct HmacKey(pub [u8; 32]); struct
/system/keymaster/include/keymaster/
Dauthorization_set.h584 inline AuthorizationSetBuilder& AuthorizationSetBuilder::HmacKey(uint32_t key_size) { in HmacKey() function