summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2019-12-11crypto: omap-crypto - copy the temporary data to output buffer properlyTero Kristo
2019-12-11crypto: omap-des - handle NULL cipher requestTero Kristo
2019-12-11crypto: omap-des - avoid unnecessary spam with bad cryptlenTero Kristo
2019-12-11crypto: omap-aes-gcm - convert to use crypto engineTero Kristo
2019-12-11crypto: omap-sham - fix unaligned sg list handlingTero Kristo
2019-12-11crypto: omap-aes-gcm - fix failure with assocdata onlyTero Kristo
2019-12-11crypto: omap-aes-gcm - use the AES library to encrypt the tagArd Biesheuvel
2019-12-11crypto: omap-aes-gcm - check length of assocdata in RFC4106 modeArd Biesheuvel
2019-12-11crypto: omap-aes-gcm - add missing .setauthsize hooksArd Biesheuvel
2019-12-11crypto: omap-aes-gcm - deal with memory allocation failureArd Biesheuvel
2019-12-11crypto: omap-aes-ctr - set blocksize to 1Ard Biesheuvel
2019-12-11crypto: omap-aes - reject invalid input sizes for block modesArd Biesheuvel
2019-12-11crypto: omap-aes - fixup aligned data cleanupTero Kristo
2019-12-11crypto: omap-sham - fix split update cases with cryptomgr testsTero Kristo
2019-12-11crypto: omap-aes-gcm - fix corner case with only auth dataTero Kristo
2019-12-11crypto: omap-sham - fix buffer handling for split test casesTero Kristo
2019-12-11crypto: omap-aes - add IV output handlingTero Kristo
2019-12-11crypto: omap-des - add IV output handlingTero Kristo
2019-12-11crypto: omap-aes - remove the sysfs group during driver removalTero Kristo
2019-12-11crypto: omap-sham - remove the sysfs group during driver removalTero Kristo
2019-12-11crypto: omap-sham - split up data to multiple sg elements with huge dataTero Kristo
2019-12-11crypto: hisilicon - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHEREric Biggers
2019-12-11crypto: ccp - set max RSA modulus size for v3 platform devices as wellArd Biesheuvel
2019-12-11crypto: ccree - fix backlog memory leakGilad Ben-Yossef
2019-12-11crypto: ccree - fix typos in error msgsHadar Gat
2019-12-11crypto: ccree - fix typos in commentsHadar Gat
2019-12-11crypto: ccree - remove useless defineGilad Ben-Yossef
2019-12-11crypto: caam - do not reset pointer size from MCFGR registerIuliana Prodan
2019-12-11crypto: atmel-tdes - Retire dma_request_slave_channel_compat()Peter Ujfalusi
2019-12-11crypto: atmel-sha - Retire dma_request_slave_channel_compat()Peter Ujfalusi
2019-12-11crypto: atmel-aes - Retire dma_request_slave_channel_compat()Peter Ujfalusi
2019-12-11crypto: Kconfig - Fix indentationKrzysztof Kozlowski
2019-12-11crypto: sun4i-ss - add the A33 variant of SSCorentin Labbe
2019-12-11crypto: hisilicon - Remove useless MODULE macrosZhou Wang
2019-12-11crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatt...Jonathan Cameron
2019-12-11crypto: hisilicon - Fix issue with wrong number of sg elements after dma mapJonathan Cameron
2019-12-11crypto: inside-secure - Use PTR_ERR_OR_ZERO() to simplify codezhengbin
2019-12-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-27crypto: hisilicon - fix a NULL vs IS_ERR() bug in sec_create_qp_ctx()Dan Carpenter
2019-11-27crypto: talitos - Fix build error by selecting LIB_DESHerbert Xu
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-11-22cxgb4/chcr: update SGL DMA unmap for USORahul Lakkireddy
2019-11-22crypto: vmx - Avoid weird build failuresMichael Ellerman
2019-11-22crypto: amlogic - enable working on big endian kernelCorentin Labbe
2019-11-22crypto: sun8i-ce - enable working on big endianCorentin Labbe
2019-11-22crypto: atmel-aes - Change data type for "lastc" bufferTudor Ambarus
2019-11-22crypto: atmel-tdes - Set the IV after {en,de}cryptTudor Ambarus