commit | 254ae6c82b798ec1c5c805f2e3e57713bd438747 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Mon Nov 21 03:18:44 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Nov 21 03:18:44 2022 +0000 |
tree | a063ebfb51035d4e3af23a769d409e0803a38dee | |
parent | 30bd9e9522e187548b2e7f1e85c1296586538e1e [diff] | |
parent | d394f74365a5c8f235c928d4e003551f36164577 [diff] |
Merge "init: Reduce the number of system calls"
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(); }