crypto: sahara - Use skcipher for fallback
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 29 Jun 2016 10:04:05 +0000 (18:04 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 1 Jul 2016 15:45:10 +0000 (23:45 +0800)
commit678adecd117f953cd21088064d95ceffac79a2a6
tree591733cf3244d64376db5e4551ff84dc2130c7af
parent2d20ce070d3b78f0974408ef648223967d0efb0a
crypto: sahara - Use skcipher for fallback

This patch replaces use of the obsolete ablkcipher with skcipher.

It also removes shash_fallback which is totally unused.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/sahara.c