]> git.baikalelectronics.ru Git - kernel.git/commit
[CRYPTO] tcrypt: Move sg_init_table out of timing loops
authorHerbert Xu <herbert@gondor.apana.org.au>
Sat, 27 Oct 2007 07:51:21 +0000 (00:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 27 Oct 2007 07:51:21 +0000 (00:51 -0700)
commit7503c20525f7d6355307bc24c4cc720295d99bfa
tree80b125bd9418fe202f652a533f986adc1b50d275
parent00867873a81c4857051ff126d8e51e1c0f87a250
[CRYPTO] tcrypt: Move sg_init_table out of timing loops

This patch moves the sg_init_table out of the timing loops for hash
algorithms so that it doesn't impact on the speed test results.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
crypto/tcrypt.c