[IPSEC]: Use crypto_aead and authenc in ESP
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 29 Jan 2008 03:35:05 +0000 (19:35 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Feb 2008 03:27:02 +0000 (19:27 -0800)
commit38320c70d282be1997a5204c7c7fe14c3aa6bfaa
treeaa86d8c3e26a3cc6d283a31b21116a35c7659f8f
parentbf164cc054d568fa7889ffab41d3b091f5758c75
[IPSEC]: Use crypto_aead and authenc in ESP

This patch converts ESP to use the crypto_aead interface and in particular
the authenc algorithm.  This lays the foundations for future support of
combined mode algorithms.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/esp.h
net/ipv4/Kconfig
net/ipv4/esp4.c
net/ipv6/Kconfig
net/ipv6/esp6.c