summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
Commit message (Expand)AuthorAgeFilesLines
* 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-094-64/+61Star
|\|
| * crypto: ccp - Switch to SPDX license identifiersHook, Gary2019-07-0322-88/+20Star
| * 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/+4Star
| * 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/+22Star
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-2/+0Star
* crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov2019-04-181-2/+0Star
* crypto: ccp - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-17/+4Star
* 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/+1Star
* crypto: ccp - introduce SEV_GET_ID2 commandSingh, Brijesh2019-04-081-0/+67
* crypto: ccp - Make ccp_register_rsa_alg staticYueHaibing2019-03-281-1/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-0511-48/+47Star
|\
| * crypto: ccp - Update driver messages to remove some confusionLendacky, Thomas2019-02-222-9/+14
| * crypto: ccp - fix the SEV probe in kexec boot pathSingh, Brijesh2019-02-081-0/+16
| * crypto: ccp - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-29/+7Star
| * crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-1/+1
| * crypto: ccp - Update copyright notices and datesHook, Gary2019-01-119-9/+9
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-3/+3
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-3/+3
* crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-201-3/+1Star
* crypto: ccp - Make function sev_get_firmware() staticWei Yongjun2018-10-051-1/+2
* crypto: ccp - Remove forward declarationNathan Chancellor2018-10-051-28/+25Star
* crypto: ccp - Remove VLA usage of skcipherKees Cook2018-09-282-7/+8
* crypto: ccp - Allow SEV firmware to be chosen based on Family and ModelJanakarajan Natarajan2018-09-211-4/+40
* crypto: ccp - Fix static checker warningJanakarajan Natarajan2018-09-211-1/+1
* crypto: ccp - add timeout support in the SEV commandBrijesh Singh2018-09-041-5/+41
* crypto: ccp - Check for NULL PSP pointer at module unloadTom Lendacky2018-08-031-0/+3
* crypto: ccp - Add support for new CCP/PSP device IDTom Lendacky2018-07-131-5/+24
* crypto: ccp - Support register differences between PSP devicesTom Lendacky2018-07-134-23/+24
* crypto: ccp - Remove unused #definesTom Lendacky2018-07-132-10/+2Star
* crypto: ccp - Add psp enabled message when initialization succeedsTom Lendacky2018-07-131-0/+2
* crypto: ccp - Fix command completion detection raceTom Lendacky2018-07-131-2/+2
* crypto: ahash - remove useless setting of cra_typeEric Biggers2018-07-082-2/+0Star
* crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-082-2/+2
* crypto: ccp - Add GET_ID SEV commandJanakarajan Natarajan2018-05-301-0/+44
* crypto: ccp - Add DOWNLOAD_FIRMWARE SEV commandJanakarajan Natarajan2018-05-302-10/+93
* crypto: ccp - Validate buffer lengths for copy operationsGary R Hook2018-03-161-30/+78
* crypto: ccp - Use memdup_user() rather than duplicating its implementationMarkus Elfring2018-03-161-14/+1Star
* crypto: ccp - Fill the result buffer only on digest, finup, and final opsGary R Hook2018-03-092-2/+2
* crypto: ccp - Fix sparse, use plain integer as NULL pointerBrijesh Singh2018-03-021-4/+4
* crypto: ccp - return an actual key size from RSA max_size callbackMaciej S. Szmigiero2018-03-021-4/+3Star
* crypto: ccp - don't disable interrupts while setting up debugfsSebastian Andrzej Siewior2018-03-021-4/+3Star