commit | 8043bb1ae03cb842cd06a33fb1233e458f6f7f37 | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Mon Sep 19 18:22:17 2016 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Sep 22 18:32:51 2016 +0800 |
tree | 36848c49fc64b2f53e783306f15eec3aa79b071b | |
parent | 2c5bd1ef1511ecf3df24a1f2ee94c7f39d3318e1 [diff] |
crypto: omap-sham - convert driver logic to use sgs for data xmit Currently, the internal buffer has been used for data transmission. Change this so that scatterlists are used instead, and change the driver to actually use the previously introduced helper functions for scatterlist preparation. This patch also removes the old buffer handling code which is no longer needed. Signed-off-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>