crypto: talitos - scaffolding for new algorithm types
commit56af8cd44b05bd9649103b76a6e1e575682990e4
authorLee Nipper <lee.nipper@gmail.com>
Sun, 29 Mar 2009 07:50:50 +0000 (29 15:50 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 2 Jun 2009 04:04:23 +0000 (2 14:04 +1000)
tree976bcdcec33914345615acf1eae1b4e460d7ad49
parent9f171adc192fc3c8ffbb691cfdcc70259d75c6ea
crypto: talitos - scaffolding for new algorithm types

This patch is preparation for adding new algorithm types.

Some elements which are AEAD specific were renamed.
The algorithm template structure was changed to
use crypto_alg, and talitos_alg_alloc was made
more general with respect to algorithm types.
ipsec_esp_edesc is renamed to talitos_edesc
to use it in the upcoming ablkcipher routines.

Signed-off-by: Lee Nipper <lee.nipper@gmail.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/talitos.c