commit | b286e00304f9c1d27b93753536ac5246a287dd55 | [log] [tgz] |
---|---|---|
author | Kim Phillips <kim.phillips@freescale.com> | Wed Aug 08 20:33:34 2012 -0500 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Aug 28 23:53:53 2012 +0800 |
tree | 80df5a8f8eccefcd758f6b5a2758d4c380a4473b | |
parent | d4cd3283f67d08a18f83fbe7a26a10fe4b474b48 [diff] |
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>