Searched refs:boot_patchlevel_ (Results 1 – 4 of 4) sorted by relevance
98 if (boot_patchlevel_) { in CreateDeviceInfo()99 result->add(cppbor::Tstr("boot_patch_level"), cppbor::Uint(*boot_patchlevel_)); in CreateDeviceInfo()207 boot_patchlevel_ = boot_patchlevel; in SetBootPatchlevel()
132 if (boot_patchlevel_.has_value() && boot_patchlevel != boot_patchlevel_.value()) { in SetBootPatchlevel()136 boot_patchlevel_ = boot_patchlevel; in SetBootPatchlevel()245 ExtendKeyBlobAuthorizations(hw_enforced, sw_enforced, vendor_patchlevel_, boot_patchlevel_); in CreateKeyBlob()271 boot_patchlevel_, upgrade_params, upgraded_key); in UpgradeKeyBlob()
107 std::optional<uint32_t> GetBootPatchlevel() const override { return boot_patchlevel_; } in GetBootPatchlevel()143 std::optional<uint32_t> boot_patchlevel_; variable
65 std::optional<uint32_t> boot_patchlevel_; variable