Home
last modified time | relevance | path

Searched refs:kek_context (Results 1 – 2 of 2) sorted by relevance

/trusty/user/app/keymint/
Dkeys.rs263 fn kek_context(&self) -> Result<Vec<u8>, Error> { in kek_context() method
342 .root_kek(&trusty_keys.kek_context().expect("Couldn't get kek context")) in kek_call_returns_key()
359 .root_kek(&trusty_keys.kek_context().expect("Couldn't get kek context")) in kek_two_calls_returns_same_key()
363 .root_kek(&trusty_keys.kek_context().expect("Couldn't get kek context")) in kek_two_calls_returns_same_key()
/trusty/user/app/keymint/keys/
Dlegacy.rs159 let kek_context = super::TrustyKekContext::new( in convert_key() localVariable
166 let root_kek = self.keys.root_kek(&kek_context)?; in convert_key()