alistair23-linux/net/xfrm
Herbert Xu 1a6509d991 [IPSEC]: Add support for combined mode algorithms
This patch adds support for combined mode algorithms with GCM being
the first algorithm supported.

Combined mode algorithms can be added through the xfrm_user interface
using the new algorithm payload type XFRMA_ALG_AEAD.  Each algorithms
is identified by its name and the ICV length.

For the purposes of matching algorithms in xfrm_tmpl structures,
combined mode algorithms occupy the same name space as encryption
algorithms.  This is in line with how they are negotiated using IKE.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-01-31 19:27:03 -08:00
..
Kconfig [XFRM]: Remove ifdef crypto. 2008-01-28 15:01:12 -08:00
Makefile [XFRM]: Define packet dropping statistics. 2008-01-28 14:59:38 -08:00
xfrm_algo.c [IPSEC]: Add support for combined mode algorithms 2008-01-31 19:27:03 -08:00
xfrm_hash.c [IPSEC]: kmalloc + memset conversion to kzalloc 2008-01-28 14:55:05 -08:00
xfrm_hash.h [XFRM] STATE: Use destination address for src hash. 2006-10-04 00:31:02 -07:00
xfrm_input.c [IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_input 2008-01-28 15:00:10 -08:00
xfrm_output.c [IPSEC]: Return EOVERFLOW when output sequence number overflows 2008-01-28 15:00:32 -08:00
xfrm_policy.c [XFRM] xfrm_policy: kill some bloat 2008-01-28 15:01:49 -08:00
xfrm_proc.c [XFRM]: Define packet dropping statistics. 2008-01-28 14:59:38 -08:00
xfrm_state.c [XFRM]: xfrm_state_clone() should be static, not exported 2008-01-28 15:00:49 -08:00
xfrm_user.c [IPSEC]: Add support for combined mode algorithms 2008-01-31 19:27:03 -08:00