Searched defs:root_kek (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/system/keymint/ta/src/ |
H A D | keys.rs | 495 let root_kek = self.root_kek(&kek_context)?; in finish_keyblob_creation() localVariable 800 let root_kek = self.root_kek(&kek_context)?; in upgrade_key() localVariable
|
H A D | device.rs | 73 fn root_kek(&self, context: &[u8]) -> Result<OpaqueOr<hmac::Key>, Error>; in root_kek() method 354 fn root_kek(&self, _context: &[u8]) -> Result<OpaqueOr<hmac::Key>, Error> { in root_kek() method
|
H A D | lib.rs | 408 let root_kek = self.root_kek(encrypted_keyblob.kek_context())?; in keyblob_parse_decrypt_backlevel() localVariable 1205 fn root_kek(&self, context: &[u8]) -> Result<OpaqueOr<hmac::Key>, Error> { in root_kek() method
|
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/default/ta/ |
H A D | soft.rs | 30 fn root_kek(&self, _context: &[u8]) -> Result<crypto::OpaqueOr<crypto::hmac::Key>, Error> { in root_kek() method
|
/aosp_15_r20/trusty/user/app/keymint/keys/ |
D | legacy.rs | 166 let root_kek = self.keys.root_kek(&kek_context)?; in convert_key() localVariable
|
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/rust/ |
D | tpm.rs | 108 fn root_kek(&self, _context: &[u8]) -> Result<crypto::OpaqueOr<crypto::hmac::Key>, Error> { in root_kek() method
|
/aosp_15_r20/trusty/user/app/keymint/ |
D | keys.rs | 229 fn root_kek(&self, context: &[u8]) -> Result<crypto::OpaqueOr<crypto::hmac::Key>, Error> { in root_kek() method
|