aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp/ccp-crypto-main.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-28crypto: ccp - Add support for RSA on the CCPGravatar Gary R Hook 1-0/+19
2017-07-28crypto: ccp - Update copyright dates for 2017.Gravatar Gary R Hook 1-1/+1
2017-03-24crypto: ccp - Enable support for AES GCM on v5 CCPsGravatar Gary R Hook 1-0/+12
2017-03-24crypto: ccp - Enable 3DES function on v5 CCPsGravatar Gary R Hook 1-0/+10
2015-10-08crypto: ccp - Replace BUG_ON with WARN_ON and a return codeGravatar Tom Lendacky 1-2/+4
2015-02-27crypto: ccp - Updates for checkpatch warnings/errorsGravatar Tom Lendacky 1-3/+2
2014-09-24crypto: ccp - Check for CCP before registering crypto algsGravatar Tom Lendacky 1-0/+4
2014-02-27crypto: ccp - Account for CCP backlog processingGravatar Tom Lendacky 1-7/+11
2014-02-27crypto: ccp - Invoke context callback when there is a backlog errorGravatar Tom Lendacky 1-0/+3
2014-02-27crypto: ccp - Prevent a possible lost CCP command requestGravatar Tom Lendacky 1-0/+4
2014-02-09crypto: ccp - Use a single queue for proper ordering of tfm requestsGravatar Tom Lendacky 1-116/+48
2014-02-09crypto: ccp - Allow for selective disablement of crypto API algorithmsGravatar Tom Lendacky 1-12/+25
2013-12-05crypto: ccp - crypto API interface to the CCP device driverGravatar Tom Lendacky 1-0/+432