commit | c9aa55e5271a53d28e93fa58759d318b403c15ba | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat May 22 01:09:04 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue May 25 17:37:15 2010 -0700 |
tree | a6726466da33e2be0ed943beb5cb2c9dc3ca146c | |
parent | 527b9525256f97ad8d092bbfc8fdc3c5409f4a4d [diff] |
n2_crypto: Plumb fallback ahash requests properly. 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>