commit | 0c063a22d50606e5e405e954be2de3810372dc27 | [log] [tgz] |
---|---|---|
author | Joel Fernandes <joelf@ti.com> | Sat Aug 17 21:42:27 2013 -0500 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Aug 21 21:28:00 2013 +1000 |
tree | 487b7ed25983e6746dd109319df9126ec1c2803a | |
parent | 0a641712ef9459df5d8c19fc19e686887257b3e3 [diff] |
crypto: omap-aes - Remove previously used intermediate buffers Intermdiate buffers were allocated, mapped and used for DMA. These are no longer required as we use the SGs from crypto layer directly in previous commits in the series. Also along with it, remove the logic for copying SGs etc as they are no longer used, and all the associated variables in omap_aes_device. Signed-off-by: Joel Fernandes <joelf@ti.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>