[PATCH 1/3] [IPSEC]: Use crypto_aead and authenc in ESP

2008-01-28 Thread Herbert Xu
[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 <[EMAIL PROTECTED]> --- include/net/esp.h | 52 ---

[PATCH 1/3] [IPSEC]: Use crypto_aead and authenc in ESP

2007-12-10 Thread Herbert Xu
[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 <[EMAIL PROTECTED]> --- include/net/esp.h | 54 +--