diff options
author | Suman Kumar Chakraborty <suman.kumar.chakraborty@intel.com> | 2025-06-16 04:19:44 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2025-06-23 17:00:27 +0800 |
commit | f5ad93ffb54119a8dc5e18f070624d4ead586969 (patch) | |
tree | aaa9c16a647335c0e053c953a8680d50a990e2c8 /rust/helpers/platform.c | |
parent | 1adaaeeb90c341a7e577b11d57354b22ea307003 (diff) |
crypto: zstd - convert to acomp
Convert the implementation to a native acomp interface using zstd
streaming APIs, eliminating the need for buffer linearization.
This includes:
- Removal of the scomp interface in favor of acomp
- Refactoring of stream allocation, initialization, and handling for
both compression and decompression using Zstandard streaming APIs
- Replacement of crypto_register_scomp() with crypto_register_acomp()
for module registration
Signed-off-by: Suman Kumar Chakraborty <suman.kumar.chakraborty@intel.com>
Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'rust/helpers/platform.c')
0 files changed, 0 insertions, 0 deletions