From: Tom Lendacky Date: Mon, 6 Jan 2014 19:34:17 +0000 (-0600) Subject: crypto: ccp - Change data length declarations to u64 X-Git-Tag: v3.14-rc1~117^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81a59f000e1d4a60a03081a1fc64aee46d6f0c3e;p=pandora-kernel.git 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 Signed-off-by: Herbert Xu --- Reading git-diff-tree failed