[PATCH 1/3] crypto: talitos - simplify hmac data size calculation

2009-08-07 Thread Kim Phillips
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 --- drivers/crypto/talitos.c |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/crypto/talitos.c b/drivers/crypto/t

Re: [PATCH 1/3] crypto: talitos - simplify hmac data size calculation

2009-08-12 Thread Herbert Xu
On Fri, Aug 07, 2009 at 11:39:58PM +, Kim Phillips wrote: > 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 All 3 patches applied. Thanks Kim! -- Visit Openswan at http://www.openswan.org/