Searched hist:b190447e0fa3ef7355480d641d078962e03768b4 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/crypto/intel/iaa/ |
H A D | Makefile | diff b190447e0fa3ef7355480d641d078962e03768b4 Tue Dec 05 22:25:26 CET 2023 Tom Zanussi <tom.zanussi@linux.intel.com> crypto: iaa - Add compression mode management along with fixed mode
Define an in-kernel API for adding and removing compression modes, which can be used by kernel modules or other kernel code that implements IAA compression modes.
Also add a separate file, iaa_crypto_comp_fixed.c, containing huffman tables generated for the IAA 'fixed' compression mode. Future compression modes can be added in a similar fashion.
One or more crypto compression algorithms will be created for each compression mode, each of which can be selected as the compression algorithm to be used by a particular facility.
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | iaa_crypto_comp_fixed.c | b190447e0fa3ef7355480d641d078962e03768b4 Tue Dec 05 22:25:26 CET 2023 Tom Zanussi <tom.zanussi@linux.intel.com> crypto: iaa - Add compression mode management along with fixed mode
Define an in-kernel API for adding and removing compression modes, which can be used by kernel modules or other kernel code that implements IAA compression modes.
Also add a separate file, iaa_crypto_comp_fixed.c, containing huffman tables generated for the IAA 'fixed' compression mode. Future compression modes can be added in a similar fashion.
One or more crypto compression algorithms will be created for each compression mode, each of which can be selected as the compression algorithm to be used by a particular facility.
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | iaa_crypto.h | diff b190447e0fa3ef7355480d641d078962e03768b4 Tue Dec 05 22:25:26 CET 2023 Tom Zanussi <tom.zanussi@linux.intel.com> crypto: iaa - Add compression mode management along with fixed mode
Define an in-kernel API for adding and removing compression modes, which can be used by kernel modules or other kernel code that implements IAA compression modes.
Also add a separate file, iaa_crypto_comp_fixed.c, containing huffman tables generated for the IAA 'fixed' compression mode. Future compression modes can be added in a similar fashion.
One or more crypto compression algorithms will be created for each compression mode, each of which can be selected as the compression algorithm to be used by a particular facility.
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|