summaryrefslogtreecommitdiff
path: root/trusty/keymaster/TrustyKeymaster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'trusty/keymaster/TrustyKeymaster.cpp')
-rw-r--r--trusty/keymaster/TrustyKeymaster.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/trusty/keymaster/TrustyKeymaster.cpp b/trusty/keymaster/TrustyKeymaster.cpp
index cdfbd9003..e77940a1f 100644
--- a/trusty/keymaster/TrustyKeymaster.cpp
+++ b/trusty/keymaster/TrustyKeymaster.cpp
@@ -279,4 +279,10 @@ ConfigureVendorPatchlevelResponse TrustyKeymaster::ConfigureVendorPatchlevel(
return response;
}
+GetRootOfTrustResponse TrustyKeymaster::GetRootOfTrust(const GetRootOfTrustRequest& request) {
+ GetRootOfTrustResponse response(message_version());
+ ForwardCommand(KM_GET_ROOT_OF_TRUST, request, &response);
+ return response;
+}
+
} // namespace keymaster