Home
last modified time | relevance | path

Searched defs:BootInfo (Results 1 – 4 of 4) sorted by relevance

/system/keymint/wire/src/
Dkeymint.rs84 pub struct BootInfo { struct
94 impl coset::AsCborValue for BootInfo { argument
103 impl coset::TaggedCborSerializable for BootInfo { implementation
/system/keymint/ta/src/
Dlib.rs366 fn boot_info(&self) -> Result<&keymint::BootInfo, Error> { in boot_info()
374 fn boot_info_hashed_key(&self) -> Result<keymint::BootInfo, Error> { in boot_info_hashed_key()
Dcert.rs309 boot_info: &'a keymint::BootInfo, in attestation_extension()
/system/keymint/common/src/
Dkeyblob.rs169 root_of_trust: &BootInfo, in convert_legacy_key()