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)
commite41256f139b9148cfa12d2d057fec39e3d181ff0
tree8418a8d9ecd910a3dadf8a15348c00096c162edd
parent85a7f0ac5370901916a21935e1fafbe397b70f80
crypto: talitos - simplify hmac data size calculation

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>
drivers/crypto/talitos.c