summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/files/vtpm-deepquote-anyloc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/xen/files/vtpm-deepquote-anyloc.patch')
-rw-r--r--recipes-extended/xen/files/vtpm-deepquote-anyloc.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-extended/xen/files/vtpm-deepquote-anyloc.patch b/recipes-extended/xen/files/vtpm-deepquote-anyloc.patch
index 7b37d512..b1cbf66e 100644
--- a/recipes-extended/xen/files/vtpm-deepquote-anyloc.patch
+++ b/recipes-extended/xen/files/vtpm-deepquote-anyloc.patch
@@ -101,16 +101,16 @@ index c0d62e7..6586c22 100644
101- UINT32 *sigSize, BYTE **sig) 101- UINT32 *sigSize, BYTE **sig)
102+ UINT32 extraInfoFlags, UINT32 *quote_blob_size, BYTE **quote_blob) 102+ UINT32 extraInfoFlags, UINT32 *quote_blob_size, BYTE **quote_blob)
103 { 103 {
104 TPM_RESULT res; 104 TPM_RESULT res;
105 TPM_DIGEST hres; 105 TPM_DIGEST hres;
106@@ -253,7 +254,7 @@ TPM_RESULT TPM_DeepQuote(TPM_NONCE *externalData, TPM_PCR_SELECTION *myPCR, 106@@ -253,7 +254,7 @@ TPM_RESULT TPM_DeepQuote(TPM_NONCE *externalData, TPM_PCR_SELECTION *myPCR,
107 107
108 tpm_free(buf); 108 tpm_free(buf);
109 109
110- res = VTPM_GetParentQuote(&hres, ptPCR, sigSize, sig); 110- res = VTPM_GetParentQuote(&hres, ptPCR, sigSize, sig);
111+ res = VTPM_GetParentQuote((TPM_NONCE*)&hres, ptPCR, extraInfoFlags, quote_blob_size, quote_blob); 111+ res = VTPM_GetParentQuote((TPM_NONCE*)&hres, ptPCR, extraInfoFlags, quote_blob_size, quote_blob);
112 112
113 return res; 113 return res;
114 } 114 }
115diff --git a/tpm/tpm_marshalling.h b/tpm/tpm_marshalling.h 115diff --git a/tpm/tpm_marshalling.h b/tpm/tpm_marshalling.h
116index d510ebe..2e0c008 100644 116index d510ebe..2e0c008 100644