]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IpSecDxe/IpSecCryptIo.c
NetworkPkg: comments clean up.
[mirror_edk2.git] / NetworkPkg / IpSecDxe / IpSecCryptIo.c
index 027e078e7a8ca959f17f7ddb30cf2126494ae36c..54607692aaecf99754c624b77bc93d3db9f89251 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Common interfaces to call Security library.\r
 \r
-  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -251,7 +251,7 @@ IpSecGetIndexFromAuthList (
 \r
   @param[in]       AlgorithmId    The Alogrithem identification defined in RFC.\r
   @param[in]       Key            Pointer to the buffer containing encrypting key.\r
-  @param[in}       KeyBits        The length of the key in bits.\r
+  @param[in]       KeyBits        The length of the key in bits.\r
   @param[in]       Ivec           Point to the buffer containning the Initializeion\r
                                   Vector (IV) data.\r
   @param[in]       InData         Point to the buffer containing the data to be\r
@@ -337,11 +337,11 @@ IpSecCryptoIoEncrypt (
 \r
   @param[in]       AlgorithmId    The Alogrithem identification defined in RFC.\r
   @param[in]       Key            Pointer to the buffer containing encrypting key.\r
-  @param[in}       KeyBits        The length of the key in bits.\r
+  @param[in]       KeyBits        The length of the key in bits.\r
   @param[in]       Ivec           Point to the buffer containning the Initializeion\r
                                   Vector (IV) data.\r
   @param[in]       InData         Point to the buffer containing the data to be\r
-                                  Decrypted.\r
+                                  decrypted.\r
   @param[in]       InDataLength   The length of InData in Bytes.\r
   @param[out]      OutData        Pointer to the buffer that receives the decryption\r
                                   output.\r
@@ -864,7 +864,7 @@ IpSecCryptoIoAuthDataWithCertificate (
 \r
   @param[in]     InCert          Pointer to the Certificate which contains the\r
                                  public key.\r
-  @param[in]     InCertLen       The size of Certificate in bytes.\r
+  @param[in]     CertLen         The size of Certificate in bytes.\r
   @param[in]     InCa            Pointer to the CA certificate\r
   @param[in]     CaLen           The size of CA certificate in bytes.\r
   @param[in]     InData          Pointer to octect message hash to be checked.\r