commit | a216f8d540cf13211227daf44996e8a530b92468 | [log] [tgz] |
---|---|---|
author | Corentin Labbe <clabbe@baylibre.com> | Fri Sep 18 07:23:06 2020 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Sep 25 17:48:17 2020 +1000 |
tree | 1a68c1b3ada0e43294357111b78017272698c3a6 | |
parent | 87f34260f5e09a4578132ad1c05aef2d707dd4bf [diff] |
crypto: sun8i-ce - move iv data to request context Instead of storing IV data in the channel context, store them in the request context. Storing them in the channel structure was conceptualy wrong since they are per request related. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>