summaryrefslogtreecommitdiffstats
path: root/include/crypto/acompress.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: remove CONFIG_CRYPTO_STATSEric Biggers2024-04-021-71/+2
* crypto: introduce: acomp_is_async to expose if comp drivers might sleepBarry Song2024-03-131-0/+6
* crypto: acomp - Count error stats differentlyHerbert Xu2023-03-141-48/+80
* crypto: acomp - Be more careful with request flagsHerbert Xu2023-03-101-1/+3
* crypto: acomp - define max size for destinationGiovanni Cabiddu2022-12-091-0/+1
* crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel2021-03-131-0/+2
* crypto: api - permit users to specify numa node of acomp hardwareBarry Song2020-07-091-0/+18
* crypto: acomp - search acomp with scomp backend in crypto_has_acompBarry Song2020-05-081-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe2018-12-071-30/+8
* crypto: user - convert all stats from u32 to u64Corentin Labbe2018-12-071-4/+4
* crypto: user - Implement a generic crypto statisticsCorentin Labbe2018-09-281-2/+36
* crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu2016-10-251-27/+15
* crypto: acomp - add asynchronous compression apiGiovanni Cabiddu2016-10-251-0/+281