summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'Wimplicit-fallthrough-5.3-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-08-101-0/+6
|\
| * crypto: ux500/crypt: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-091-0/+6
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-08-092-9/+38
|\ \ | |/ |/|
| * crypto: ccp - Ignore tag length when decrypting GCM ciphertextGary R Hook2019-08-021-2/+1
| * crypto: ccp - Add support for valid authsize values less than 16Gary R Hook2019-08-022-5/+35
| * crypto: ccp - Fix oops by properly managing allocated structuresGary R Hook2019-08-021-2/+2
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-194-11/+26
|\|
| * crypto: ccp - Fix SEV_VERSION_GREATER_OR_EQUALDavid Rientjes2019-07-181-7/+12
| * crypto: ccp/gcm - use const time tag comparison.Cfir Cohen2019-07-181-1/+2
| * crypto: ccp - memset structure fields to zero before reuseHook, Gary2019-07-121-1/+11
| * crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probeWen Yang2019-07-121-1/+0
| * crypto: stm32/hash - Fix incorrect printk modifier for size_tHerbert Xu2019-07-121-1/+1
* | docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-154-4/+4
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-0873-2450/+2906
|\|
| * crypto: stm32/hash - remove interruptible condition for dmaLionel Debieve2019-07-031-2/+2
| * crypto: stm32/hash - Fix hmac issue more than 256 bytesLionel Debieve2019-07-031-1/+1
| * crypto: stm32/crc32 - rename driver fileLionel Debieve2019-07-032-1/+1
| * crypto: amcc - remove memset after dma_alloc_coherentFuqian Huang2019-07-031-1/+0
| * crypto: ccp - Switch to SPDX license identifiersHook, Gary2019-07-0322-88/+20
| * crypto: ccp - Validate the the error value used to index error messagesHook, Gary2019-07-032-46/+52
| * crypto: talitos - drop icv_oolChristophe Leroy2019-07-032-5/+0
| * crypto: talitos - fix hash on SEC1.Christophe Leroy2019-07-031-28/+41
| * crypto: talitos - move struct talitos_edesc into talitos.hChristophe Leroy2019-07-032-30/+30
| * crypto/NX: Set receive window credits to max number of CRBs in RxFIFOHaren Myneni2019-06-281-3/+5
| * crypto: talitos - eliminate unneeded 'done' functions at build timeChristophe Leroy2019-06-271-1/+1
| * crypto: sun4i-ss - reduce stack usageArnd Bergmann2019-06-271-17/+30
| * crypto: ccree - add HW engine config checkGilad Ben-Yossef2019-06-273-0/+38
| * crypto: ccree - prevent isr handling in case driver is suspendedOfir Drang2019-06-273-0/+16
| * crypto: ccree - check that cryptocell reset completedOfir Drang2019-06-274-1/+43
| * crypto: ccree - Relocate driver irq registration after clk initofir.drang@arm.com2019-06-271-9/+9
| * crypto: nx - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-203-61/+26
| * crypto: talitos - fix max key size for sha384 and sha512Christophe Leroy2019-06-201-1/+1
| * crypto: vmx - Document CTR mode counter width quirksDaniel Axtens2019-06-201-2/+20
| * crypto: caam - update IV using HW supportHoria Geantă2019-06-205-146/+163
| * crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă2019-06-208-99/+105
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2019-06-203-127/+88
| |\
| * | crypto: sahara - Use devm_platform_ioremap_resource()Fabio Estevam2019-06-131-3/+1
| * | crypto: mxs-dcp - Use devm_platform_ioremap_resource()Fabio Estevam2019-06-131-4/+1
| * | crypto: hisilicon - Use the correct style for SPDX License IdentifierNishad Kamdar2019-06-131-1/+1
| * | crypto: qat - use struct_size() helperGustavo A. R. Silva2019-06-131-4/+2
| * | crypto: cavium/nitrox - Use the correct style for SPDX License IdentifierNishad Kamdar2019-06-132-2/+2
| * | crypto: bcm - Make some symbols staticYueHaibing2019-06-132-9/+9
| * | crypto: atmel-i2c - Fix build error while CRC16 set to mYueHaibing2019-06-061-0/+1
| * | crypto: caam - disable some clock checks for iMX7ULPIuliana Prodan2019-06-061-2/+4
| * | crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel2019-06-061-4/+5
| * | crypto: atmel - Fix sparse endianness warningsHerbert Xu2019-06-062-3/+4
| * | crypto: caam - strip input without changing crypto requestIuliana Prodan2019-06-062-14/+32
| * | crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid inputIuliana Prodan2019-06-062-17/+74
| * | crypto: inside-secure - do not rely on the hardware last bit for result descr...Antoine Tenart2019-06-061-6/+18
| * | crypto: inside-secure - fix use of the SG listAntoine Tenart2019-06-062-30/+12