]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: crct10dif - Glue code to cast accelerated CRCT10DIF assembly as a crypto...
authorTim Chen <tim.c.chen@linux.intel.com>
Wed, 1 May 2013 19:52:50 +0000 (12:52 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 24 May 2013 09:55:27 +0000 (17:55 +0800)
commit3f39396fa417edcfeb53ea89b8303a8b5775bb53
tree1ae5bf45259fb38a7a6031fbec584c9696a5ce2b
parentf90e3df028b13e3a9d3264075a7eb45c98be6e0e
crypto: crct10dif - Glue code to cast accelerated CRCT10DIF assembly as a crypto transform

Glue code that plugs the PCLMULQDQ accelerated CRC T10 DIF hash into the
crypto framework.  The config CRYPTO_CRCT10DIF_PCLMUL should be turned
on to enable the feature.  The crc_t10dif crypto library function will
use this faster algorithm when crct10dif_pclmul module is loaded.

Signed-off-by: Tim Chen <tim.c.chen@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/Makefile
arch/x86/crypto/crct10dif-pclmul_glue.c [new file with mode: 0644]
crypto/Kconfig