Home
last modified time | relevance | path

Searched defs:DeviceHmac (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/keymint/ta/src/
H A Ddevice.rs86 fn hmac_key_agreed(&self, _key: &crypto::hmac::Key) -> Option<Box<dyn DeviceHmac>> { in hmac_key_agreed()
107 pub trait DeviceHmac { trait
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/rust/
Dtpm.rs120 fn hmac_key_agreed(&self, _key: &crypto::hmac::Key) -> Option<Box<dyn DeviceHmac>> { in hmac_key_agreed()