]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IpSecDxe/IpSecCryptIo.h
NetworkPkg: comments clean up.
[mirror_edk2.git] / NetworkPkg / IpSecDxe / IpSecCryptIo.h
index 9cafc71bd3fcb9d4812d53fd5a8654c965c1e67d..0e106af0f0f46f7caac5fbd49dadf1e88dd0a229 100644 (file)
@@ -511,7 +511,7 @@ IpSecGenerateIv (
 \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
@@ -546,11 +546,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
@@ -759,7 +759,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