Home
last modified time | relevance | path

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

/system/keymaster/contexts/
Dpure_soft_remote_provisioning_context.cpp98 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()
Dpure_soft_keymaster_context.cpp132 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()
/system/keymaster/include/keymaster/contexts/
Dpure_soft_keymaster_context.h107 std::optional<uint32_t> GetBootPatchlevel() const override { return boot_patchlevel_; } in GetBootPatchlevel()
143 std::optional<uint32_t> boot_patchlevel_; variable
Dpure_soft_remote_provisioning_context.h65 std::optional<uint32_t> boot_patchlevel_; variable