X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=NetworkPkg%2FIpSecDxe%2FIkev2%2FPayload.h;h=544c9b9948ae00b191cfc2f0216fda28680918f4;hp=7a85792ed7fe567a52ecfdbe07111b395f999e65;hb=f75a7f568e6d0944327970b3f3f2dafd9bba76b1;hpb=9095d37b8fe5bfc3d02adad6ba7fd7359ebc0107 diff --git a/NetworkPkg/IpSecDxe/Ikev2/Payload.h b/NetworkPkg/IpSecDxe/Ikev2/Payload.h index 7a85792ed7..544c9b9948 100644 --- a/NetworkPkg/IpSecDxe/Ikev2/Payload.h +++ b/NetworkPkg/IpSecDxe/Ikev2/Payload.h @@ -1,7 +1,7 @@ /** @file The Definitions related to IKEv2 payload. - Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.
+ Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -37,12 +37,12 @@ #define IKEV2_PAYLOAD_TYPE_EAP 48 // -// IKE header Flag (1 octet) for IKEv2, defined in RFC 4306 section 3.1 +// IKE header Flag (1 octet) for IKEv2, defined in RFC 4306 section 3.1 // -// I(nitiator) (bit 3 of Flags, 0x08) - This bit MUST be set in messages sent by the +// I(nitiator) (bit 3 of Flags, 0x08) - This bit MUST be set in messages sent by the // original initiator of the IKE_SA // -// R(esponse) (bit 5 of Flags, 0x20) - This bit indicates that this message is a response to +// R(esponse) (bit 5 of Flags, 0x20) - This bit indicates that this message is a response to // a message containing the same message ID. // #define IKE_HEADER_FLAGS_INIT 0x08 @@ -67,7 +67,7 @@ typedef struct { #pragma pack(1) typedef struct { IKEV2_COMMON_PAYLOAD_HEADER Header; - // + // // Proposals // } IKEV2_SA; @@ -94,7 +94,7 @@ typedef struct { // // IKEv2 Transform ID for Encrypt Algorithm (ENCR) -// +// #define IKEV2_TRANSFORM_ID_ENCR_DES_IV64 1 #define IKEV2_TRANSFORM_ID_ENCR_DES 2 #define IKEV2_TRANSFORM_ID_ENCR_3DES 3