summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp
AgeCommit message (Expand)AuthorFilesLines
2022-04-20crypto: ccp - ccp_dmaengine_unregister release dma channelsDāvis Mosāns1-0/+16
2021-10-06crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()Dan Carpenter1-6/+8
2021-07-20crypto: ccp - Fix a resource leak in an error handling pathChristophe JAILLET1-2/+4
2020-10-29crypto: ccp - fix error handlingPavel Machek1-1/+1
2020-08-21crypto: ccp - Fix use of merged scatterlistsJohn Allen2-11/+27
2020-08-05crypto: ccp - Release all allocated memory if sha type is invalidNavid Emamdoost1-1/+2
2020-06-20crypto: ccp -- don't "select" CONFIG_DMADEVICESArnd Bergmann1-2/+1
2020-02-15crypto: ccp - set max RSA modulus size for v3 platform devices as wellArd Biesheuvel1-0/+1
2020-01-27crypto: ccp - Reduce maximum stack usageArnd Bergmann1-21/+31
2020-01-27crypto: ccp - Fix 3DES complaint from ccp-crypto moduleHook, Gary1-11/+4
2020-01-27crypto: ccp - fix AES CFB error exposed by new test vectorsHook, Gary1-4/+4
2019-12-17crypto: ccp - fix uninitialized list headMark Salter1-0/+1
2019-09-06crypto: ccp - Ignore unconfigured CCP device on suspend/resumeGary R Hook1-0/+8
2019-08-16crypto: ccp - Add support for valid authsize values less than 16Gary R Hook2-5/+35
2019-08-16crypto: ccp - Validate buffer lengths for copy operationsGary R Hook1-30/+78
2019-08-16crypto: ccp - Ignore tag length when decrypting GCM ciphertextGary R Hook1-2/+1
2019-08-16crypto: ccp - Fix oops by properly managing allocated structuresGary R Hook1-2/+2
2019-07-31crypto: ccp/gcm - use const time tag comparison.Cfir Cohen1-1/+2
2019-07-31crypto: ccp - memset structure fields to zero before reuseHook, Gary1-1/+11
2019-07-31crypto: ccp - Validate the the error value used to index error messagesHook, Gary2-46/+52
2018-05-25crypto: ccp - don't disable interrupts while setting up debugfsSebastian Andrzej Siewior1-4/+3
2018-04-08crypto: ccp - return an actual key size from RSA max_size callbackMaciej S. Szmigiero1-4/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08Merge tag 'dmaengine-4.14-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-23/+0
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang1-23/+0
2017-08-17crypto: ccp - use dma_mapping_error to check map errorPan Bian1-1/+1
2017-08-09crypto: ccp - select CONFIG_CRYPTO_RSAArnd Bergmann1-0/+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 Hook3-5/+25
2017-08-04crypto: ccp - Rework the unit-size check for XTS-AESGary R Hook1-37/+20
2017-08-04crypto: ccp - Add a call to xts_check_key()Gary R Hook1-1/+8
2017-08-04crypto: ccp - Fix XTS-AES-128 support on v5 CCPsGary R Hook4-10/+41
2017-08-03crypto: ccp - remove duplicate module version and author entryBrijesh Singh1-7/+0
2017-07-28csrypto: ccp - Expand RSA support for a v5 ccpGary R Hook7-2/+12
2017-07-28crypto: ccp - Add support for RSA on the CCPGary R Hook4-0/+347
2017-07-28crypto: ccp - Fix base RSA function for version 5 CCPsGary R Hook2-34/+54
2017-07-28crypto: ccp - Update copyright dates for 2017.Gary R Hook11-11/+11
2017-07-18crypto: ccp - remove ccp_present() check from device initializeBrijesh Singh1-12/+0
2017-07-18crypto: ccp - rename ccp driver initialize files as sp deviceBrijesh Singh5-93/+87
2017-07-18crypto: ccp - Abstract interrupt registerationBrijesh Singh8-115/+188
2017-07-18crypto: ccp - Introduce the AMD Secure Processor deviceBrijesh Singh10-157/+457
2017-07-18crypto: ccp - Use devres interface to allocate PCI/iomap and cleanupBrijesh Singh5-138/+106
2017-07-18crypto: ccp - print error message on platform_get_irq failureGustavo A. R. Silva1-1/+3
2017-07-18crypto: ccp - Provide an error path for debugfs setup failureGary R Hook1-5/+10
2017-07-18crypto: ccp - Change all references to use the JOB ID macroGary R Hook1-2/+2
2017-07-18crypto: ccp - Fix some line spacingGary R Hook1-0/+1
2017-06-22crypto: ccp - Release locks before returningGary R Hook1-4/+3
2017-06-19crypto: ccp - return NULL instead of 0pjambhlekar1-2/+2
2017-06-19crypto: ccp - Add debugfs entries for CCP informationGary R Hook5-3/+395
2017-05-23crypto: ccp - Use IPAD/OPAD constantCorentin LABBE1-2/+3