mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
xen-vtpm : fix patch fuzz, whitespace-only change
Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
89cbe2cd84
commit
dd32e94c88
|
@ -101,16 +101,16 @@ index c0d62e7..6586c22 100644
|
||||||
- UINT32 *sigSize, BYTE **sig)
|
- UINT32 *sigSize, BYTE **sig)
|
||||||
+ UINT32 extraInfoFlags, UINT32 *quote_blob_size, BYTE **quote_blob)
|
+ UINT32 extraInfoFlags, UINT32 *quote_blob_size, BYTE **quote_blob)
|
||||||
{
|
{
|
||||||
TPM_RESULT res;
|
TPM_RESULT res;
|
||||||
TPM_DIGEST hres;
|
TPM_DIGEST hres;
|
||||||
@@ -253,7 +254,7 @@ TPM_RESULT TPM_DeepQuote(TPM_NONCE *externalData, TPM_PCR_SELECTION *myPCR,
|
@@ -253,7 +254,7 @@ TPM_RESULT TPM_DeepQuote(TPM_NONCE *externalData, TPM_PCR_SELECTION *myPCR,
|
||||||
|
|
||||||
tpm_free(buf);
|
tpm_free(buf);
|
||||||
|
|
||||||
- res = VTPM_GetParentQuote(&hres, ptPCR, sigSize, sig);
|
- res = VTPM_GetParentQuote(&hres, ptPCR, sigSize, sig);
|
||||||
+ res = VTPM_GetParentQuote((TPM_NONCE*)&hres, ptPCR, extraInfoFlags, quote_blob_size, quote_blob);
|
+ res = VTPM_GetParentQuote((TPM_NONCE*)&hres, ptPCR, extraInfoFlags, quote_blob_size, quote_blob);
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
diff --git a/tpm/tpm_marshalling.h b/tpm/tpm_marshalling.h
|
diff --git a/tpm/tpm_marshalling.h b/tpm/tpm_marshalling.h
|
||||||
index d510ebe..2e0c008 100644
|
index d510ebe..2e0c008 100644
|
||||||
|
|
Loading…
Reference in New Issue
Block a user