Home
last modified time | relevance | path

Searched refs:boot_patchlevel_ (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/host/commands/secure_env/
Dtpm_keymaster_context.cpp665 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()
Dtpm_key_blob_maker.cpp206 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()
Dtpm_remote_provisioning_context.cpp95 if (boot_patchlevel_) { in CreateDeviceInfo()
97 cppbor::Uint(*boot_patchlevel_)); in CreateDeviceInfo()
166 boot_patchlevel_ = boot_patchlevel; in SetBootPatchlevel()
Dtpm_key_blob_maker.h80 std::optional<uint32_t> boot_patchlevel_; variable
Dtpm_remote_provisioning_context.h66 std::optional<uint32_t> boot_patchlevel_; variable
Dtpm_keymaster_context.h54 std::optional<uint32_t> boot_patchlevel_; variable