aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp/ccp-ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-20crypto: ccp - Register the CCP as a DMA resourceGary R Hook1-1/+68
2016-03-11crypto: ccp - Add abstraction for device-specific callsGary R Hook1-370/+11
2015-12-22crypto: ccp - Use precalculated hash from headersLABBE Corentin1-31/+8
2015-10-08crypto: ccp - Replace BUG_ON with WARN_ON and a return codeTom Lendacky1-39/+69
2015-06-03crypto: ccp - Protect against poorly marked end of sg listTom Lendacky1-2/+5
2015-05-27crypto: ccp - Remove unused structure fieldTom Lendacky1-2/+0
2015-02-27crypto: ccp - Updates for checkpatch warnings/errorsTom Lendacky1-12/+12
2014-08-01crypto: ccp - Do not sign extend input data to CCPTom Lendacky1-13/+13
2014-02-09crypto: ccp - Move HMAC calculation down to ccp ops fileTom Lendacky1-1/+103
2014-02-09crypto: ccp - Fix ccp_run_passthru_cmd dma variable assignmentsDave Jones1-2/+2
2014-01-15crypto: ccp - Change data length declarations to u64Tom Lendacky1-15/+19
2013-12-05crypto: ccp - CCP device driver and interface supportTom Lendacky1-0/+2020