]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[CRYPTO] tcrypt: Group common speed templates
authorSebastian Siewior <sebastian@breakpoint.cc>
Tue, 11 Mar 2008 13:24:26 +0000 (21:24 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 21 Apr 2008 02:19:21 +0000 (10:19 +0800)
commit477035c2abdcff7583369e5777cb7be1bb1dbea8
tree797db8233c052ae8128e28c304d15fa8e25c1b68
parent78f8b3a24022c48fe600f4aba415d63ceeaec9cd
[CRYPTO] tcrypt: Group common speed templates

Some crypto ciphers which are impleneted support similar key sizes
(16,24 & 32 byte). They can be grouped together and use a common
templatte instead of their own which contains the same data.

Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/tcrypt.c
crypto/tcrypt.h