[CRYPTO] api: Split out low-level API
The crypto API is made up of the part facing users such as IPsec and the
low-level part which is used by cryptographic entities such as algorithms.
This patch splits out the latter so that the two APIs are more clearly
delineated. As a bonus the low-level API can now be modularised if all
algorithms are built as modules.
Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Showing
- crypto/Kconfig 50 additions, 34 deletionscrypto/Kconfig
- crypto/Makefile 4 additions, 3 deletionscrypto/Makefile
- crypto/algapi.c 118 additions, 0 deletionscrypto/algapi.c
- crypto/api.c 2 additions, 95 deletionscrypto/api.c
- crypto/internal.h 5 additions, 1 deletioncrypto/internal.h
- crypto/proc.c 5 additions, 0 deletionscrypto/proc.c
- drivers/crypto/Kconfig 2 additions, 1 deletiondrivers/crypto/Kconfig
- include/crypto/algapi.h 18 additions, 0 deletionsinclude/crypto/algapi.h
Loading
Please register or sign in to comment