[CRYPTO] api: Add async blkcipher type
This patch adds the mid-level interface for asynchronous block ciphers.
It also includes a generic queueing mechanism that can be used by other
asynchronous crypto operations in future.
Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Showing
- crypto/Kconfig 4 additions, 0 deletionscrypto/Kconfig
- crypto/Makefile 1 addition, 0 deletionscrypto/Makefile
- crypto/ablkcipher.c 83 additions, 0 deletionscrypto/ablkcipher.c
- crypto/algapi.c 62 additions, 0 deletionscrypto/algapi.c
- include/crypto/algapi.h 58 additions, 0 deletionsinclude/crypto/algapi.h
- include/linux/crypto.h 22 additions, 0 deletionsinclude/linux/crypto.h
Loading
Please register or sign in to comment