commit | ed1f13f62b379f99888ffeb895d25f256157abd9 | [log] [tgz] |
---|---|---|
author | Tri Vo <trong@google.com> | Thu Nov 17 17:15:18 2022 -0800 |
committer | Tri Vo <trong@google.com> | Thu Nov 17 17:15:21 2022 -0800 |
tree | 7daee26eab4bd0a3c291ad2adab041ba62e2d271 | |
parent | 4cdb6cf415a2c268e20ccc84354bc901e700c054 [diff] |
trusty: IRPC supportedNumKeysInCsr support Bug: 254137722 Test: atest VtsHalRemotelyProvisionedComponentTargetTest Change-Id: Ic76c27b8c65274f76adca6b83614eac73964ea20
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(); }