summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * crypto: ccp - AES CFB mode is a stream cipherHook, Gary2019-05-231-3/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1922-88/+22
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-2/+0
* crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov2019-04-181-2/+0
* crypto: ccp - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-17/+4
* crypto: ccp - Do not free psp_master when PLATFORM_INIT failsSingh, Brijesh2019-04-181-1/+1
* crypto: ccp - Use kmemdup in ccp_copy_and_save_keypart()YueHaibing2019-04-081-2/+1
* crypto: ccp - introduce SEV_GET_ID2 commandSingh, Brijesh2019-04-081-0/+67