linux/drivers/crypto/ccp
Tom Lendacky 81a59f000e crypto: ccp - Change data length declarations to u64
When performing a hash operation if the amount of data buffered and a
request at or near the maximum data length is received then the length
calcuation could wrap causing an error in executing the hash operation.
Fix this by using a u64 type for the input and output data lengths in
all CCP operations.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2014-01-15 11:33:39 +08:00
..
ccp-crypto-aes-cmac.c crypto: ccp - Change data length declarations to u64 2014-01-15 11:33:39 +08:00
ccp-crypto-aes-xts.c crypto: ccp - Remove user triggerable pr_err calls 2013-12-20 20:06:22 +08:00
ccp-crypto-aes.c crypto: ccp - Remove user triggerable pr_err calls 2013-12-20 20:06:22 +08:00
ccp-crypto-main.c crypto: ccp - crypto API interface to the CCP device driver 2013-12-05 21:28:38 +08:00
ccp-crypto-sha.c crypto: ccp - Change data length declarations to u64 2014-01-15 11:33:39 +08:00
ccp-crypto.h crypto: ccp - Change data length declarations to u64 2014-01-15 11:33:39 +08:00
ccp-dev.c crytpo: ccp - fix coccinelle warnings 2013-12-09 20:08:19 +08:00
ccp-dev.h
ccp-ops.c crypto: ccp - Change data length declarations to u64 2014-01-15 11:33:39 +08:00
ccp-pci.c crypto: ccp - Remove redundant dev_set_drvdata 2013-12-30 20:19:16 +08:00
Kconfig crypto: ccp - CCP Kconfig fixes 2013-12-20 20:06:20 +08:00
Makefile crytpo: ccp - CCP device driver build files 2013-12-05 21:28:40 +08:00