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>
Showing
- crypto/Makefile 5 additions, 1 deletioncrypto/Makefile
- crypto/cryptd.c 1 addition, 1 deletioncrypto/cryptd.c
- crypto/lskcipher.c 594 additions, 0 deletionscrypto/lskcipher.c
- crypto/skcipher.c 58 additions, 17 deletionscrypto/skcipher.c
- crypto/skcipher.h 30 additions, 0 deletionscrypto/skcipher.h
- include/crypto/internal/skcipher.h 100 additions, 14 deletionsinclude/crypto/internal/skcipher.h
- include/crypto/skcipher.h 297 additions, 12 deletionsinclude/crypto/skcipher.h
- include/linux/crypto.h 1 addition, 0 deletionsinclude/linux/crypto.h
Please register or sign in to comment