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

crypto: skcipher - Add top-level skcipher interface



This patch introduces the crypto skcipher interface which aims
to replace both blkcipher and ablkcipher.

It's very similar to the existing ablkcipher interface.  The
main difference is the removal of the givcrypt interface.  In
order to make the transition easier for blkcipher users, there
is a helper SKCIPHER_REQUEST_ON_STACK which can be used to place
a request on the stack for synchronous transforms.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 8f183751
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