aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp/ccp-ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-24crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()Dan Carpenter1-6/+8
2021-04-09crypto: ccp - A value assigned to a variable is never usedJiapeng Chong1-1/+0
2020-10-02crypto: ccp - fix error handlingPavel Machek1-1/+1
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu1-0/+1
2020-07-09crypto: ccp - Fix sparse warningsHerbert Xu1-3/+2
2020-07-03crypto: ccp - Fix use of merged scatterlistsJohn Allen1-11/+26
2020-06-26crypto: ccp - remove redundant assignment to variable retColin Ian King1-1/+0
2019-10-05crypto: ccp - Release all allocated memory if sha type is invalidNavid Emamdoost1-1/+2
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-24/+32
2019-08-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-9/+24
2019-08-09crypto: ccp - Remove unnecessary linux/pci.h includeBjorn Helgaas1-1/+0
2019-08-02crypto: ccp - Ignore tag length when decrypting GCM ciphertextGary R Hook1-2/+1
2019-08-02crypto: ccp - Add support for valid authsize values less than 16Gary R Hook1-5/+21
2019-08-02crypto: ccp - Fix oops by properly managing allocated structuresGary R Hook1-2/+2
2019-07-27crypto: ccp - Replace dma_pool_alloc + memset with dma_pool_zallocChuhong Yuan1-2/+1
2019-07-27crypto: ccp - Reduce maximum stack usageArnd Bergmann1-21/+31
2019-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+13
2019-07-18crypto: ccp/gcm - use const time tag comparison.Cfir Cohen1-1/+2
2019-07-12crypto: ccp - memset structure fields to zero before reuseHook, Gary1-1/+11
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