summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
Commit message (Expand)AuthorAgeFilesLines
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-094-6/+1
* tee: amdtee: check TEE status during driver initializationRijo Thomas2020-01-041-0/+11
* crypto: ccp - provide in-kernel API to submit TEE commandsRijo Thomas2019-12-202-0/+127
* crypto: ccp - add TEE support for Raven RidgeRijo Thomas2019-12-207-4/+431
* crypto: ccp - check whether PSP supports SEV or TEE before initializationRijo Thomas2019-12-201-5/+41
* crypto: ccp - move SEV vdata to a dedicated data structureRijo Thomas2019-12-204-10/+31
* crypto: ccp - create a generic psp-dev fileRijo Thomas2019-12-206-193/+367
* crypto: ccp - rename psp-dev files to sev-devRijo Thomas2019-12-204-9/+9
* crypto: ccp - set max RSA modulus size for v3 platform devices as wellArd Biesheuvel2019-12-111-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-2513-226/+266
|\
| * crypto: ccp - add SEV command privilege separationBrijesh Singh2019-11-222-7/+23
| * crypto: ccp - switch from ablkcipher to skcipherArd Biesheuvel2019-11-176-211/+186
| * crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers2019-11-011-1/+1
| * crypto: ccp - fix uninitialized list headMark Salter2019-10-261-0/+1
| * crypto: ccp - Verify access to device registers before initializingHook, Gary2019-10-262-2/+28
| * crypto: ccp - Change a message to reflect status instead of failureHook, Gary2019-10-262-4/+13
| * crypto: ccp - Retry SEV INIT command in case of integrity check failure.Ashish Kalra2019-10-261-0/+12
| * crypto: ccp - Release all allocated memory if sha type is invalidNavid Emamdoost2019-10-051-1/+2
* | KVM: SVM: Remove unneeded WBINVD and DF_FLUSH when starting SEV guestsTom Lendacky2019-10-221-0/+9
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-1816-85/+111
|\
| * crypto: ccp - invoke fallback for XTS ciphertext stealingArd Biesheuvel2019-08-301-3/+0
| * crypto: ccp/des - switch to new verification routinesArd Biesheuvel2019-08-221-4/+3
| * crypto: ccp - Remove unnecessary linux/pci.h includeBjorn Helgaas2019-08-097-7/+0
| * crypto: ccp - Include DMA declarations explicitlyBjorn Helgaas2019-08-092-0/+2
| * crypto: ccp - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
| * crypto: ccp - Clean up and exit correctly on allocation failureGary R Hook2019-08-091-10/+4
| * crypto: ccp - Log an error message when ccp-crypto fails to loadGary R Hook2019-08-091-1/+3
| * 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
| * crypto: ccp - Include the module name in system log messagesHook, Gary2019-07-261-0/+4
| * crypto: ccp - Add a module parameter to control registration for DMAHook, Gary2019-07-261-1/+11
| * crypto: ccp - module parameter to limit the number of enabled CCPsHook, Gary2019-07-261-1/+17
| * crypto: ccp - Add a module parameter to specify a queue countHook, Gary2019-07-264-6/+15
| * crypto: ccp - Make CCP debugfs support optionalHook, Gary2019-07-263-2/+14
| * crypto: ccp - move to AES library for CMAC key derivationArd Biesheuvel2019-07-263-24/+5
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-08-301-0/+8
|\ \
| * | crypto: ccp - Ignore unconfigured CCP device on suspend/resumeGary R Hook2019-08-221-0/+8
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-08-092-9/+38
|\| | | |/ |/|
| * 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-022-5/+35
| * 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-192-9/+25
|\|
| * crypto: ccp - Fix SEV_VERSION_GREATER_OR_EQUALDavid Rientjes2019-07-181-7/+12
| * 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-084-64/+61
|\|
| * crypto: ccp - Switch to SPDX license identifiersHook, Gary2019-07-0322-88/+20
| * crypto: ccp - Validate the the error value used to index error messagesHook, Gary2019-07-032-46/+52
| * crypto: ccp - Fix 3DES complaint from ccp-crypto moduleHook, Gary2019-05-231-11/+4
| * crypto: ccp - fix AES CFB error exposed by new test vectorsHook, Gary2019-05-231-4/+4