aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-04KVM/SVM: add support for SEV attestation commandBrijesh Singh1-0/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2-2/+4
2020-10-02crypto: ccp - fix error handlingPavel Machek1-1/+1
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu1-0/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-3/+3
2020-07-31crypto: ccp - use generic power managementVaibhav Gupta5-22/+13
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka6-0/+7
2020-07-16crypto: ccp - Silence strncpy warningHerbert Xu1-1/+2
2020-07-16crypto: ccp - permit asynchronous skcipher as fallbackArd Biesheuvel2-18/+19
2020-07-09crypto: ccp - Fix sparse warningsHerbert Xu3-13/+12
2020-07-03crypto: ccp - Fix use of merged scatterlistsJohn Allen2-11/+27
2020-06-26crypto: ccp - remove redundant assignment to variable retColin Ian King1-1/+0
2020-06-15crypto: ccp - Fix sparse warnings in sev-devHerbert Xu1-7/+16
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+3
2020-05-29drivers/crypto/ccp/sev-dev.c: get rid of pointless access_ok()Al Viro1-12/+3
2020-05-08crypto: ccp - use crypto_shash_tfm_digest()Eric Biggers1-7/+2
2020-04-30crypto: ccp - Add support for SEV-ES to the PSP driverTom Lendacky1-0/+43
2020-04-16crypto: ccp -- don't "select" CONFIG_DMADEVICESArnd Bergmann1-2/+1
2020-03-12crypto: ccp - use file mode for sev ioctl permissionsConnor Kuehl1-16/+17
2020-03-12crypto: ccp - Cleanup sp_dev_master in psp_dev_destroy()John Allen3-0/+13
2020-03-12crypto: ccp - Cleanup misc_dev on sev_exit()John Allen1-3/+3
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers4-6/+1
2020-01-04tee: amdtee: check TEE status during driver initializationRijo Thomas1-0/+11
2019-12-20crypto: ccp - provide in-kernel API to submit TEE commandsRijo Thomas2-0/+127
2019-12-20crypto: ccp - add TEE support for Raven RidgeRijo Thomas7-4/+431
2019-12-20crypto: ccp - check whether PSP supports SEV or TEE before initializationRijo Thomas1-5/+41
2019-12-20crypto: ccp - move SEV vdata to a dedicated data structureRijo Thomas4-10/+31
2019-12-20crypto: ccp - create a generic psp-dev fileRijo Thomas6-193/+367
2019-12-20crypto: ccp - rename psp-dev files to sev-devRijo Thomas4-9/+9
2019-12-11crypto: ccp - set max RSA modulus size for v3 platform devices as wellArd Biesheuvel1-0/+1
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds13-226/+266
2019-11-22crypto: ccp - add SEV command privilege separationBrijesh Singh2-7/+23
2019-11-17crypto: ccp - switch from ablkcipher to skcipherArd Biesheuvel6-211/+186
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers1-1/+1
2019-10-26crypto: ccp - fix uninitialized list headMark Salter1-0/+1
2019-10-26crypto: ccp - Verify access to device registers before initializingHook, Gary2-2/+28
2019-10-26crypto: ccp - Change a message to reflect status instead of failureHook, Gary2-4/+13
2019-10-26crypto: ccp - Retry SEV INIT command in case of integrity check failure.Ashish Kalra1-0/+12
2019-10-22KVM: SVM: Remove unneeded WBINVD and DF_FLUSH when starting SEV guestsTom Lendacky1-0/+9
2019-10-05crypto: ccp - Release all allocated memory if sha type is invalidNavid Emamdoost1-1/+2
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds16-85/+111
2019-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+8
2019-08-30crypto: ccp - invoke fallback for XTS ciphertext stealingArd Biesheuvel1-3/+0
2019-08-22crypto: ccp/des - switch to new verification routinesArd Biesheuvel1-4/+3
2019-08-22crypto: ccp - Ignore unconfigured CCP device on suspend/resumeGary R Hook1-0/+8
2019-08-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-9/+38
2019-08-09crypto: ccp - Remove unnecessary linux/pci.h includeBjorn Helgaas7-7/+0
2019-08-09crypto: ccp - Include DMA declarations explicitlyBjorn Helgaas2-0/+2
2019-08-09crypto: ccp - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-09crypto: ccp - Clean up and exit correctly on allocation failureGary R Hook1-10/+4