summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Library/Tpm2CommandLib
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2016-11-18 09:54:21 +0800
committerStar Zeng <star.zeng@intel.com>2016-11-21 10:38:31 +0800
commitae1a4284a03764609de8b2b1b81667b3e50ff145 (patch)
tree304d2d64e39140e5cfa72be296e56bfb1bbc7a70 /SecurityPkg/Library/Tpm2CommandLib
parentb8ae1f4de75260f48e1459692bac0d1b84246cc1 (diff)
downloadedk2-ae1a4284a03764609de8b2b1b81667b3e50ff145.tar.gz
edk2-ae1a4284a03764609de8b2b1b81667b3e50ff145.tar.bz2
edk2-ae1a4284a03764609de8b2b1b81667b3e50ff145.zip
SecurityPkg TPM2: Update desc for param Buffer of GetDigestListSize()
To make the description more clear, update the description for parameter Buffer of GetDigestListSize() to "Buffer to hold copied TPML_DIGEST_VALUES compact binary.". Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Chao Zhang <chao.b.zhang@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by : Chao Zhang <chao.b.zhang@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'SecurityPkg/Library/Tpm2CommandLib')
-rw-r--r--SecurityPkg/Library/Tpm2CommandLib/Tpm2Help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/SecurityPkg/Library/Tpm2CommandLib/Tpm2Help.c b/SecurityPkg/Library/Tpm2CommandLib/Tpm2Help.c
index 9aa77af97a..64d3c531ff 100644
--- a/SecurityPkg/Library/Tpm2CommandLib/Tpm2Help.c
+++ b/SecurityPkg/Library/Tpm2CommandLib/Tpm2Help.c
@@ -239,7 +239,7 @@ IsHashAlgSupportedInHashAlgorithmMask(
/**
Copy TPML_DIGEST_VALUES into a buffer
- @param[in,out] Buffer Buffer to hold TPML_DIGEST_VALUES.
+ @param[in,out] Buffer Buffer to hold copied TPML_DIGEST_VALUES compact binary.
@param[in] DigestList TPML_DIGEST_VALUES to be copied.
@param[in] HashAlgorithmMask HASH bits corresponding to the desired digests to copy.