n2_crypto: Plumb fallback ahash requests properly.
authorDavid S. Miller <davem@davemloft.net>
Sat, 22 May 2010 08:09:04 +0000 (01:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 May 2010 00:37:15 +0000 (17:37 -0700)
Do this by putting the async fallback request at the end of an n2
specific ahash request context, then properly adjusting the request
private size in our ahash ->cra_init().

We also need to put the writable state bits into the n2 request
private instead of the n2 cra_ctx.

With help from Herbert Xu.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found