From ed1f13f62b379f99888ffeb895d25f256157abd9 Mon Sep 17 00:00:00 2001 From: Tri Vo Date: Thu, 17 Nov 2022 17:15:18 -0800 Subject: [PATCH] trusty: IRPC supportedNumKeysInCsr support Bug: 254137722 Test: atest VtsHalRemotelyProvisionedComponentTargetTest Change-Id: Ic76c27b8c65274f76adca6b83614eac73964ea20 --- .../keymint/TrustyRemotelyProvisionedComponentDevice.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/trusty/keymaster/keymint/TrustyRemotelyProvisionedComponentDevice.cpp b/trusty/keymaster/keymint/TrustyRemotelyProvisionedComponentDevice.cpp index c6800cdc2..710be3e3a 100644 --- a/trusty/keymaster/keymint/TrustyRemotelyProvisionedComponentDevice.cpp +++ b/trusty/keymaster/keymint/TrustyRemotelyProvisionedComponentDevice.cpp @@ -85,6 +85,7 @@ ScopedAStatus TrustyRemotelyProvisionedComponentDevice::getHardwareInfo(RpcHardw info->rpcAuthorName = std::move(response.rpcAuthorName); info->supportedEekCurve = response.supportedEekCurve; info->uniqueId = std::move(response.uniqueId); + info->supportedNumKeysInCsr = response.supportedNumKeysInCsr; return ScopedAStatus::ok(); }