summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp/ccp-ops.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()Dan Carpenter2021-09-241-6/+8
* crypto: ccp - A value assigned to a variable is never usedJiapeng Chong2021-04-091-1/+0
* crypto: ccp - fix error handlingPavel Machek2020-10-021-1/+1
* crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-201-0/+1
* crypto: ccp - Fix sparse warningsHerbert Xu2020-07-091-3/+2
* crypto: ccp - Fix use of merged scatterlistsJohn Allen2020-07-031-11/+26
* crypto: ccp - remove redundant assignment to variable retColin Ian King2020-06-261-1/+0
* crypto: ccp - Release all allocated memory if sha type is invalidNavid Emamdoost2019-10-051-1/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-181-24/+32
|\
| * crypto: ccp - Remove unnecessary linux/pci.h includeBjorn Helgaas2019-08-091-1/+0
| * crypto: ccp - Replace dma_pool_alloc + memset with dma_pool_zallocChuhong Yuan2019-07-271-2/+1
| * crypto: ccp - Reduce maximum stack usageArnd Bergmann2019-07-271-21/+31
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-08-091-9/+24
|\ \ | |/ |/|
| * crypto: ccp - Ignore tag length when decrypting GCM ciphertextGary R Hook2019-08-021-2/+1
| * crypto: ccp - Add support for valid authsize values less than 16Gary R Hook2019-08-021-5/+21
| * crypto: ccp - Fix oops by properly managing allocated structuresGary R Hook2019-08-021-2/+2
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-191-2/+13
|\|
| * crypto: ccp/gcm - use const time tag comparison.Cfir Cohen2019-07-181-1/+2
| * crypto: ccp - memset structure fields to zero before reuseHook, Gary2019-07-121-1/+11
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-14/+6
|\|
| * crypto: ccp - Switch to SPDX license identifiersHook, Gary2019-07-031-4/+0
| * crypto: ccp - Fix 3DES complaint from ccp-crypto moduleHook, Gary2019-05-231-11/+4
| * crypto: ccp - AES CFB mode is a stream cipherHook, Gary2019-05-231-3/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* crypto: ccp - Update copyright notices and datesHook, Gary2019-01-111-1/+1
* 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/+56
* 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/+3
* 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/+11
* crypto: ccp - Use precalculated hash from headersLABBE Corentin2015-12-221-31/+8
* 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/+0