summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp/ccp-ops.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccp - Validate buffer lengths for copy operationsGary R Hook2018-03-161-30/+78
* crypto: ccp - use dma_mapping_error to check map errorPan Bian2017-08-171-1/+1
* crypto: ccp - avoid uninitialized variable warningArnd Bergmann2017-08-091-1/+2
* crypto: ccp - Add XTS-AES-256 support for CCP version 5Gary R Hook2017-08-041-0/+2
* crypto: ccp - Fix XTS-AES-128 support on v5 CCPsGary R Hook2017-08-041-9/+34
* csrypto: ccp - Expand RSA support for a v5 ccpGary R Hook2017-07-281-1/+2
* crypto: ccp - Fix base RSA function for version 5 CCPsGary R Hook2017-07-281-29/+49
* crypto: ccp - Update copyright dates for 2017.Gary R Hook2017-07-281-1/+1
* crypto: ccp - Change all references to use the JOB ID macroGary R Hook2017-07-181-2/+2
* crypto: ccp - Enable support for AES GCM on v5 CCPsGary R Hook2017-03-241-0/+252
* crypto: ccp - Enable 3DES function on v5 CCPsGary R Hook2017-03-241-0/+198
* crypto: ccp - Add SHA-2 384- and 512-bit supportGary R Hook2017-03-241-0/+72
* crypto: ccp - Simplify some buffer management routinesGary R Hook2017-02-151-86/+56Star
* crypto: ccp - Set the AES size field for all modesGary R Hook2017-02-151-0/+8
* crypto: ccp - Let a v5 CCP provide the same function as v3Gary R Hook2016-08-091-100/+179
* crypto: ccp - Refactor code to enable checks for queue space.Gary R Hook2016-08-091-1/+1
* crypto: ccp - Refactor the storage block allocation codeGary R Hook2016-08-091-49/+3Star
* crypto: ccp - Refactoring: symbol cleanupGary R Hook2016-08-091-133/+133
* crypto: ccp - Shorten the fields of the action structureGary R Hook2016-08-091-10/+11
* crypto: ccp - Register the CCP as a DMA resourceGary R Hook2016-04-201-1/+68
* crypto: ccp - Add abstraction for device-specific callsGary R Hook2016-03-111-370/+11Star
* crypto: ccp - Use precalculated hash from headersLABBE Corentin2015-12-221-31/+8Star
* crypto: ccp - Replace BUG_ON with WARN_ON and a return codeTom Lendacky2015-10-081-39/+69
* crypto: ccp - Protect against poorly marked end of sg listTom Lendacky2015-06-031-2/+5
* crypto: ccp - Remove unused structure fieldTom Lendacky2015-05-271-2/+0Star
* crypto: ccp - Updates for checkpatch warnings/errorsTom Lendacky2015-02-271-12/+12
* crypto: ccp - Do not sign extend input data to CCPTom Lendacky2014-08-011-13/+13
* crypto: ccp - Move HMAC calculation down to ccp ops fileTom Lendacky2014-02-091-1/+103
* crypto: ccp - Fix ccp_run_passthru_cmd dma variable assignmentsDave Jones2014-02-091-2/+2
* crypto: ccp - Change data length declarations to u64Tom Lendacky2014-01-151-15/+19
* crypto: ccp - CCP device driver and interface supportTom Lendacky2013-12-051-0/+2020