[CRYPTO] ctr: Use crypto_inc and crypto_xor
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 20 Nov 2007 12:32:56 +0000 (20:32 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:20 +0000 (08:16 +1100)
commit3f8214ea335e422702340d7e835921e78367f99d
treeef8b7ef5c7e2d079e05e2a048db22eb183498235
parentd0b9007a27206fe944d9db72e13dab157b8e118c
[CRYPTO] ctr: Use crypto_inc and crypto_xor

This patch replaces the custom inc/xor in CTR with the generic functions.

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