crypto: user - Implement a generic crypto statistics
This patch implement a generic way to get statistics about all crypto usages. Signed-off-by:Corentin Labbe <clabbe@baylibre.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Showing
- crypto/Kconfig 11 additions, 0 deletionscrypto/Kconfig
- crypto/Makefile 1 addition, 0 deletionscrypto/Makefile
- crypto/ahash.c 16 additions, 5 deletionscrypto/ahash.c
- crypto/algapi.c 8 additions, 0 deletionscrypto/algapi.c
- crypto/crypto_user_base.c 7 additions, 2 deletionscrypto/crypto_user_base.c
- crypto/crypto_user_stat.c 463 additions, 0 deletionscrypto/crypto_user_stat.c
- crypto/rng.c 1 addition, 0 deletionscrypto/rng.c
- include/crypto/acompress.h 36 additions, 2 deletionsinclude/crypto/acompress.h
- include/crypto/aead.h 42 additions, 9 deletionsinclude/crypto/aead.h
- include/crypto/akcipher.h 72 additions, 4 deletionsinclude/crypto/akcipher.h
- include/crypto/hash.h 31 additions, 1 deletioninclude/crypto/hash.h
- include/crypto/internal/cryptouser.h 8 additions, 0 deletionsinclude/crypto/internal/cryptouser.h
- include/crypto/kpp.h 48 additions, 3 deletionsinclude/crypto/kpp.h
- include/crypto/rng.h 28 additions, 1 deletioninclude/crypto/rng.h
- include/crypto/skcipher.h 38 additions, 6 deletionsinclude/crypto/skcipher.h
- include/linux/crypto.h 108 additions, 2 deletionsinclude/linux/crypto.h
- include/uapi/linux/cryptouser.h 52 additions, 0 deletionsinclude/uapi/linux/cryptouser.h
Loading
Please register or sign in to comment