aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-09-17Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 1-0/+20
2019-09-13s390/crypto: Support for SHA3 via CPACF (MSA6)Gravatar Joerg Schmidbauer 1-0/+20
2019-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+8
2019-08-22crypto: ccp - Ignore unconfigured CCP device on suspend/resumeGravatar Gary R Hook 1-0/+8
2019-08-10Merge tag 'Wimplicit-fallthrough-5.3-rc4' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+6
2019-08-09crypto: ux500/crypt: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+6
2019-08-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-9/+38
2019-08-02crypto: ccp - Ignore tag length when decrypting GCM ciphertextGravatar Gary R Hook 1-2/+1
2019-08-02crypto: ccp - Add support for valid authsize values less than 16Gravatar Gary R Hook 2-5/+35
2019-08-02crypto: ccp - Fix oops by properly managing allocated structuresGravatar Gary R Hook 1-2/+2
2019-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-11/+26
2019-07-18crypto: ccp - Fix SEV_VERSION_GREATER_OR_EQUALGravatar David Rientjes 1-7/+12
2019-07-18crypto: ccp/gcm - use const time tag comparison.Gravatar Cfir Cohen 1-1/+2
2019-07-15docs: arm: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 4-4/+4
2019-07-12crypto: ccp - memset structure fields to zero before reuseGravatar Hook, Gary 1-1/+11
2019-07-12crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probeGravatar Wen Yang 1-1/+0
2019-07-12crypto: stm32/hash - Fix incorrect printk modifier for size_tGravatar Herbert Xu 1-1/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 73-2450/+2906
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+3
2019-07-03crypto: stm32/hash - remove interruptible condition for dmaGravatar Lionel Debieve 1-2/+2
2019-07-03crypto: stm32/hash - Fix hmac issue more than 256 bytesGravatar Lionel Debieve 1-1/+1
2019-07-03crypto: stm32/crc32 - rename driver fileGravatar Lionel Debieve 2-1/+1
2019-07-03crypto: amcc - remove memset after dma_alloc_coherentGravatar Fuqian Huang 1-1/+0
2019-07-03crypto: ccp - Switch to SPDX license identifiersGravatar Hook, Gary 22-88/+20
2019-07-03crypto: ccp - Validate the the error value used to index error messagesGravatar Hook, Gary 2-46/+52
2019-07-03crypto: talitos - drop icv_oolGravatar Christophe Leroy 2-5/+0
2019-07-03crypto: talitos - fix hash on SEC1.Gravatar Christophe Leroy 1-28/+41
2019-07-03crypto: talitos - move struct talitos_edesc into talitos.hGravatar Christophe Leroy 2-30/+30
2019-06-28crypto/NX: Set receive window credits to max number of CRBs in RxFIFOGravatar Haren Myneni 1-3/+5
2019-06-27crypto: talitos - eliminate unneeded 'done' functions at build timeGravatar Christophe Leroy 1-1/+1
2019-06-27crypto: sun4i-ss - reduce stack usageGravatar Arnd Bergmann 1-17/+30
2019-06-27crypto: ccree - add HW engine config checkGravatar Gilad Ben-Yossef 3-0/+38
2019-06-27crypto: ccree - prevent isr handling in case driver is suspendedGravatar Ofir Drang 3-0/+16
2019-06-27crypto: ccree - check that cryptocell reset completedGravatar Ofir Drang 4-1/+43
2019-06-27crypto: ccree - Relocate driver irq registration after clk initGravatar ofir.drang@arm.com 1-9/+9
2019-06-20crypto: nx - no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 3-61/+26
2019-06-20crypto: talitos - fix max key size for sha384 and sha512Gravatar Christophe Leroy 1-1/+1
2019-06-20crypto: vmx - Document CTR mode counter width quirksGravatar Daniel Axtens 1-2/+20
2019-06-20crypto: caam - update IV using HW supportGravatar Horia Geantă 5-146/+163
2019-06-20crypto: caam - use len instead of nents for bulding HW S/G tableGravatar Horia Geantă 8-99/+105
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 3-127/+88
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 45-186/+45
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459Gravatar Thomas Gleixner 9-108/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Gravatar Thomas Gleixner 1-15/+1
2019-06-17Merge tag 'v5.2-rc5' into locking/core, to pick up fixesGravatar Ingo Molnar 30-310/+30
2019-06-13crypto: sahara - Use devm_platform_ioremap_resource()Gravatar Fabio Estevam 1-3/+1
2019-06-13crypto: mxs-dcp - Use devm_platform_ioremap_resource()Gravatar Fabio Estevam 1-4/+1
2019-06-13crypto: hisilicon - Use the correct style for SPDX License IdentifierGravatar Nishad Kamdar 1-1/+1
2019-06-13crypto: qat - use struct_size() helperGravatar Gustavo A. R. Silva 1-4/+2
2019-06-13crypto: cavium/nitrox - Use the correct style for SPDX License IdentifierGravatar Nishad Kamdar 2-2/+2