Home
last modified time | relevance | path

Searched defs:kek_context (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/keymint/ta/src/
H A Dkeys.rs494 let kek_context = self.dev.keys.kek_context()?; in finish_keyblob_creation() localVariable
799 let kek_context = self.dev.keys.kek_context()?; in upgrade_key() localVariable
H A Ddevice.rs77 fn kek_context(&self) -> Result<Vec<u8>, Error> { in kek_context() method
/aosp_15_r20/system/keymint/common/src/
H A Dkeyblob.rs75 pub fn kek_context(&self) -> &[u8] { in kek_context() method
124 pub kek_context: Vec<u8>, field
/aosp_15_r20/trusty/user/app/keymint/keys/
Dlegacy.rs159 let kek_context = super::TrustyKekContext::new( in convert_key() localVariable
/aosp_15_r20/trusty/user/app/keymint/
Dkeys.rs263 fn kek_context(&self) -> Result<Vec<u8>, Error> { in kek_context() method