crypto: tcrypt - Use unsigned long for mb ahash cycle counter
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 28 Jun 2016 08:41:38 +0000 (16:41 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 28 Jun 2016 08:43:40 +0000 (16:43 +0800)
commitf8de55b6252b30f9bc1dcb62964f7b49e00983fa
treec24543618202a32773403b4c86d738e252af0441
parentf83f5b12ee674c187f329ef8eb9352dc45dcb25f
crypto: tcrypt - Use unsigned long for mb ahash cycle counter

For the timescales we are working against there is no need to
go beyond unsigned long.

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