Home
last modified time | relevance | path

Searched refs:boot_patchlevel (Results 1 – 3 of 3) sorted by relevance

/trusty/user/app/keymaster/
Dtrusty_remote_provisioning_context.h63 void SetBootPatchlevel(uint32_t boot_patchlevel) { in SetBootPatchlevel() argument
64 boot_patchlevel_ = boot_patchlevel; in SetBootPatchlevel()
Dtrusty_keymaster_context.h179 keymaster_error_t SetBootPatchlevel(uint32_t boot_patchlevel) override { in SetBootPatchlevel() argument
181 boot_patchlevel != boot_patchlevel_.value()) { in SetBootPatchlevel()
185 boot_patchlevel_ = boot_patchlevel; in SetBootPatchlevel()
186 trusty_remote_provisioning_context_->SetBootPatchlevel(boot_patchlevel); in SetBootPatchlevel()
/trusty/user/app/keymint/
Dipc_manager.rs208 boot_patchlevel: RefCell<Option<u32>>, field
217 boot_patchlevel: RefCell::new(None), in new()
238 match (self.boot_info.borrow().as_ref(), self.boot_patchlevel.borrow().as_ref()) { in maybe_set_boot_info()
239 (Some(info), Some(boot_patchlevel)) => { in maybe_set_boot_info()
247 boot_patchlevel: *boot_patchlevel, in maybe_set_boot_info()
307 boot_patchlevel: 0, // boot_patchlevel is received on ConfigureBootPatchlevel in handle_message()
318 if self.boot_patchlevel.borrow().is_some() { in handle_message()
326 self.boot_patchlevel.borrow_mut().replace(req.boot_patchlevel); in handle_message()
700 boot_patchlevel: u32, in get_configure_boot_patchlevel_message()
703 boot_patchlevel.serialize_into(&mut req)?; in get_configure_boot_patchlevel_message()
[all …]