summaryrefslogtreecommitdiff
path: root/crypto/hmac.c
diff options
context:
space:
mode:
authorGilad Ben-Yossef <gilad@benyossef.com>2017-04-25 11:25:40 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2017-05-18 13:19:48 +0800
commit3ce047f888a62e40eb3ada5c125eb5a683f34696 (patch)
tree4025b30a5477247c1a8e44c115ca783190ccd7d1 /crypto/hmac.c
parent3d5ec4b0af896e20a81cafb4c99ad81fdd04203c (diff)
downloadlinux-crypto-3ce047f888a62e40eb3ada5c125eb5a683f34696.tar.gz
linux-crypto-3ce047f888a62e40eb3ada5c125eb5a683f34696.zip
crypto: tcrypt - don't disable irqs and wait
The tcrypt AEAD cycles speed tests disables irqs during the test, which is broken at the very least since commit '86aa8e90ce6053a1 ("crypto: tcrypt - Fix AEAD speed tests")' adds a wait for completion as part of the test and probably since switching to the new AEAD API. While the result of taking a cycle count diff may not mean much on SMP systems if the task migrates, it's good enough for tcrypt being the quick & dirty dev tool it is. It's also what all the other (i.e. hash) cycle speed tests do. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Reported-by: Ofir Drang <ofir.drang@arm.com> Reviewed-by: Horia Geantă <horia.geanta@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/hmac.c')
0 files changed, 0 insertions, 0 deletions