From cab3c5b1f80c36dcb9015d7085ee5b11948d4232 Mon Sep 17 00:00:00 2001 From: Ilya Smirnov Date: Fri, 22 Feb 2019 09:54:57 -0600 Subject: Secureboot: Enhanced Multinode Comm: Add size of quote & signature to slv quote This commit adds the size of the quote and signature fields returned from the TPM as part of enhanced multinode comm to the generated slave quote. This will make it easier to process the slave quote for remote attestation. Change-Id: Iab0d66bf5c34f49441fec346c6964458c58cff1f RTC: 203645 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72357 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Michael Baiocchi Reviewed-by: Nicholas E. Bofferding Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/include/usr/secureboot/trustedbootif.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/usr/secureboot/trustedbootif.H b/src/include/usr/secureboot/trustedbootif.H index 8b7fe8104..72849c2eb 100644 --- a/src/include/usr/secureboot/trustedbootif.H +++ b/src/include/usr/secureboot/trustedbootif.H @@ -53,7 +53,7 @@ namespace TRUSTEDBOOT // Structure that contains the TPM quote data and the size thereof struct _QuoteDataOut { - size_t size; // the size (bytes) of the data pointer + uint32_t size; // the size (bytes) of the data pointer uint8_t* data; // the actual quote data _QuoteDataOut() : size(0), data(nullptr) { -- cgit v1.2.3