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)
commitb286e00304f9c1d27b93753536ac5246a287dd55
tree80df5a8f8eccefcd758f6b5a2758d4c380a4473b
parentd4cd3283f67d08a18f83fbe7a26a10fe4b474b48
crypto: talitos - consolidate common cra_* assignments

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>
drivers/crypto/talitos.c
This page took 0.024374 seconds and 5 git commands to generate.