commit | 9b17e5ad7831cde78314f96445cfb4a9945c6c68 | [log] [tgz] |
---|---|---|
author | Corentin LABBE <clabbe.montjoie@gmail.com> | Wed Aug 10 11:45:33 2016 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Aug 16 17:17:00 2016 +0800 |
tree | 6fc6f864150f8bf3602f0d141e9ba820c680edfe | |
parent | 933e7e3ab239fe7fad5d64f3e2828618b3568e8c [diff] |
crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ss The dev *ss is stored both in sun4i_tfm_ctx and sun4i_req_ctx. Since this pointer will never be changed during tfm life, it is better to remove it from sun4i_req_ctx. Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>