Skip to content
Commit b67a0260 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: acomp - Add request chaining and virtual addresses



This adds request chaining and virtual address support to the
acomp interface.

It is identical to the ahash interface, except that a new flag
CRYPTO_ACOMP_REQ_NONDMA has been added to indicate that the
virtual addresses are not suitable for DMA.  This is because
all existing and potential acomp users can provide memory that
is suitable for DMA so there is no need for a fall-back copy
path.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent cff12830
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment