summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp/ccp-crypto-main.c
AgeCommit message (Expand)Author
2023-02-13crypto: ccp - Use request_complete helpersHerbert Xu
2022-12-09crypto: ccp - Set DMA alignment explicitlyHerbert Xu
2022-10-21crypto: ccp - Remove unused struct ccp_crypto_cpuYuan Can
2022-10-21crypto: ccp - Add __init/__exit annotations to module init/exit funcsruanjinjie
2021-04-09crypto: ccp - Use DEFINE_SPINLOCK() for spinlockTang Yizhou
2019-11-17crypto: ccp - switch from ablkcipher to skcipherArd Biesheuvel
2019-08-09crypto: ccp - Log an error message when ccp-crypto fails to loadGary R Hook
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2017-11-03crypto: ccp - use -ENOSPC for transient busy indicationGilad Ben-Yossef
2017-07-28crypto: ccp - Add support for RSA on the CCPGary R Hook
2017-07-28crypto: ccp - Update copyright dates for 2017.Gary R Hook
2017-03-24crypto: ccp - Enable support for AES GCM on v5 CCPsGary R Hook
2017-03-24crypto: ccp - Enable 3DES function on v5 CCPsGary R Hook
2015-10-08crypto: ccp - Replace BUG_ON with WARN_ON and a return codeTom Lendacky
2015-02-27crypto: ccp - Updates for checkpatch warnings/errorsTom Lendacky
2014-09-24crypto: ccp - Check for CCP before registering crypto algsTom Lendacky
2014-02-27crypto: ccp - Account for CCP backlog processingTom Lendacky
2014-02-27crypto: ccp - Invoke context callback when there is a backlog errorTom Lendacky
2014-02-27crypto: ccp - Prevent a possible lost CCP command requestTom Lendacky
2014-02-09crypto: ccp - Use a single queue for proper ordering of tfm requestsTom Lendacky
2014-02-09crypto: ccp - Allow for selective disablement of crypto API algorithmsTom Lendacky
2013-12-05crypto: ccp - crypto API interface to the CCP device driverTom Lendacky