]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - crypto/crypto_user_stat.c
crypto: user - Implement a generic crypto statistics
authorCorentin Labbe <clabbe@baylibre.com>
Wed, 19 Sep 2018 10:10:54 +0000 (10:10 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 28 Sep 2018 04:46:25 +0000 (12:46 +0800)
commitcac5818c25d0423bda73e2b6997404ed0a7ed9e3
tree3a443fa0e9a8e96799e2802552cd1f6435213569
parenta9cbfe4c784436368790f0c59674f99ba97ae21e
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>
17 files changed:
crypto/Kconfig
crypto/Makefile
crypto/ahash.c
crypto/algapi.c
crypto/crypto_user_base.c [moved from crypto/crypto_user.c with 97% similarity]
crypto/crypto_user_stat.c [new file with mode: 0644]
crypto/rng.c
include/crypto/acompress.h
include/crypto/aead.h
include/crypto/akcipher.h
include/crypto/hash.h
include/crypto/internal/cryptouser.h [new file with mode: 0644]
include/crypto/kpp.h
include/crypto/rng.h
include/crypto/skcipher.h
include/linux/crypto.h
include/uapi/linux/cryptouser.h