summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-12-11crypto: atmel-{aes,tdes} - Do not save IV for ECB modeTudor Ambarus2-4/+12
2019-12-11crypto: atmel-tdes - Drop unnecessary passing of tfmTudor Ambarus1-12/+8
2019-12-11crypto: atmel-tdes - Map driver data flags to Mode RegisterTudor Ambarus1-73/+71
2019-12-11crypto: atmel-tdes - Remove useless write in Control RegisterTudor Ambarus1-2/+1
2019-12-11crypto: atmel-{aes,sha,tdes} - Rename labels in probe()Tudor Ambarus3-39/+35
2019-12-11crypto: atmel-{aes,sha,tdes} - Drop superfluous error message in probe()Tudor Ambarus3-23/+8
2019-12-11crypto: atmel-{sha,tdes} - Propagate error from _hw_version_init()Tudor Ambarus2-6/+22
2019-12-11crypto: atmel-tdes - Remove unused header includesTudor Ambarus1-3/+0
2019-12-11crypto: atmel-{sha,tdes} - Change algorithm prioritiesTudor Ambarus2-20/+24
2019-12-11crypto: atmel-tdes - Constify value to write to hwTudor Ambarus1-1/+1
2019-12-11crypto: omap-crypto - copy the temporary data to output buffer properlyTero Kristo1-1/+36
2019-12-11crypto: omap-des - handle NULL cipher requestTero Kristo1-0/+3
2019-12-11crypto: omap-des - avoid unnecessary spam with bad cryptlenTero Kristo1-3/+1
2019-12-11crypto: omap-aes-gcm - convert to use crypto engineTero Kristo3-68/+55
2019-12-11crypto: omap-sham - fix unaligned sg list handlingTero Kristo1-5/+14
2019-12-11crypto: omap-aes-gcm - fix failure with assocdata onlyTero Kristo2-27/+42
2019-12-11crypto: omap-aes-gcm - use the AES library to encrypt the tagArd Biesheuvel3-98/+33
2019-12-11crypto: omap-aes-gcm - check length of assocdata in RFC4106 modeArd Biesheuvel1-2/+4
2019-12-11crypto: omap-aes-gcm - add missing .setauthsize hooksArd Biesheuvel3-0/+16
2019-12-11crypto: omap-aes-gcm - deal with memory allocation failureArd Biesheuvel1-0/+4
2019-12-11crypto: omap-aes-ctr - set blocksize to 1Ard Biesheuvel1-1/+1
2019-12-11crypto: omap-aes - reject invalid input sizes for block modesArd Biesheuvel1-0/+3
2019-12-11crypto: omap-aes - fixup aligned data cleanupTero Kristo1-2/+2
2019-12-11crypto: omap-sham - fix split update cases with cryptomgr testsTero Kristo1-69/+33
2019-12-11crypto: omap-aes-gcm - fix corner case with only auth dataTero Kristo1-8/+14
2019-12-11crypto: omap-sham - fix buffer handling for split test casesTero Kristo1-2/+13
2019-12-11crypto: omap-aes - add IV output handlingTero Kristo1-0/+12
2019-12-11crypto: omap-des - add IV output handlingTero Kristo1-0/+6
2019-12-11crypto: omap-aes - remove the sysfs group during driver removalTero Kristo1-1/+2
2019-12-11crypto: omap-sham - remove the sysfs group during driver removalTero Kristo1-0/+2
2019-12-11crypto: omap-sham - split up data to multiple sg elements with huge dataTero Kristo1-17/+64
2019-12-11crypto: hisilicon - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHEREric Biggers1-1/+1
2019-12-11crypto: ccp - set max RSA modulus size for v3 platform devices as wellArd Biesheuvel1-0/+1
2019-12-11crypto: ccree - fix backlog memory leakGilad Ben-Yossef1-0/+1
2019-12-11crypto: ccree - fix typos in error msgsHadar Gat1-3/+3
2019-12-11crypto: ccree - fix typos in commentsHadar Gat4-9/+9
2019-12-11crypto: ccree - remove useless defineGilad Ben-Yossef2-3/+0
2019-12-11crypto: caam - do not reset pointer size from MCFGR registerIuliana Prodan1-4/+2
2019-12-11crypto: atmel-tdes - Retire dma_request_slave_channel_compat()Peter Ujfalusi1-34/+13
2019-12-11crypto: atmel-sha - Retire dma_request_slave_channel_compat()Peter Ujfalusi1-32/+7
2019-12-11crypto: atmel-aes - Retire dma_request_slave_channel_compat()Peter Ujfalusi1-40/+10
2019-12-11crypto: Kconfig - Fix indentationKrzysztof Kozlowski5-44/+44
2019-12-11crypto: sun4i-ss - add the A33 variant of SSCorentin Labbe3-2/+34
2019-12-11hwrng: iproc-rng200 - Add support for BCM2711Stefan Wahren2-1/+2
2019-12-11crypto: hisilicon - Remove useless MODULE macrosZhou Wang1-4/+0
2019-12-11crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatt...Jonathan Cameron3-70/+27
2019-12-11crypto: hisilicon - Fix issue with wrong number of sg elements after dma mapJonathan Cameron1-5/+8
2019-12-11crypto: inside-secure - Use PTR_ERR_OR_ZERO() to simplify codezhengbin1-4/+1
2019-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds41-305/+448
2019-12-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds11-32/+35