aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
AgeCommit message (Expand)Author
2024-01-25crypto: ccp - fix memleak in ccp_init_dm_workareaDinghao Liu
2023-03-11crypto: ccp - Failure on re-initialization due to duplicate sysfs filenameKoba Ko
2022-10-26crypto: ccp - Release dma channels before dmaengine unrgisterKoba Ko
2022-04-15crypto: ccp - ccp_dmaengine_unregister release dma channelsDāvis Mosāns
2021-10-06crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()Dan Carpenter
2021-07-19crypto: ccp - Annotate SEV Firmware file namesJoerg Roedel
2021-07-14crypto: ccp - Fix a resource leak in an error handling pathChristophe JAILLET
2020-10-29crypto: ccp - fix error handlingPavel Machek
2020-08-19crypto: ccp - Fix use of merged scatterlistsJohn Allen
2020-08-05crypto: ccp - Release all allocated memory if sha type is invalidNavid Emamdoost
2020-06-22crypto: ccp -- don't "select" CONFIG_DMADEVICESArnd Bergmann
2020-02-11crypto: ccp - set max RSA modulus size for v3 platform devices as wellArd Biesheuvel
2019-12-13crypto: ccp - fix uninitialized list headMark Salter
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-08-30crypto: ccp - invoke fallback for XTS ciphertext stealingArd Biesheuvel
2019-08-22crypto: ccp/des - switch to new verification routinesArd Biesheuvel
2019-08-22crypto: ccp - Ignore unconfigured CCP device on suspend/resumeGary R Hook
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-09crypto: ccp - Include DMA declarations explicitlyBjorn Helgaas
2019-08-09crypto: ccp - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-09crypto: ccp - Clean up and exit correctly on allocation failureGary R Hook
2019-08-09crypto: ccp - Log an error message when ccp-crypto fails to loadGary R Hook
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-26crypto: ccp - Include the module name in system log messagesHook, Gary
2019-07-26crypto: ccp - Add a module parameter to control registration for DMAHook, Gary
2019-07-26crypto: ccp - module parameter to limit the number of enabled CCPsHook, Gary
2019-07-26crypto: ccp - Add a module parameter to specify a queue countHook, Gary
2019-07-26crypto: ccp - Make CCP debugfs support optionalHook, Gary
2019-07-26crypto: ccp - move to AES library for CMAC key derivationArd Biesheuvel
2019-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-18crypto: ccp - Fix SEV_VERSION_GREATER_OR_EQUALDavid Rientjes
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-07-03crypto: ccp - Validate the the error value used to index error messagesHook, 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 - fix AES CFB error exposed by new test vectorsHook, Gary
2019-05-23crypto: ccp - AES CFB mode is a stream cipherHook, Gary
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-18crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov
2019-04-18crypto: ccp - Forbid 2-key 3DES in FIPS modeHerbert Xu