commit | 2d31e518a42828df7877bca23a958627d60408bc | [log] [tgz] |
---|---|---|
author | Tim Chen <tim.c.chen@linux.intel.com> | Wed May 01 12:52:48 2013 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon May 20 20:11:01 2013 +0800 |
tree | 83630715e5a962e734a936310adae2731edb8a3d | |
parent | 986dfbcf8b493928188f0e634068993bf2067ad7 [diff] |
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>