]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IpSecDxe/Ike.h
NetworkPkg: Clean up source files
[mirror_edk2.git] / NetworkPkg / IpSecDxe / Ike.h
index 50c680a528c083213acc45dbf9a9cdfc781e1a9c..63ab29bd72cdb35f8f5d9a4f72692d1d5b3b765f 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The common definition of IPsec Key Exchange (IKE).\r
 \r
-  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 2018, 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
@@ -55,7 +55,7 @@
 #define IPSEC_ESP_BLOWFISH            7\r
 #define IPSEC_ESP_3IDEA               8\r
 #define IPSEC_ESP_DES_IV32            9\r
-#define IPSEC_ESP_RC4                 10  // It's reserved in IKEv2 \r
+#define IPSEC_ESP_RC4                 10  // It's reserved in IKEv2\r
 #define IPSEC_ESP_NULL                11\r
 #define IPSEC_ESP_AES                 12\r
 \r
@@ -150,7 +150,7 @@ typedef struct {
 typedef union {\r
   UINT16  AttrLength;\r
   UINT16  AttrValue;\r
-} IKE_SA_ATTR_UNION; \r
+} IKE_SA_ATTR_UNION;\r
 \r
 //\r
 // SA Attribute present in Transform Payload\r
@@ -163,7 +163,7 @@ typedef struct {
 #pragma pack()\r
 \r
 //\r
-// Contains the IKE packet information. \r
+// Contains the IKE packet information.\r
 //\r
 typedef struct {\r
   UINTN               RefCount;\r
@@ -219,7 +219,7 @@ typedef struct {
 //\r
 // Each algorithm has its own Id, Guid, BlockSize and KeyLength.\r
 // This struct contains these information for each algorithm. It is generic structure\r
-// for both encryption and authentication algorithm. \r
+// for both encryption and authentication algorithm.\r
 // For authentication algorithm, the AlgSize means IcvSize. For encryption algorithm,\r
 // it means IvSize.\r
 //\r