Skip to content

Commit

Permalink
crypto: talitos - scaffolding for new algorithm types
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lee Nipper authored and Herbert Xu committed Jun 2, 2009
1 parent 9f171ad commit 56af8cd
Showing 1 changed file with 129 additions and 116 deletions.
Loading

0 comments on commit 56af8cd

Please sign in to comment.