diff options
| author | Herbert Xu <herbert@gondor.apana.org.au> | 2024-03-13 09:49:37 +0800 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-03-13 09:49:37 +0800 |
| commit | 6a8dbd71a70620c42d4fa82509204ba18231f28d (patch) | |
| tree | 4cf38267140e30c8bd1ae3ec9d02f29b28037020 /crypto/compress.h | |
| parent | 77292bb8ca69c808741aadbd29207605296e24af (diff) | |
| download | linux-6a8dbd71a70620c42d4fa82509204ba18231f28d.tar.gz linux-6a8dbd71a70620c42d4fa82509204ba18231f28d.tar.bz2 linux-6a8dbd71a70620c42d4fa82509204ba18231f28d.zip | |
Revert "crypto: remove CONFIG_CRYPTO_STATS"
This reverts commit 2beb81fbf0c01a62515a1bcef326168494ee2bd0.
While removing CONFIG_CRYPTO_STATS is a worthy goal, this also
removed unrelated infrastructure such as crypto_comp_alg_common.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/compress.h')
| -rw-r--r-- | crypto/compress.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/compress.h b/crypto/compress.h index 23ea43810810..19f65516d699 100644 --- a/crypto/compress.h +++ b/crypto/compress.h @@ -12,10 +12,15 @@ #include "internal.h" struct acomp_req; +struct comp_alg_common; struct sk_buff; int crypto_init_scomp_ops_async(struct crypto_tfm *tfm); struct acomp_req *crypto_acomp_scomp_alloc_ctx(struct acomp_req *req); void crypto_acomp_scomp_free_ctx(struct acomp_req *req); +int crypto_acomp_report_stat(struct sk_buff *skb, struct crypto_alg *alg); + +void comp_prepare_alg(struct comp_alg_common *alg); + #endif /* _LOCAL_CRYPTO_COMPRESS_H */ |
