]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
[IPSEC]: added the definition of Camellia cipher
authorNoriaki TAKAMIYA <takamiya@po.ntts.co.jp>
Sun, 22 Oct 2006 05:02:48 +0000 (15:02 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 6 Feb 2007 22:21:04 +0000 (09:21 +1100)
This patch adds the definitions used by pfkeyv2 interface for Camellia
cipher algorithm.

Signed-off-by: Noriaki TAKAMIYA <takamiya@po.ntts.co.jp>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/linux/pfkeyv2.h

index 265bafab64941225f0cad5900e349e4849bdde42..52ed4a56f6726e590f8d9deb84c0c8e4c8815d25 100644 (file)
@@ -297,6 +297,7 @@ struct sadb_x_sec_ctx {
 #define SADB_X_EALG_BLOWFISHCBC                7
 #define SADB_EALG_NULL                 11
 #define SADB_X_EALG_AESCBC             12
+#define SADB_X_EALG_CAMELLIACBC                22
 #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 */