mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
b8ae1f4de7
commit
ae1a4284a0
|
@ -1038,7 +1038,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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue