From: Tim Chen Date: Wed, 1 May 2013 19:52:50 +0000 (-0700) Subject: crypto: crct10dif - Glue code to cast accelerated CRCT10DIF assembly as a crypto... X-Git-Tag: v3.11-rc1~82^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b95a7f85718adcbba36407ef88bba0a7379ed03;p=pandora-kernel.git 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 Signed-off-by: Herbert Xu --- Reading git-diff-tree failed