aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-07-03crypto: stm32/hash - remove interruptible condition for dmaLionel Debieve
2019-07-03crypto: stm32/hash - Fix hmac issue more than 256 bytesLionel Debieve
2019-07-03crypto: stm32/crc32 - rename driver fileLionel Debieve
2019-07-03crypto: amcc - remove memset after dma_alloc_coherentFuqian Huang
2019-07-03crypto: ccp - Switch to SPDX license identifiersHook, Gary
2019-07-03crypto: ccp - Validate the the error value used to index error messagesHook, Gary
2019-07-03crypto: talitos - drop icv_oolChristophe Leroy
2019-07-03crypto: talitos - fix hash on SEC1.Christophe Leroy
2019-07-03crypto: talitos - move struct talitos_edesc into talitos.hChristophe Leroy
2019-06-28crypto/NX: Set receive window credits to max number of CRBs in RxFIFOHaren Myneni
2019-06-27crypto: talitos - eliminate unneeded 'done' functions at build timeChristophe Leroy
2019-06-27crypto: sun4i-ss - reduce stack usageArnd Bergmann
2019-06-27crypto: ccree - add HW engine config checkGilad Ben-Yossef
2019-06-27crypto: ccree - prevent isr handling in case driver is suspendedOfir Drang
2019-06-27crypto: ccree - check that cryptocell reset completedOfir Drang
2019-06-27crypto: ccree - Relocate driver irq registration after clk initofir.drang@arm.com
2019-06-20crypto: nx - no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-20crypto: talitos - fix max key size for sha384 and sha512Christophe Leroy
2019-06-20crypto: vmx - Document CTR mode counter width quirksDaniel Axtens
2019-06-20crypto: caam - update IV using HW supportHoria Geantă
2019-06-20crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-17Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar
2019-06-13crypto: sahara - Use devm_platform_ioremap_resource()Fabio Estevam
2019-06-13crypto: mxs-dcp - Use devm_platform_ioremap_resource()Fabio Estevam
2019-06-13crypto: hisilicon - Use the correct style for SPDX License IdentifierNishad Kamdar
2019-06-13crypto: qat - use struct_size() helperGustavo A. R. Silva
2019-06-13crypto: cavium/nitrox - Use the correct style for SPDX License IdentifierNishad Kamdar
2019-06-13crypto: bcm - Make some symbols staticYueHaibing
2019-06-06crypto: atmel-i2c - Fix build error while CRC16 set to mYueHaibing
2019-06-06crypto: caam - disable some clock checks for iMX7ULPIuliana Prodan
2019-06-06crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel
2019-06-06crypto: atmel - Fix sparse endianness warningsHerbert Xu
2019-06-06crypto: caam - strip input without changing crypto requestIuliana Prodan
2019-06-06crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid inputIuliana Prodan
2019-06-06crypto: inside-secure - do not rely on the hardware last bit for result descr...Antoine Tenart
2019-06-06crypto: inside-secure - fix use of the SG listAntoine Tenart
2019-06-06crypto: inside-secure - add support for HMAC updatesAntoine Tenart
2019-06-06crypto: inside-secure - implement IV retrievalAntoine Tenart
2019-06-06crypto: inside-secure - fix queued len computationAntoine Tenart
2019-06-06crypto: inside-secure - fix zeroing of the request in ahash_exit_invAntoine Tenart
2019-06-06crypto: inside-secure - unify cache resetAntoine Tenart
2019-06-06crypto: inside-secure - enable context reuseAntoine Tenart
2019-06-06crypto: inside-secure - change returned error when a descriptor reports an errorAntoine Tenart
2019-06-06crypto: inside-secure - improve the result error format when displayedAntoine Tenart