summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-02-24crypto: hisilicon - Bugfixed tfm leakZaibo Xu2-13/+18
2020-02-24crypto: hisilicon - Update debugfs usage of SEC V2Zaibo Xu3-14/+14
2020-02-24crypto: chtls - Fixed memory leakVinay Kumar Yadav3-13/+38
2020-02-24crypto: amlogic - add unspecified HAS_IOMEM dependencyBrendan Higgins1-0/+1
2020-02-24crypto: inside-secure - add unspecified HAS_IOMEM dependencyBrendan Higgins1-1/+1
2020-02-15crypto: caam/qi2 - fix typo in algorithm's driver nameHoria Geantă1-1/+1
2020-02-15crypto: atmel-sha - fix error handling when setting hmac keyEric Biggers1-6/+1
2020-02-15crypto: artpec6 - return correct error code for failed setkey()Eric Biggers1-1/+1
2020-02-11crypto: atmel-tdes - Map driver data flags to Mode RegisterTudor Ambarus1-73/+71
2020-02-11crypto: atmel-aes - Fix CTR counter overflow when multiple fragmentsTudor Ambarus1-1/+7
2020-02-11crypto: atmel-aes - Fix saving of IV for CTR modeTudor Ambarus1-12/+31
2020-02-11crypto: atmel-{aes,tdes} - Do not save IV for ECB modeTudor Ambarus2-4/+12
2020-02-11crypto: picoxcell - adjust the position of tasklet_init and fix missed taskle...Chuhong Yuan1-2/+13
2020-02-11crypto: atmel-aes - Fix counter overflow in CTR modeTudor Ambarus1-25/+12
2020-02-11crypto: hisilicon - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHEREric Biggers1-1/+1
2020-02-11crypto: ccp - set max RSA modulus size for v3 platform devices as wellArd Biesheuvel1-0/+1
2020-02-11crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatt...Jonathan Cameron3-70/+27
2020-02-11crypto: hisilicon - Fix issue with wrong number of sg elements after dma mapJonathan Cameron1-5/+8
2020-02-11crypto: sun8i-ce - fix removal of moduleCorentin Labbe1-2/+2
2020-02-11crypto: amlogic - fix removal of moduleCorentin Labbe1-2/+2
2020-02-11crypto: sun8i-ss - fix removal of moduleCorentin Labbe1-2/+2
2020-02-11crypto: ccree - fix PM race conditionGilad Ben-Yossef4-80/+7
2020-02-11crypto: ccree - fix FDE descriptor sequenceOfir Drang1-3/+45
2020-02-11crypto: ccree - fix pm wrongful error reportingGilad Ben-Yossef1-1/+1
2020-02-11crypto: ccree - fix AEAD decrypt auth failGilad Ben-Yossef1-1/+1
2020-02-11crypto: ccree - fix backlog memory leakGilad Ben-Yossef1-0/+1
2020-02-01crypto: caam - do not reset pointer size from MCFGR registerIuliana Prodan1-4/+2
2020-02-01crypto: vmx - reject xts inputs that are too shortDaniel Axtens1-0/+3
2020-02-01crypto: chelsio - fix writing tfm flags to wrong placeEric Biggers1-13/+3
2020-01-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-11/+21
2020-01-09crypto: hisilicon/sec2 - Use atomics instead of __syncArnd Bergmann3-11/+21
2019-12-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-2/+3
2019-12-02Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-11-27crypto: hisilicon - fix a NULL vs IS_ERR() bug in sec_create_qp_ctx()Dan Carpenter1-2/+2
2019-11-27crypto: talitos - Fix build error by selecting LIB_DESHerbert Xu1-0/+1
2019-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds5-32/+32
2019-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds137-5463/+16546
2019-11-26Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-6/+6
2019-11-23cxgb4/chcr: update SGL DMA unmap for USORahul Lakkireddy1-14/+13
2019-11-22crypto: vmx - Avoid weird build failuresMichael Ellerman1-3/+3
2019-11-22crypto: amlogic - enable working on big endian kernelCorentin Labbe2-43/+34
2019-11-22crypto: sun8i-ce - enable working on big endianCorentin Labbe2-34/+40
2019-11-22crypto: atmel-aes - Change data type for "lastc" bufferTudor Ambarus1-1/+1
2019-11-22crypto: atmel-tdes - Set the IV after {en,de}cryptTudor Ambarus1-2/+38
2019-11-22crypto: sun4i-ss - fix big endian issuesCorentin Labbe1-10/+11
2019-11-22crypto: sun4i-ss - hide the Invalid keylen messageCorentin Labbe1-1/+1
2019-11-22crypto: sun4i-ss - use crypto_ahash_digestsizeCorentin Labbe1-1/+1
2019-11-22crypto: sun4i-ss - remove dependency on not 64BITCorentin Labbe1-1/+1
2019-11-22crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.cCorentin Labbe1-6/+6
2019-11-22crypto: hisilicon - add DebugFS for HiSilicon SECZaibo Xu3-0/+332