aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30crypto: talitos - Do not modify req->cryptlen on decryption.Christophe Leroy1-14/+17
2019-05-30crypto: talitos - fix ECB algs ivsizeChristophe Leroy1-3/+0
2019-05-30crypto: talitos - check data blocksize in ablkcipher.Christophe Leroy1-0/+16
2019-05-30crypto: talitos - fix CTR alg blocksizeChristophe Leroy1-1/+1
2019-05-30crypto: talitos - check AES key sizeChristophe Leroy1-0/+15
2019-05-30crypto: talitos - reduce max key size for SEC1Christophe Leroy1-0/+4
2019-05-30crypto: talitos - rename alternative AEAD algos.Christophe Leroy1-8/+8
2019-05-30crypto: cryptd - move kcrypto_wq into cryptdEric Biggers1-1/+0
2019-05-30crypto: vmx - convert to skcipher APIEric Biggers5-345/+252
2019-05-30crypto: vmx - convert to SPDX license identifiersEric Biggers5-65/+5
2019-05-23crypto: crypto4xx - block ciphers should only accept complete blocksChristian Lamparter3-23/+39
2019-05-23crypto: crypto4xx - fix blocksize for cfb and ofbChristian Lamparter1-2/+2
2019-05-23crypto: crypto4xx - fix AES CTR blocksize valueChristian Lamparter1-2/+2
2019-05-23crypto: caam - print debugging hex dumps after unmappingSascha Hauer1-10/+11
2019-05-23crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy1-0/+4
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-23crypto: caam/qi - DMA map keys using proper deviceHoria Geantă1-14/+19
2019-05-23crypto: caam/qi - fix address translations with IOMMU enabledHoria Geantă3-2/+17
2019-05-23crypto: caam/qi - don't allocate an extra platform deviceHoria Geantă4-39/+15
2019-05-23crypto: caam - convert top level drivers to librariesHoria Geantă10-277/+208
2019-05-23crypto: caam - fix S/G table passing page boundaryHoria Geantă6-37/+147
2019-05-23crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă4-1/+14
2019-05-23crypto: qat - do not offload zero length requestsGiovanni Cabiddu1-0/+6
2019-05-23crypto: qat - return error for block ciphers for invalid requestsGiovanni Cabiddu1-4/+19
2019-05-23crypto: qat - return proper error code in setkeyGiovanni Cabiddu1-65/+108
2019-05-23crypto: qat - fix block size for aes ctr modeGiovanni Cabiddu1-1/+1
2019-05-23crypto: qat - update iv after encryption or decryption operationsGiovanni Cabiddu2-12/+61
2019-05-23crypto: qat - add check for negative offset in alg precompute functionShant KumarX Sonnad1-0/+3
2019-05-23crypto: qat - remove spin_lock in qat_ablkcipher_setkeyXin Zeng1-13/+3
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds38-66/+38
2019-05-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-127/+88
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 19Thomas Gleixner1-14/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner4-52/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner29-0/+29
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner4-0/+4
2019-05-17crypto: vmx - ghash: do nosimd fallback manuallyDaniel Axtens1-125/+86
2019-05-17crypto: vmx - CTR: always increment IV as quadwordDaniel Axtens1-1/+1
2019-05-17crypto: caam - fix typo in i.MX6 devices list for errataIuliana Prodan1-1/+1
2019-05-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+2
2019-05-15Merge branch 'fixes' into arm/socOlof Johansson1-7/+6
2019-05-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds9-32/+28
2019-05-09Revert "crypto: caam/jr - Remove extra memory barrier during job ring dequeue"Herbert Xu2-9/+1
2019-05-09crypto: caam - fix caam_dump_sg that iterates through scatterlistIuliana Prodan1-1/+1
2019-05-09crypto: caam - fix DKP detection logicHerbert Xu3-5/+19
2019-05-09crypto: chelsio - count incomplete block in IVAtul Gupta1-2/+2
2019-05-09crypto: chelsio - Fix softlockup with heavy I/OAtul Gupta2-14/+3
2019-05-09crypto: chelsio - Fix NULL pointer dereferenceAtul Gupta1-1/+2
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds105-2177/+2387