crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework
When CRC T10 DIF is calculated using the crypto transform framework, we wrap the crc_t10dif function call to utilize it. This allows us to take advantage of any accelerated CRC T10 DIF transform that is plugged into the crypto framework. Signed-off-by:Tim Chen <tim.c.chen@linux.intel.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Showing
- crypto/Kconfig 8 additions, 0 deletionscrypto/Kconfig
- crypto/Makefile 1 addition, 0 deletionscrypto/Makefile
- crypto/crct10dif.c 178 additions, 0 deletionscrypto/crct10dif.c
- include/linux/crc-t10dif.h 4 additions, 0 deletionsinclude/linux/crc-t10dif.h
- lib/Kconfig 2 additions, 0 deletionslib/Kconfig
- lib/crc-t10dif.c 32 additions, 43 deletionslib/crc-t10dif.c
Loading
Please register or sign in to comment