summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2019-05-30crypto: talitos - check data blocksize in ablkcipher.Christophe Leroy-0/+16
2019-05-30crypto: talitos - fix CTR alg blocksizeChristophe Leroy-1/+1
2019-05-30crypto: talitos - check AES key sizeChristophe Leroy-0/+15
2019-05-30crypto: talitos - reduce max key size for SEC1Christophe Leroy-0/+4
2019-05-30crypto: talitos - rename alternative AEAD algos.Christophe Leroy-8/+8
2019-05-30crypto: cryptd - move kcrypto_wq into cryptdEric Biggers-1/+0
2019-05-30crypto: vmx - convert to skcipher APIEric Biggers-345/+252
2019-05-30crypto: vmx - convert to SPDX license identifiersEric Biggers-65/+5
2019-05-23crypto: crypto4xx - block ciphers should only accept complete blocksChristian Lamparter-23/+39
2019-05-23crypto: crypto4xx - fix blocksize for cfb and ofbChristian Lamparter-2/+2
2019-05-23crypto: crypto4xx - fix AES CTR blocksize valueChristian Lamparter-2/+2
2019-05-23crypto: caam - print debugging hex dumps after unmappingSascha Hauer-10/+11
2019-05-23crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy-0/+4
2019-05-23crypto: ccp - Fix 3DES complaint from ccp-crypto moduleHook, Gary-11/+4
2019-05-23crypto: ccp - fix AES CFB error exposed by new test vectorsHook, Gary-4/+4
2019-05-23crypto: ccp - AES CFB mode is a stream cipherHook, Gary-3/+3
2019-05-23crypto: caam/qi - DMA map keys using proper deviceHoria Geantă-14/+19
2019-05-23crypto: caam/qi - fix address translations with IOMMU enabledHoria Geantă-2/+17
2019-05-23crypto: caam/qi - don't allocate an extra platform deviceHoria Geantă-39/+15
2019-05-23crypto: caam - convert top level drivers to librariesHoria Geantă-277/+208
2019-05-23crypto: caam - fix S/G table passing page boundaryHoria Geantă-37/+147
2019-05-23crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă-1/+14
2019-05-23crypto: qat - do not offload zero length requestsGiovanni Cabiddu-0/+6
2019-05-23crypto: qat - return error for block ciphers for invalid requestsGiovanni Cabiddu-4/+19
2019-05-23crypto: qat - return proper error code in setkeyGiovanni Cabiddu-65/+108
2019-05-23crypto: qat - fix block size for aes ctr modeGiovanni Cabiddu-1/+1
2019-05-23crypto: qat - update iv after encryption or decryption operationsGiovanni Cabiddu-12/+61
2019-05-23crypto: qat - add check for negative offset in alg precompute functionShant KumarX Sonnad-0/+3
2019-05-23crypto: qat - remove spin_lock in qat_ablkcipher_setkeyXin Zeng-13/+3
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-66/+38
2019-05-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-127/+88
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 19Thomas Gleixner-14/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner-52/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+29
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+4
2019-05-17crypto: vmx - ghash: do nosimd fallback manuallyDaniel Axtens-125/+86
2019-05-17crypto: vmx - CTR: always increment IV as quadwordDaniel Axtens-1/+1
2019-05-17crypto: caam - fix typo in i.MX6 devices list for errataIuliana Prodan-1/+1
2019-05-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-2/+2
2019-05-15Merge branch 'fixes' into arm/socOlof Johansson-7/+6
2019-05-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-32/+28
2019-05-09Revert "crypto: caam/jr - Remove extra memory barrier during job ring dequeue"Herbert Xu-9/+1
2019-05-09crypto: caam - fix caam_dump_sg that iterates through scatterlistIuliana Prodan-1/+1
2019-05-09crypto: caam - fix DKP detection logicHerbert Xu-5/+19
2019-05-09crypto: chelsio - count incomplete block in IVAtul Gupta-2/+2
2019-05-09crypto: chelsio - Fix softlockup with heavy I/OAtul Gupta-14/+3
2019-05-09crypto: chelsio - Fix NULL pointer dereferenceAtul Gupta-1/+2
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-2177/+2387
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds-4/+0
2019-05-03crypto: ccree - use a proper le32 type for le32 valGilad Ben-Yossef-1/+1