Searched refs:BootInfo (Results 1 – 5 of 5) sorted by relevance
/system/keymint/common/src/ |
D | keyblob.rs | 27 BootInfo, KeyCharacteristics, KeyParam, KeyPurpose, SecurityLevel, VerifiedBootState, 139 fn is_legacy_key(&self, keyblob: &[u8], params: &[KeyParam], root_of_trust: &BootInfo) -> bool { in is_legacy_key() 168 root_of_trust: &BootInfo, in convert_legacy_key() argument
|
/system/keymint/ |
D | CHANGELOG.md | 10 - The `BootInfo` structure passed to `kmr_ta::KeyMintTa::set_boot_info()` method did not make clear
|
/system/keymint/ta/src/ |
D | lib.rs | 128 boot_info: Option<keymint::BootInfo>, 353 fn boot_info(&self) -> Result<&keymint::BootInfo, Error> { in boot_info() argument 361 fn boot_info_hashed_key(&self) -> Result<keymint::BootInfo, Error> { in boot_info_hashed_key() argument 543 pub fn set_boot_info(&mut self, boot_info: keymint::BootInfo) -> Result<(), Error> { in set_boot_info() 689 match self.set_boot_info(keymint::BootInfo { in process_req() 1067 let boot_info = keymint::BootInfo::from_tagged_slice(&payload) in send_root_of_trust()
|
D | cert.rs | 308 boot_info: &'a keymint::BootInfo, in attestation_extension() argument 1262 impl<'a> From<&'a keymint::BootInfo> for RootOfTrust<'a> { 1263 fn from(info: &keymint::BootInfo) -> RootOfTrust { in from()
|
/system/keymint/wire/src/ |
D | keymint.rs | 84 pub struct BootInfo { struct 94 impl coset::AsCborValue for BootInfo { implementation 103 impl coset::TaggedCborSerializable for BootInfo { implementation
|