commit | 1e3204104cf7f608e90bc824523aaa8129ea944a | [log] [tgz] |
---|---|---|
author | Mogens Lauridsen <mlauridsen171@gmail.com> | Thu Aug 03 15:34:12 2017 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Aug 17 16:53:26 2017 +0800 |
tree | 34c83a4b7cc4d70b527482ff503286cd67bfe726 | |
parent | 2d97591ef43d0587be22ad1b0d758d6df4999a0b [diff] |
crypto: sahara - Fix dma unmap direction The direction used in dma_unmap_sg in aes calc is wrong. This result in the cache not being invalidated correct when aes calculation is done and result has been dma'ed to memory. This is seen as sporadic wrong result from aes calc. Signed-off-by: Mogens Lauridsen <mlauridsen171@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>