commit | e49eb79e077540a9d58772795c00127aeb97ab1e | [log] [tgz] |
---|---|---|
author | Tri Vo <trong@google.com> | Fri Nov 18 19:03:28 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Nov 18 19:03:28 2022 +0000 |
tree | 01aafb04f184a37684058218c820a4e94955ad65 | |
parent | a6844e4c62d75325634305d3ac6b70a310d015d6 [diff] | |
parent | ed1f13f62b379f99888ffeb895d25f256157abd9 [diff] |
Merge "trusty: IRPC supportedNumKeysInCsr support"
diff --git a/trusty/keymaster/keymint/TrustyRemotelyProvisionedComponentDevice.cpp b/trusty/keymaster/keymint/TrustyRemotelyProvisionedComponentDevice.cpp index c6800cd..710be3e 100644 --- a/trusty/keymaster/keymint/TrustyRemotelyProvisionedComponentDevice.cpp +++ b/trusty/keymaster/keymint/TrustyRemotelyProvisionedComponentDevice.cpp
@@ -85,6 +85,7 @@ info->rpcAuthorName = std::move(response.rpcAuthorName); info->supportedEekCurve = response.supportedEekCurve; info->uniqueId = std::move(response.uniqueId); + info->supportedNumKeysInCsr = response.supportedNumKeysInCsr; return ScopedAStatus::ok(); }