sha_disable 30 drivers/crypto/ccp/ccp-crypto-main.c static unsigned int sha_disable; sha_disable 31 drivers/crypto/ccp/ccp-crypto-main.c module_param(sha_disable, uint, 0444); sha_disable 32 drivers/crypto/ccp/ccp-crypto-main.c MODULE_PARM_DESC(sha_disable, "Disable use of SHA - any non-zero value"); sha_disable 356 drivers/crypto/ccp/ccp-crypto-main.c if (!sha_disable) {