]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc5bb87c02c96ee23b4b83184926dc310b7f0802a
tree3a443fa0e9a8e96799e2802552cd1f6435213569
parent5688401731eb04030be87ed3649266083aa0a065
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>
18 files changed:
crypto/Kconfig
crypto/Makefile
crypto/ahash.c
crypto/algapi.c
crypto/crypto_user.c [deleted file]
crypto/crypto_user_base.c [new file with mode: 0644]
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