Home
last modified time | relevance | path

Searched defs:boot_info (Results 1 – 3 of 3) sorted by relevance

/system/keymint/ta/src/
Dlib.rs136 boot_info: Option<keymint::BootInfo>, field
366 fn boot_info(&self) -> Result<&keymint::BootInfo, Error> { in boot_info() method
375 let mut boot_info = self.boot_info()?.clone(); in boot_info_hashed_key() localVariable
1104 let boot_info = keymint::BootInfo::from_tagged_slice(&payload) in send_root_of_trust() localVariable
Drkp.rs81 let boot_info = self in rpc_device_info_cbor() localVariable
Dkeys.rs174 let boot_info = self.boot_info_hashed_key()?; in generate_cert() localVariable