[IPSEC] ESP: Use block ciphers where applicable

This patch converts IPSec/ESP to use the new block cipher type where
applicable.  Similar to the HMAC conversion, existing algorithm names
have been kept for compatibility.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Este commit está contenido en:
Herbert Xu
2006-07-30 15:41:01 +10:00
padre 04ff126094
commit 6b7326c849
Se han modificado 6 ficheros con 76 adiciones y 49 borrados

Ver fichero

@@ -77,6 +77,7 @@ config INET6_ESP
select CRYPTO
select CRYPTO_HMAC
select CRYPTO_MD5
select CRYPTO_CBC
select CRYPTO_SHA1
select CRYPTO_DES
---help---