aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/crypto/acompress.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-13crypto: introduce: acomp_is_async to expose if comp drivers might sleepBarry Song1-0/+6
2023-03-14crypto: acomp - Count error stats differentlyHerbert Xu1-48/+80
2023-03-10crypto: acomp - Be more careful with request flagsHerbert Xu1-1/+3
2022-12-09crypto: acomp - define max size for destinationGiovanni Cabiddu1-0/+1
2021-03-13crypto: api - check for ERR pointers in crypto_destroy_tfm()Ard Biesheuvel1-0/+2
2020-07-09crypto: api - permit users to specify numa node of acomp hardwareBarry Song1-0/+18
2020-05-08crypto: acomp - search acomp with scomp backend in crypto_has_acompBarry Song1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-12-07crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe1-30/+8
2018-12-07crypto: user - convert all stats from u32 to u64Corentin Labbe1-4/+4
2018-09-28crypto: user - Implement a generic crypto statisticsCorentin Labbe1-2/+36
2016-10-25crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu1-27/+15
2016-10-25crypto: acomp - add asynchronous compression apiGiovanni Cabiddu1-0/+281