Home
last modified time | relevance | path

Searched refs:get_hmac_key (Results 1 – 3 of 3) sorted by relevance

/system/keymint/ta/src/
Dsecret.rs83 fn get_hmac_key(&self) -> Option<crypto::hmac::Key> { in get_hmac_key() method
Ddevice.rs98 fn get_hmac_key(&self) -> Option<crypto::hmac::Key> { in get_hmac_key() method
Dlib.rs300 pub fn get_hmac_key(&self) -> Option<hmac::Key> { in get_hmac_key() method
302 Some(device_hmac) => device_hmac.get_hmac_key(), in get_hmac_key()