crypto: talitos - simplify hmac data size calculation
authorKim Phillips <kim.phillips@freescale.com>
Thu, 13 Aug 2009 01:49:06 +0000 (11:49 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 13 Aug 2009 01:49:06 +0000 (11:49 +1000)
don't do request->src vs. assoc pointer math - it's the same as adding
assoclen and ivsize (just with more effort).

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found