Home
last modified time | relevance | path

Searched defs:GetBootPatchlevel (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/keymaster/include/keymaster/contexts/
H A Dpure_soft_keymaster_context.h107 std::optional<uint32_t> GetBootPatchlevel() const override { return boot_patchlevel_; } in GetBootPatchlevel() function
/aosp_15_r20/trusty/user/app/keymaster/
Dtrusty_keymaster_context.h194 std::optional<uint32_t> GetBootPatchlevel() const override { in GetBootPatchlevel() function
/aosp_15_r20/system/keymaster/include/keymaster/
H A Dkeymaster_context.h274 virtual std::optional<uint32_t> GetBootPatchlevel() const { return std::nullopt; } in GetBootPatchlevel() function
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/
Dproxy_keymaster_context.h162 std::optional<uint32_t> GetBootPatchlevel() const override { in GetBootPatchlevel() function
Dtpm_keymaster_context.cpp682 std::optional<uint32_t> TpmKeymasterContext::GetBootPatchlevel() const { in GetBootPatchlevel() function in cuttlefish::TpmKeymasterContext