[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)
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>

No differences found