aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
AgeCommit message (Expand)Author
2019-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-18crypto: ccp - Fix SEV_VERSION_GREATER_OR_EQUALDavid Rientjes
2019-07-18crypto: ccp/gcm - use const time tag comparison.Cfir Cohen
2019-07-12crypto: ccp - memset structure fields to zero before reuseHook, Gary
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-03crypto: ccp - Switch to SPDX license identifiersHook, Gary
2019-07-03crypto: ccp - Validate the the error value used to index error messagesHook, Gary
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-23crypto: ccp - Fix 3DES complaint from ccp-crypto moduleHook, Gary
2019-05-23crypto: ccp - fix AES CFB error exposed by new test vectorsHook, Gary
2019-05-23crypto: ccp - AES CFB mode is a stream cipherHook, Gary
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-18crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov
2019-04-18crypto: ccp - Forbid 2-key 3DES in FIPS modeHerbert Xu
2019-04-18crypto: ccp - Do not free psp_master when PLATFORM_INIT failsSingh, Brijesh
2019-04-08crypto: ccp - Use kmemdup in ccp_copy_and_save_keypart()YueHaibing
2019-04-08crypto: ccp - introduce SEV_GET_ID2 commandSingh, Brijesh
2019-03-28crypto: ccp - Make ccp_register_rsa_alg staticYueHaibing
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-02-22crypto: ccp - Update driver messages to remove some confusionLendacky, Thomas
2019-02-08crypto: ccp - fix the SEV probe in kexec boot pathSingh, Brijesh
2019-02-01crypto: ccp - no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers
2019-01-11crypto: ccp - Update copyright notices and datesHook, Gary
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers
2018-10-05crypto: ccp - Make function sev_get_firmware() staticWei Yongjun
2018-10-05crypto: ccp - Remove forward declarationNathan Chancellor
2018-09-28crypto: ccp - Remove VLA usage of skcipherKees Cook
2018-09-21crypto: ccp - Allow SEV firmware to be chosen based on Family and ModelJanakarajan Natarajan
2018-09-21crypto: ccp - Fix static checker warningJanakarajan Natarajan
2018-09-04crypto: ccp - add timeout support in the SEV commandBrijesh Singh
2018-08-03crypto: ccp - Check for NULL PSP pointer at module unloadTom Lendacky
2018-07-13crypto: ccp - Add support for new CCP/PSP device IDTom Lendacky
2018-07-13crypto: ccp - Support register differences between PSP devicesTom Lendacky
2018-07-13crypto: ccp - Remove unused #definesTom Lendacky
2018-07-13crypto: ccp - Add psp enabled message when initialization succeedsTom Lendacky
2018-07-13crypto: ccp - Fix command completion detection raceTom Lendacky
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers
2018-05-31crypto: ccp - Add GET_ID SEV commandJanakarajan Natarajan
2018-05-31crypto: ccp - Add DOWNLOAD_FIRMWARE SEV commandJanakarajan Natarajan
2018-03-16crypto: ccp - Validate buffer lengths for copy operationsGary R Hook
2018-03-16crypto: ccp - Use memdup_user() rather than duplicating its implementationMarkus Elfring
2018-03-09crypto: ccp - Fill the result buffer only on digest, finup, and final opsGary R Hook
2018-03-03crypto: ccp - Fix sparse, use plain integer as NULL pointerBrijesh Singh
2018-03-03crypto: ccp - return an actual key size from RSA max_size callbackMaciej S. Szmigiero
2018-03-03crypto: ccp - don't disable interrupts while setting up debugfsSebastian Andrzej Siewior