Re: [PATCH] crypto : sha1-mb : Add missing args_digest offset

2016-01-27 Thread Herbert Xu
On Mon, Jan 25, 2016 at 04:46:09PM -0800, Megha Dey wrote: > From: Megha Dey > > The _args_digest is defined as _args+_digest, both of which are the first > members of 2 separate structures, effectively yielding _args_digest to have > a value of zero. Thus, no errors have spawned yet due to this.

Re: [PATCH] crypto : sha1-mb : Add missing args_digest offset

2016-01-25 Thread Tim Chen
On Mon, 2016-01-25 at 16:46 -0800, Megha Dey wrote: > From: Megha Dey > > The _args_digest is defined as _args+_digest, both of which are the first > members of 2 separate structures, effectively yielding _args_digest to have > a value of zero. Thus, no errors have spawned yet due to this. To ens

[PATCH] crypto : sha1-mb : Add missing args_digest offset

2016-01-25 Thread Megha Dey
From: Megha Dey The _args_digest is defined as _args+_digest, both of which are the first members of 2 separate structures, effectively yielding _args_digest to have a value of zero. Thus, no errors have spawned yet due to this. To ensure sanity, adding the missing _args_digest offset to the sha1