crypto: tcrypt - Use ahash
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 1 Feb 2016 13:36:49 +0000 (21:36 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 6 Feb 2016 07:33:08 +0000 (15:33 +0800)
commit0660511c0beeccdc240479f29d5ecd8362115be3
tree676b8c941385d86e7a2d732ae76367eaa8b3f0b6
parent2b8b28fd232233c22fb61009dd8b0587390d2875
crypto: tcrypt - Use ahash

This patch removes the last user of the obsolete crypto_hash
interface, tcrypt, by simply switching it over to ahash.  In
fact it already has all the code there so it's just a matter
of calling the ahash speed test code with the right mask.

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