aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp/ccp-ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-14/+6
2019-07-03crypto: ccp - Switch to SPDX license identifiersHook, Gary1-4/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-23crypto: ccp - Fix 3DES complaint from ccp-crypto moduleHook, Gary1-11/+4
2019-05-23crypto: ccp - AES CFB mode is a stream cipherHook, Gary1-3/+3
2019-01-11crypto: ccp - Update copyright notices and datesHook, Gary1-1/+1
2018-03-16crypto: ccp - Validate buffer lengths for copy operationsGary R Hook1-30/+78
2017-08-17crypto: ccp - use dma_mapping_error to check map errorPan Bian1-1/+1
2017-08-09crypto: ccp - avoid uninitialized variable warningArnd Bergmann1-1/+2
2017-08-04crypto: ccp - Add XTS-AES-256 support for CCP version 5Gary R Hook1-0/+2
2017-08-04crypto: ccp - Fix XTS-AES-128 support on v5 CCPsGary R Hook1-9/+34
2017-07-28csrypto: ccp - Expand RSA support for a v5 ccpGary R Hook1-1/+2
2017-07-28crypto: ccp - Fix base RSA function for version 5 CCPsGary R Hook1-29/+49
2017-07-28crypto: ccp - Update copyright dates for 2017.Gary R Hook1-1/+1
2017-07-18crypto: ccp - Change all references to use the JOB ID macroGary R Hook1-2/+2
2017-03-24crypto: ccp - Enable support for AES GCM on v5 CCPsGary R Hook1-0/+252
2017-03-24crypto: ccp - Enable 3DES function on v5 CCPsGary R Hook1-0/+198
2017-03-24crypto: ccp - Add SHA-2 384- and 512-bit supportGary R Hook1-0/+72
2017-02-15crypto: ccp - Simplify some buffer management routinesGary R Hook1-86/+56
2017-02-15crypto: ccp - Set the AES size field for all modesGary R Hook1-0/+8
2016-08-09crypto: ccp - Let a v5 CCP provide the same function as v3Gary R Hook1-100/+179
2016-08-09crypto: ccp - Refactor code to enable checks for queue space.Gary R Hook1-1/+1
2016-08-09crypto: ccp - Refactor the storage block allocation codeGary R Hook1-49/+3
2016-08-09crypto: ccp - Refactoring: symbol cleanupGary R Hook1-133/+133
2016-08-09crypto: ccp - Shorten the fields of the action structureGary R Hook1-10/+11
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