Home
last modified time | relevance | path

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

/system/keymint/ta/src/
Dlib.rs97 boot_info: Option<keymint::BootInfo>, field
322 fn boot_info(&self) -> Result<&keymint::BootInfo, Error> { in boot_info() method
1048 let boot_info = keymint::BootInfo::from_tagged_slice(&payload) in send_root_of_trust() localVariable
Drkp.rs57 let boot_info = self in rpc_device_info_cbor() localVariable