commit | 0660511c0beeccdc240479f29d5ecd8362115be3 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Feb 01 21:36:49 2016 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Feb 06 15:33:08 2016 +0800 |
tree | 676b8c941385d86e7a2d732ae76367eaa8b3f0b6 | |
parent | 2b8b28fd232233c22fb61009dd8b0587390d2875 [diff] |
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>