Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/secure_env/
Dproxy_keymaster_context.h159 std::optional<uint32_t> GetVendorPatchlevel() const override { in GetVendorPatchlevel() function
160 return wrapped_.GetVendorPatchlevel(); in GetVendorPatchlevel()
Dtpm_keymaster_context.h133 std::optional<uint32_t> GetVendorPatchlevel() const override;
Dtpm_keymaster_context.cpp678 std::optional<uint32_t> TpmKeymasterContext::GetVendorPatchlevel() const { in GetVendorPatchlevel() function in cuttlefish::TpmKeymasterContext
/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_keymaster.cpp75 vendor_req.vendor_patchlevel = GetVendorPatchlevel(); in Initialize()