diff options
author | Tobias Brunner <tobias@strongswan.org> | 2009-12-01 18:17:37 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-02-12 10:57:39 +0100 |
commit | 71baf5a8f0f80fa3d2a03cfb597b6babe33394dd (patch) | |
tree | 6b0cb11fded48e7b3335a15d3fb73553c3b0b68a /src/include/linux/pfkeyv2.h | |
parent | 2aa553d773ef1c6b39ba441ee56b407eda91e7b8 (diff) | |
download | strongswan-71baf5a8f0f80fa3d2a03cfb597b6babe33394dd.tar.bz2 strongswan-71baf5a8f0f80fa3d2a03cfb597b6babe33394dd.tar.xz |
Adding support for AES GMAC (RFC4543).
Diffstat (limited to 'src/include/linux/pfkeyv2.h')
-rw-r--r-- | src/include/linux/pfkeyv2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/linux/pfkeyv2.h b/src/include/linux/pfkeyv2.h index b4b0712a4..7379d1a94 100644 --- a/src/include/linux/pfkeyv2.h +++ b/src/include/linux/pfkeyv2.h @@ -315,6 +315,7 @@ struct sadb_x_kmaddress { #define SADB_X_EALG_AES_GCM_ICV12 19 #define SADB_X_EALG_AES_GCM_ICV16 20 #define SADB_X_EALG_CAMELLIACBC 22 +#define SADB_X_EALG_NULL_AES_GMAC 23 #define SADB_EALG_MAX 253 /* last EALG */ /* private allocations should use 249-255 (RFC2407) */ #define SADB_X_EALG_SERPENTCBC 252 /* draft-ietf-ipsec-ciph-aes-cbc-00 */ |