]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit46075762239204b9b79c0cd8c1a70b57e62d019f
tree36848c49fc64b2f53e783306f15eec3aa79b071b
parent65f00c1372f839269d94708460cdff8fc1969d94
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