commit | ba974adb47f2063612d558ac7c3499b59e36c147 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Aug 05 15:57:08 2020 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Aug 21 14:45:27 2020 +1000 |
tree | 06ff2aaee555fdbdd53655e82a38f754b1ede4f1 | |
parent | f7ade9aaf66bd5599690acf0597df2c0f6cd825a [diff] |
crypto: tcrypt - Add support for hash speed testing with keys Currently if you speed test a hash that requires a key you'll get an error because tcrypt does not set a key by default. This patch allows a key to be set using the new module parameter klen. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>