summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-11/+26
2019-07-18crypto: ccp - Fix SEV_VERSION_GREATER_OR_EQUALDavid Rientjes1-7/+12
2019-07-18crypto: ccp/gcm - use const time tag comparison.Cfir Cohen1-1/+2
2019-07-15docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab4-4/+4
2019-07-12crypto: ccp - memset structure fields to zero before reuseHook, Gary1-1/+11
2019-07-12crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probeWen Yang1-1/+0
2019-07-12crypto: stm32/hash - Fix incorrect printk modifier for size_tHerbert Xu1-1/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds73-2450/+2906
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+3
2019-07-03crypto: stm32/hash - remove interruptible condition for dmaLionel Debieve1-2/+2
2019-07-03crypto: stm32/hash - Fix hmac issue more than 256 bytesLionel Debieve1-1/+1
2019-07-03crypto: stm32/crc32 - rename driver fileLionel Debieve2-1/+1
2019-07-03crypto: amcc - remove memset after dma_alloc_coherentFuqian Huang1-1/+0
2019-07-03crypto: ccp - Switch to SPDX license identifiersHook, Gary22-88/+20
2019-07-03crypto: ccp - Validate the the error value used to index error messagesHook, Gary2-46/+52
2019-07-03crypto: talitos - drop icv_oolChristophe Leroy2-5/+0
2019-07-03crypto: talitos - fix hash on SEC1.Christophe Leroy1-28/+41
2019-07-03crypto: talitos - move struct talitos_edesc into talitos.hChristophe Leroy2-30/+30
2019-06-28crypto/NX: Set receive window credits to max number of CRBs in RxFIFOHaren Myneni1-3/+5
2019-06-27crypto: talitos - eliminate unneeded 'done' functions at build timeChristophe Leroy1-1/+1
2019-06-27crypto: sun4i-ss - reduce stack usageArnd Bergmann1-17/+30
2019-06-27crypto: ccree - add HW engine config checkGilad Ben-Yossef3-0/+38
2019-06-27crypto: ccree - prevent isr handling in case driver is suspendedOfir Drang3-0/+16
2019-06-27crypto: ccree - check that cryptocell reset completedOfir Drang4-1/+43
2019-06-27crypto: ccree - Relocate driver irq registration after clk initofir.drang@arm.com1-9/+9
2019-06-20crypto: nx - no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-61/+26
2019-06-20crypto: talitos - fix max key size for sha384 and sha512Christophe Leroy1-1/+1
2019-06-20crypto: vmx - Document CTR mode counter width quirksDaniel Axtens1-2/+20
2019-06-20crypto: caam - update IV using HW supportHoria Geantă5-146/+163
2019-06-20crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă8-99/+105
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu3-127/+88
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner45-186/+45
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459Thomas Gleixner9-108/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-15/+1
2019-06-17Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar30-310/+30
2019-06-13crypto: sahara - Use devm_platform_ioremap_resource()Fabio Estevam1-3/+1
2019-06-13crypto: mxs-dcp - Use devm_platform_ioremap_resource()Fabio Estevam1-4/+1
2019-06-13crypto: hisilicon - Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-06-13crypto: qat - use struct_size() helperGustavo A. R. Silva1-4/+2
2019-06-13crypto: cavium/nitrox - Use the correct style for SPDX License IdentifierNishad Kamdar2-2/+2
2019-06-13crypto: bcm - Make some symbols staticYueHaibing2-9/+9
2019-06-06crypto: atmel-i2c - Fix build error while CRC16 set to mYueHaibing1-0/+1
2019-06-06crypto: caam - disable some clock checks for iMX7ULPIuliana Prodan1-2/+4
2019-06-06crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel1-4/+5
2019-06-06crypto: atmel - Fix sparse endianness warningsHerbert Xu2-3/+4
2019-06-06crypto: caam - strip input without changing crypto requestIuliana Prodan2-14/+32
2019-06-06crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid inputIuliana Prodan2-17/+74
2019-06-06crypto: inside-secure - do not rely on the hardware last bit for result descr...Antoine Tenart1-6/+18
2019-06-06crypto: inside-secure - fix use of the SG listAntoine Tenart2-30/+12
2019-06-06crypto: inside-secure - add support for HMAC updatesAntoine Tenart2-22/+38