]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SecurityPkg/Pkcs7VerifyDxe: Cleanup P7CheckTrust function comments.
authorQiu Shumin <shumin.qiu@intel.com>
Tue, 14 Jul 2015 02:18:19 +0000 (02:18 +0000)
committershenshushi <shenshushi@Edk2>
Tue, 14 Jul 2015 02:18:19 +0000 (02:18 +0000)
Delete description of non-existent parameters 'Content' and 'ContentSize' from P7CheckTrust() description.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Qin Long <qin.long@intel.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17937 6f19259b-4bc3-4df7-8a09-765794883524

SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/Pkcs7VerifyDxe.c

index 631925587c378c6c75b1f50609d1756a04fba3a2..13c91382dce8faf86c552ce76288dd84721f8c79 100644 (file)
@@ -619,12 +619,6 @@ _Exit:
   @param[in]  AllowedDb       Pointer to a list of pointers to EFI_SIGNATURE_LIST\r
                               structures which contains lists of X.509 certificates\r
                               of approved signers.\r
-  @param[out] Content         An optional caller-allocated buffer into which the\r
-                              function will copy the content of PKCS7 signedData.\r
-  @param[in,out] ContentSize  On input, points of the size in bytes of the optional\r
-                              buffer Content previously allocated by caller. On output,\r
-                              the value will contain the actual size of the content\r
-                              extracted from the signedData.\r
 \r
   @retval  EFI_SUCCESS             The PKCS7 signedData is trusted.\r
   @retval  EFI_SECURITY_VIOLATION  Fail to verify the signature in PKCS7 signedData.\r