summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp/ccp-ops.c
AgeCommit message (Expand)Author
2023-12-08crypto: ccp - fix memleak in ccp_init_dm_workareaDinghao Liu
2021-09-24crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()Dan Carpenter
2021-04-09crypto: ccp - A value assigned to a variable is never usedJiapeng Chong
2020-10-02crypto: ccp - fix error handlingPavel Machek
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu
2020-07-09crypto: ccp - Fix sparse warningsHerbert Xu
2020-07-03crypto: ccp - Fix use of merged scatterlistsJohn Allen
2020-06-26crypto: ccp - remove redundant assignment to variable retColin Ian King
2019-10-05crypto: ccp - Release all allocated memory if sha type is invalidNavid Emamdoost
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-08-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-08-09crypto: ccp - Remove unnecessary linux/pci.h includeBjorn Helgaas
2019-08-02crypto: ccp - Ignore tag length when decrypting GCM ciphertextGary R Hook
2019-08-02crypto: ccp - Add support for valid authsize values less than 16Gary R Hook
2019-08-02crypto: ccp - Fix oops by properly managing allocated structuresGary R Hook
2019-07-27crypto: ccp - Replace dma_pool_alloc + memset with dma_pool_zallocChuhong Yuan
2019-07-27crypto: ccp - Reduce maximum stack usageArnd Bergmann
2019-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-18crypto: ccp/gcm - use const time tag comparison.Cfir Cohen
2019-07-12crypto: ccp - memset structure fields to zero before reuseHook, Gary
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-03crypto: ccp - Switch to SPDX license identifiersHook, Gary
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-23crypto: ccp - Fix 3DES complaint from ccp-crypto moduleHook, Gary
2019-05-23crypto: ccp - AES CFB mode is a stream cipherHook, Gary
2019-01-11crypto: ccp - Update copyright notices and datesHook, Gary
2018-03-16crypto: ccp - Validate buffer lengths for copy operationsGary R Hook
2017-08-17crypto: ccp - use dma_mapping_error to check map errorPan Bian
2017-08-09crypto: ccp - avoid uninitialized variable warningArnd Bergmann
2017-08-04crypto: ccp - Add XTS-AES-256 support for CCP version 5Gary R Hook
2017-08-04crypto: ccp - Fix XTS-AES-128 support on v5 CCPsGary R Hook
2017-07-28csrypto: ccp - Expand RSA support for a v5 ccpGary R Hook
2017-07-28crypto: ccp - Fix base RSA function for version 5 CCPsGary R Hook
2017-07-28crypto: ccp - Update copyright dates for 2017.Gary R Hook
2017-07-18crypto: ccp - Change all references to use the JOB ID macroGary R Hook
2017-03-24crypto: ccp - Enable support for AES GCM on v5 CCPsGary R Hook
2017-03-24crypto: ccp - Enable 3DES function on v5 CCPsGary R Hook
2017-03-24crypto: ccp - Add SHA-2 384- and 512-bit supportGary R Hook
2017-02-15crypto: ccp - Simplify some buffer management routinesGary R Hook
2017-02-15crypto: ccp - Set the AES size field for all modesGary R Hook
2016-08-09crypto: ccp - Let a v5 CCP provide the same function as v3Gary R Hook
2016-08-09crypto: ccp - Refactor code to enable checks for queue space.Gary R Hook
2016-08-09crypto: ccp - Refactor the storage block allocation codeGary R Hook
2016-08-09crypto: ccp - Refactoring: symbol cleanupGary R Hook
2016-08-09crypto: ccp - Shorten the fields of the action structureGary R Hook
2016-04-20crypto: ccp - Register the CCP as a DMA resourceGary R Hook
2016-03-11crypto: ccp - Add abstraction for device-specific callsGary R Hook
2015-12-22crypto: ccp - Use precalculated hash from headersLABBE Corentin
2015-10-08crypto: ccp - Replace BUG_ON with WARN_ON and a return codeTom Lendacky
2015-06-03crypto: ccp - Protect against poorly marked end of sg listTom Lendacky