aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNoriaki TAKAMIYA <takamiya@po.ntts.co.jp>2006-10-22 01:02:48 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2007-02-06 17:21:04 -0500
commit390fbd1bfaa7b561af8e4f385067c55bdf4100ba (patch)
treecb6b21e8a2fd8a2505c1593ff7cc57fd8b06070f /include
parent02ab5a7056bd8441ba6ae8ba8662d4296c202ecb (diff)
[IPSEC]: added the definition of Camellia cipher
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>
Diffstat (limited to 'include')
-rw-r--r--include/linux/pfkeyv2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pfkeyv2.h b/include/linux/pfkeyv2.h
index 265bafab6494..52ed4a56f672 100644
--- a/include/linux/pfkeyv2.h
+++ b/include/linux/pfkeyv2.h
@@ -297,6 +297,7 @@ struct sadb_x_sec_ctx {
297#define SADB_X_EALG_BLOWFISHCBC 7 297#define SADB_X_EALG_BLOWFISHCBC 7
298#define SADB_EALG_NULL 11 298#define SADB_EALG_NULL 11
299#define SADB_X_EALG_AESCBC 12 299#define SADB_X_EALG_AESCBC 12
300#define SADB_X_EALG_CAMELLIACBC 22
300#define SADB_EALG_MAX 253 /* last EALG */ 301#define SADB_EALG_MAX 253 /* last EALG */
301/* private allocations should use 249-255 (RFC2407) */ 302/* private allocations should use 249-255 (RFC2407) */
302#define SADB_X_EALG_SERPENTCBC 252 /* draft-ietf-ipsec-ciph-aes-cbc-00 */ 303#define SADB_X_EALG_SERPENTCBC 252 /* draft-ietf-ipsec-ciph-aes-cbc-00 */