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

crypto: akcipher - Add sync interface without SG lists



The only user of akcipher does not use SG lists.  Therefore forcing
users to use SG lists only results unnecessary overhead.  Add a new
interface that supports arbitrary kernel pointers.

For the time being the copy will be performed unconditionally.  But
this will go away once the underlying interface is updated.

Note also that only encryption and decryption is addressed by this
patch as sign/verify will go into a new interface (sig).

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