Searched refs:boot_patchlevel (Results 1 – 3 of 3) sorted by relevance
63 void SetBootPatchlevel(uint32_t boot_patchlevel) { in SetBootPatchlevel() argument64 boot_patchlevel_ = boot_patchlevel; in SetBootPatchlevel()
179 keymaster_error_t SetBootPatchlevel(uint32_t boot_patchlevel) override { in SetBootPatchlevel() argument181 boot_patchlevel != boot_patchlevel_.value()) { in SetBootPatchlevel()185 boot_patchlevel_ = boot_patchlevel; in SetBootPatchlevel()186 trusty_remote_provisioning_context_->SetBootPatchlevel(boot_patchlevel); in SetBootPatchlevel()
208 boot_patchlevel: RefCell<Option<u32>>, field217 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 …]