Home
last modified time | relevance | path

Searched hist:"065 fa252" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/crypto/
H A Domap-crypto.c065fa252 Tue Feb 27 13:30:35 GMT 2018 Tero Kristo <t-kristo@ti.com> crypto: omap-crypto - Verify page zone scatterlists before starting DMA

In certain platforms like DRA7xx having memory > 2GB with LPAE enabled
has a constraint that DMA can be done with the initial 2GB and marks it
as ZONE_DMA. But openssl when used with cryptodev does not make sure that
input buffer is DMA capable. So, adding a check to verify if the input
buffer is capable of DMA.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>