summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2018-05-25crypto: inside-secure - fix the invalidation step during cra_exitAntoine Tenart2-2/+2
2018-05-25crypto: sunxi-ss - Add MODULE_ALIAS to sun4i-ssPeter Robinson1-0/+1
2018-05-25crypto: inside-secure - fix the extra cache computationAntoine Tenart1-1/+1
2018-05-25crypto: inside-secure - fix the cache_len computationAntoine Tenart1-1/+1
2018-05-25crypto: inside-secure - do not process request if no command was issuedAntoine Tenart1-0/+9
2018-05-25crypto: ccp - don't disable interrupts while setting up debugfsSebastian Andrzej Siewior1-4/+3
2018-05-25crypto: atmel-aes - fix the keys zeroing on errorsAntoine Tenart1-1/+1
2018-05-25crypto: inside-secure - wait for the request to complete if in the backlogAntoine Tenart1-1/+1
2018-05-09crypto: talitos - fix IPsec cipher in lengthLEROY Christophe1-20/+21
2018-04-26crypto: artpec6 - remove select on non-existing CRYPTO_SHA384Corentin LABBE1-1/+0
2018-04-08crypto: ccp - return an actual key size from RSA max_size callbackMaciej S. Szmigiero1-4/+3
2018-04-08crypto: caam - Fix null dereference at error pathRui Miguel Silva1-3/+0
2018-04-08crypto: inside-secure - fix clock managementGregory CLEMENT1-1/+1
2018-03-24crypto: artpec6 - set correct iv size for gcm(aes)Lars Persson1-2/+3
2018-03-19crypto: caam/qi - use correct print specifier for size_tHoria Geantă1-3/+3
2018-03-19crypto: cavium - fix memory leak on infoColin Ian King1-1/+2
2018-03-03crypto: inside-secure - fix request allocations in invalidation pathAntoine Ténart2-15/+15
2018-03-03crypto: inside-secure - free requests even if their handling failedAntoine Ténart1-0/+1
2018-03-03crypto: inside-secure - per request invalidationOfer Heifetz2-27/+111
2018-02-25crypto: s5p-sss - Fix kernel Oops in AES-ECB modeKamil Konieczny1-3/+9
2018-02-25crypto: talitos - fix Kernel Oops on hashing an empty fileLEROY Christophe1-0/+5
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang1-1/+1
2018-02-22crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generateArtem Savkov1-2/+2
2018-02-22crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generateArtem Savkov1-1/+1
2018-02-16crypto: caam - fix endless loop when DECO acquire failsHoria Geantă1-2/+6
2018-02-16crypto: hash - annotate algorithms taking optional keyEric Biggers2-1/+4
2018-02-03crypto: inside-secure - avoid unmapping DMA memory that was not mappedAntoine Tenart1-8/+12
2018-02-03crypto: inside-secure - fix hash when length is a multiple of a blockAntoine Tenart1-11/+25
2018-01-10crypto: chelsio - select CRYPTO_GF128MULArnd Bergmann1-0/+1
2018-01-10crypto: n2 - cure use after freeJan Engelhardt1-0/+3
2017-12-25crypto: crypto4xx - increase context and scatter ring buffer elementsChristian Lamparter1-5/+5
2017-12-14crypto: talitos - fix ctr-aes-talitosLEROY Christophe1-1/+1
2017-12-14crypto: talitos - fix use of sg_link_tbl_lenLEROY Christophe1-2/+2
2017-12-14crypto: talitos - fix AEAD for sha224 on non sha224 capable chipsLEROY Christophe1-0/+5
2017-12-14crypto: talitos - fix setkey to check key weaknessLEROY Christophe1-0/+8
2017-12-14crypto: talitos - fix memory corruption on SEC2LEROY Christophe1-14/+28
2017-12-14crypto: talitos - fix AEAD test failuresLEROY Christophe1-5/+4
2017-11-21crypto: brcm - Explicity ACK mailbox messageraveendra padasalagi1-55/+46
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman51-0/+51
2017-10-07crypto: stm32 - Try to fix hash paddingArnd Bergmann1-6/+9
2017-09-22crypto: axis - hide an unused variableArnd Bergmann1-2/+2
2017-09-20crypto: caam - fix LS1021A support on ARMv7 multiplatform kernelHoria Geantă3-44/+39
2017-09-20crypto: inside-secure - fix gcc-4.9 warningsArnd Bergmann2-2/+2
2017-09-20crypto: talitos - Don't provide setkey for non hmac hashing algs.LEROY Christophe1-1/+2
2017-09-20crypto: talitos - fix hashingLEROY Christophe1-1/+1
2017-09-20crypto: talitos - fix sha224LEROY Christophe1-2/+2
2017-09-08Merge tag 'dmaengine-4.14-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-23/+0
2017-09-07Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-56/+474
2017-09-01crypto/nx: Add P9 NX support for 842 compression engineHaren Myneni2-6/+372
2017-09-01crypto/nx: Add P9 NX specific error codes for 842 engineHaren Myneni2-0/+26