[IPSEC]: Add compatibility algorithm name support
authorHerbert Xu <herbert@gondor.apana.org.au>
Sat, 12 Aug 2006 22:50:00 +0000 (08:50 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 21 Sep 2006 01:46:14 +0000 (11:46 +1000)
commit04ff12609445c7b462d7fc7f2d30dad442c922f3
treef19aff48d2e6a4c7e4bf25044c1b30ea428f4318
parentd1806f6a97a536b043fe50e6d8a25b061755cf50
[IPSEC]: Add compatibility algorithm name support

This patch adds a compatibility name field for each IPsec algorithm.  This
is needed when parameterised algorithms are used.  For example, "md5" will
become "hmac(md5)", and "aes" will become "cbc(aes)".

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/net/xfrm.h
net/xfrm/xfrm_algo.c
net/xfrm/xfrm_user.c