crypto: omap-sham - convert driver logic to use sgs for data xmit
authorTero Kristo <t-kristo@ti.com>
Mon, 19 Sep 2016 15:22:17 +0000 (18:22 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 22 Sep 2016 10:32:51 +0000 (18:32 +0800)
commit8043bb1ae03cb842cd06a33fb1233e458f6f7f37
tree36848c49fc64b2f53e783306f15eec3aa79b071b
parent2c5bd1ef1511ecf3df24a1f2ee94c7f39d3318e1
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>
drivers/crypto/omap-sham.c