crypto: talitos - consolidate common cra_* assignments
authorKim Phillips <kim.phillips@freescale.com>
Thu, 9 Aug 2012 01:33:34 +0000 (20:33 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 28 Aug 2012 15:53:53 +0000 (23:53 +0800)
the entry points and geniv definitions for all aead,
ablkcipher, and hash algorithms are all common; move them to a
single assignment in talitos_alg_alloc().

This assumes it's ok to assign a setkey() on non-hmac algs.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found