Loading trusty/keymaster/keymint/TrustyRemotelyProvisionedComponentDevice.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -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(); } Loading Loading
trusty/keymaster/keymint/TrustyRemotelyProvisionedComponentDevice.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -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(); } Loading