aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-09crypto: ccp - Log an error message when ccp-crypto fails to loadGary R Hook1-1/+3
2019-08-02crypto: ccp - Ignore tag length when decrypting GCM ciphertextGary R Hook1-2/+1
2019-08-02crypto: ccp - Add support for valid authsize values less than 16Gary R Hook2-5/+35
2019-08-02crypto: ccp - Fix oops by properly managing allocated structuresGary R Hook1-2/+2
2019-07-27crypto: ccp - Replace dma_pool_alloc + memset with dma_pool_zallocChuhong Yuan1-2/+1
2019-07-27crypto: ccp - Reduce maximum stack usageArnd Bergmann1-21/+31
2019-07-26crypto: ccp - Include the module name in system log messagesHook, Gary1-0/+4
2019-07-26crypto: ccp - Add a module parameter to control registration for DMAHook, Gary1-1/+11
2019-07-26crypto: ccp - module parameter to limit the number of enabled CCPsHook, Gary1-1/+17
2019-07-26crypto: ccp - Add a module parameter to specify a queue countHook, Gary4-6/+15
2019-07-26crypto: ccp - Make CCP debugfs support optionalHook, Gary3-2/+14
2019-07-26crypto: ccp - move to AES library for CMAC key derivationArd Biesheuvel3-24/+5
2019-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-9/+25
2019-07-18crypto: ccp - Fix SEV_VERSION_GREATER_OR_EQUALDavid Rientjes1-7/+12
2019-07-18crypto: ccp/gcm - use const time tag comparison.Cfir Cohen1-1/+2
2019-07-12crypto: ccp - memset structure fields to zero before reuseHook, Gary1-1/+11
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-64/+61
2019-07-03crypto: ccp - Switch to SPDX license identifiersHook, Gary22-88/+20
2019-07-03crypto: ccp - Validate the the error value used to index error messagesHook, Gary2-46/+52
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner22-88/+22
2019-05-23crypto: ccp - Fix 3DES complaint from ccp-crypto moduleHook, Gary1-11/+4
2019-05-23crypto: ccp - fix AES CFB error exposed by new test vectorsHook, Gary1-4/+4
2019-05-23crypto: ccp - AES CFB mode is a stream cipherHook, Gary1-3/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-2/+0
2019-04-18crypto: rsa - unimplement sign/verify for raw RSA backendsVitaly Chikunov1-2/+0
2019-04-18crypto: ccp - Forbid 2-key 3DES in FIPS modeHerbert Xu1-17/+4
2019-04-18crypto: ccp - Do not free psp_master when PLATFORM_INIT failsSingh, Brijesh1-1/+1
2019-04-08crypto: ccp - Use kmemdup in ccp_copy_and_save_keypart()YueHaibing1-2/+1
2019-04-08crypto: ccp - introduce SEV_GET_ID2 commandSingh, Brijesh1-0/+67
2019-03-28crypto: ccp - Make ccp_register_rsa_alg staticYueHaibing1-1/+2
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds11-48/+47
2019-02-22crypto: ccp - Update driver messages to remove some confusionLendacky, Thomas2-9/+14
2019-02-08crypto: ccp - fix the SEV probe in kexec boot pathSingh, Brijesh1-0/+16
2019-02-01crypto: ccp - no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-29/+7
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-1/+1
2019-01-11crypto: ccp - Update copyright notices and datesHook, Gary9-9/+9
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-3/+3
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-3/+3
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers1-3/+1