Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/contexts/
Dpure_soft_keymaster_context.h103 if (boot_patchlevel_.has_value() && boot_patchlevel != boot_patchlevel_.value()) { in SetBootPatchlevel()
107 boot_patchlevel_ = boot_patchlevel; in SetBootPatchlevel()
113 std::optional<uint32_t> GetBootPatchlevel() const override { return boot_patchlevel_; } in GetBootPatchlevel()
146 std::optional<uint32_t> boot_patchlevel_; variable
/system/keymaster/contexts/
Dpure_soft_keymaster_context.cpp191 ExtendKeyBlobAuthorizations(hw_enforced, sw_enforced, vendor_patchlevel_, boot_patchlevel_); in CreateKeyBlob()
217 boot_patchlevel_, upgrade_params, upgraded_key); in UpgradeKeyBlob()