Loading trusty/keymaster/keymint/TrustyRemotelyProvisionedComponentDevice.cpp +2 −1 Original line number Original line Diff line number Diff line Loading @@ -71,9 +71,10 @@ class Status { } // namespace } // namespace ScopedAStatus TrustyRemotelyProvisionedComponentDevice::getHardwareInfo(RpcHardwareInfo* info) { ScopedAStatus TrustyRemotelyProvisionedComponentDevice::getHardwareInfo(RpcHardwareInfo* info) { info->versionNumber = 1; info->versionNumber = 2; info->rpcAuthorName = "Google"; info->rpcAuthorName = "Google"; info->supportedEekCurve = RpcHardwareInfo::CURVE_25519; info->supportedEekCurve = RpcHardwareInfo::CURVE_25519; info->uniqueId = "Trusty: My password is ******"; return ScopedAStatus::ok(); return ScopedAStatus::ok(); } } Loading Loading
trusty/keymaster/keymint/TrustyRemotelyProvisionedComponentDevice.cpp +2 −1 Original line number Original line Diff line number Diff line Loading @@ -71,9 +71,10 @@ class Status { } // namespace } // namespace ScopedAStatus TrustyRemotelyProvisionedComponentDevice::getHardwareInfo(RpcHardwareInfo* info) { ScopedAStatus TrustyRemotelyProvisionedComponentDevice::getHardwareInfo(RpcHardwareInfo* info) { info->versionNumber = 1; info->versionNumber = 2; info->rpcAuthorName = "Google"; info->rpcAuthorName = "Google"; info->supportedEekCurve = RpcHardwareInfo::CURVE_25519; info->supportedEekCurve = RpcHardwareInfo::CURVE_25519; info->uniqueId = "Trusty: My password is ******"; return ScopedAStatus::ok(); return ScopedAStatus::ok(); } } Loading