From: Tom Lendacky Date: Wed, 30 Jul 2014 20:41:32 +0000 (-0500) Subject: crypto: ccp - Do not sign extend input data to CCP X-Git-Tag: cleanup-for-v3.18~153^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6391723293bb55f05b43973bbbc7a06822b50555;p=pandora-kernel.git crypto: ccp - Do not sign extend input data to CCP The CCP hardware interprets all numbers as unsigned numbers, therefore sign extending input data is not valid. Modify the function calls for RSA and ECC to not perform sign extending. This patch is based on the cryptodev-2.6 kernel tree. Signed-off-by: Tom Lendacky Signed-off-by: Herbert Xu --- Reading git-diff-tree failed