[CRYPTO] tcrypt: Zero axbuf in the right function
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 30 Dec 2007 09:24:11 +0000 (20:24 +1100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:59 +0000 (08:16 +1100)
commit2a999a3abb2d3885741b09b9d05280db7e757544
tree17fcb1ae7395e257df3c05beb702105cf495f5c8
parent866cd902e864e9d0e31299efa9d61fc9a9bec315
[CRYPTO] tcrypt: Zero axbuf in the right function

The axbuf buffer is used by test_aead and therefore should be zeroed
there instead of in test_hash.

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