commit | 5df4c0c671bbb425e4a77dde5f51869aeebebd67 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Mon Nov 24 22:01:42 2008 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Dec 25 11:01:54 2008 +1100 |
tree | a302e5c58642b8c22f0ceafbdfcba100f8c96c79 | |
parent | 3416158680d5ba6fdb939e5bb52a8eba1ad5c027 [diff] |
crypto: hifn_795x - Fix request context corruption HIFN uses the transform context to store per-request data, which breaks when more than one request is outstanding. Move per request members from struct hifn_context to a new struct hifn_request_context and convert the code to use this. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>