Searched refs:boot_patchlevel_ (Results 1 – 6 of 6) sorted by relevance
665 if (boot_patchlevel_.has_value() && in SetBootPatchlevel()666 boot_patchlevel != boot_patchlevel_.value()) { in SetBootPatchlevel()669 << *boot_patchlevel_ << "\", new patchlevel: \"" in SetBootPatchlevel()673 boot_patchlevel_ = boot_patchlevel; in SetBootPatchlevel()675 return key_blob_maker_->SetBootPatchlevel(*boot_patchlevel_); in SetBootPatchlevel()683 return boot_patchlevel_; in GetBootPatchlevel()
206 if (boot_patchlevel_) { in CreateKeyBlob()207 hw_enforced->push_back(keymaster::TAG_BOOT_PATCHLEVEL, *boot_patchlevel_); in CreateKeyBlob()288 boot_patchlevel_ = boot_patchlevel; in SetBootPatchlevel()
95 if (boot_patchlevel_) { in CreateDeviceInfo()97 cppbor::Uint(*boot_patchlevel_)); in CreateDeviceInfo()166 boot_patchlevel_ = boot_patchlevel; in SetBootPatchlevel()
80 std::optional<uint32_t> boot_patchlevel_; variable
66 std::optional<uint32_t> boot_patchlevel_; variable
54 std::optional<uint32_t> boot_patchlevel_; variable