crypto: skcipher - Add lskcipher
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 14 Sep 2023 08:28:24 +0000 (16:28 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 20 Sep 2023 05:15:29 +0000 (13:15 +0800)
commit31865c4c4db2b742fec6ccbff80483fa3e7ab9b9
treec16772ec1fe97269b9b5c0267811f86ee035affc
parentb64d143b752932ef483d0ed8d00958f1832dd6bc
crypto: skcipher - Add lskcipher

Add a new API type lskcipher designed for taking straight kernel
pointers instead of SG lists.  Its relationship to skcipher will
be analogous to that between shash and ahash.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Makefile
crypto/cryptd.c
crypto/lskcipher.c [new file with mode: 0644]
crypto/skcipher.c
crypto/skcipher.h [new file with mode: 0644]
include/crypto/internal/skcipher.h
include/crypto/skcipher.h
include/linux/crypto.h