kernel-fxtec-pro1x/drivers/crypto/ccp
Tom Lendacky 6f0be9b266 crypto: ccp - Fix sparse warnings in ccp-crypto-sha.c
The sha initialization data generated the following sparse warnings:

   sparse: incorrect type in initializer (different base types)
      expected unsigned int
      got restricted __be32 [usertype] <noident>

Change the initialization data type from u32 to __be32.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2013-12-20 20:06:19 +08:00
..
ccp-crypto-aes-cmac.c crypto: ccp - CCP AES CMAC mode crypto API support 2013-12-05 21:28:39 +08:00
ccp-crypto-aes-xts.c crypto: ccp - CCP XTS-AES crypto API support 2013-12-05 21:28:39 +08:00
ccp-crypto-aes.c crytpo: ccp - fix coccinelle warnings 2013-12-09 20:08:19 +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 - Fix sparse warnings in ccp-crypto-sha.c 2013-12-20 20:06:19 +08:00
ccp-crypto.h crypto: ccp - Fix sparse warnings in ccp-crypto-sha.c 2013-12-20 20:06:19 +08:00
ccp-dev.c crytpo: ccp - fix coccinelle warnings 2013-12-09 20:08:19 +08:00
ccp-dev.h
ccp-ops.c
ccp-pci.c
Kconfig crytpo: ccp - CCP device driver build files 2013-12-05 21:28:40 +08:00
Makefile crytpo: ccp - CCP device driver build files 2013-12-05 21:28:40 +08:00