]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IpSecDxe/IpSecCryptIo.h
Add CONSTRUCTOR to BaseDebugLibSerialPort to call SerialPortInitialize() in the Seria...
[mirror_edk2.git] / NetworkPkg / IpSecDxe / IpSecCryptIo.h
index d883a2ef7232eb0651dc3f28d7c8f46861fd3ec5..ddceb12bb6ad3b2d27114a1e58b9c2b88f748a8e 100644 (file)
 #define IPSEC_ENCRYPT_ALGORITHM_LIST_SIZE 2\r
 #define IPSEC_AUTH_ALGORITHM_LIST_SIZE    3\r
 \r
+///\r
+/// Authentication Algorithm Definition\r
+///   The number value definition is aligned to IANA assignment\r
+///\r
+#define IKE_AALG_NONE                0x00\r
+#define IKE_AALG_SHA1HMAC            0x02\r
+#define IKE_AALG_NULL                0xFB\r
+\r
+///\r
+/// Encryption Algorithm Definition\r
+///   The number value definition is aligned to IANA assignment\r
+///\r
+#define IKE_EALG_NONE                0x00\r
+#define IKE_EALG_3DESCBC             0x03\r
+#define IKE_EALG_NULL                0x0B\r
+#define IKE_EALG_AESCBC              0x0C\r
+\r
 /**\r
   Prototype of Hash GetContextSize.\r
 \r