summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-04-27crypto: crypto4xx - properly set IV after de- and encryptChristian Lamparter2-1/+11
2019-02-20crypto: ux500 - Use proper enum in hash_set_dma_transferNathan Chancellor1-1/+1
2019-02-20crypto: ux500 - Use proper enum in cryp_set_dma_transferNathan Chancellor1-2/+2
2018-10-13crypto: mxs-dcp - Fix wait logic on chan threadsLeonard Crestez1-23/+30
2018-08-09crypto: padlock-aes - Fix Nano workaround data corruptionHerbert Xu1-2/+6
2018-07-22crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leakChristian Lamparter1-8/+9
2018-07-22crypto: crypto4xx - remove bad list_delChristian Lamparter1-4/+2
2018-02-25crypto: s5p-sss - Fix kernel Oops in AES-ECB modeKamil Konieczny1-4/+9
2018-02-16crypto: caam - fix endless loop when DECO acquire failsHoria Geantă1-2/+6
2018-01-17crypto: n2 - cure use after freeJan Engelhardt1-0/+3
2017-12-25crypto: crypto4xx - increase context and scatter ring buffer elementsChristian Lamparter1-5/+5
2017-12-16crypto: s5p-sss - Fix completing crypto request in IRQ handlerKrzysztof Kozlowski1-2/+3
2017-10-05crypto: talitos - fix sha224LEROY Christophe1-2/+2
2017-07-21crypto: caam - fix signals handlingHoria Geantă2-2/+2
2017-07-21crypto: atmel - only treat EBUSY as transient if backlogGilad Ben-Yossef1-1/+3
2017-07-21crypto: talitos - Extend max key length for SHA384/512-HMAC and AEADMartin Hicks1-1/+6
2017-04-22crypto: caam - fix RNG deinstantiation error checkingHoria Geantă1-1/+2
2017-01-14crypto: caam - fix AEAD givenc descriptorsAlex Porosanu1-1/+3
2016-09-01crypto: caam - fix non-hmac hashesRussell King1-0/+1
2016-07-11crypto: ux500 - memmove the right sizeLinus Walleij1-2/+2
2016-06-18crypto: ccp - Fix AES XTS error for request sizes above 4096Tom Lendacky1-5/+12
2016-06-07crypto: caam - fix caam_jr_alloc() ret codeCatalin Vasile1-1/+1
2016-06-03crypto: s5p-sss - Fix missed interrupts when working with 8 kB blocksKrzysztof Kozlowski1-14/+39
2016-06-03crypto: s5p-sss - Remove useless hash interrupt handlerKrzysztof Kozlowski1-28/+6
2016-05-09crypto: ccp - Prevent information leakage on exportTom Lendacky2-0/+6
2016-04-18crypto: ccp - memset request context to zero during importTom Lendacky2-0/+2
2016-04-12crypto: ccp - Don't assume export/import areas are alignedTom Lendacky2-25/+37
2016-04-12crypto: ccp - Limit the amount of information exportedTom Lendacky3-10/+48
2016-04-12crypto: ccp - Add hash state import and export supportTom Lendacky2-0/+46
2015-09-17crypto: caam - fix memory corruption in ahash_final_ctxHoria Geant?1-3/+4
2015-08-27crypto: ixp4xx - Remove bogus BUG_ON on scattered dst bufferHerbert Xu1-1/+0
2015-08-27crypto: qat - Fix invalid synchronization between register/unregister sym algsTadeusz Struk1-8/+16
2015-07-04Revert "crypto: talitos - convert to use be16_add_cpu()"Horia Geant?1-1/+2
2015-07-04crypto: talitos - avoid memleak in talitos_alg_alloc()Horia Geant?1-0/+1
2015-07-01crypto: caam - fix RNG buffer cache alignmentSteve Cornelius1-1/+1
2015-07-01crypto: caam - improve initalization for context state savesSteve Cornelius1-0/+2
2015-05-18crypto: omap-aes - Fix support for unequal lengthsVutla, Lokesh1-3/+11
2015-01-30crypto: prefix module autoloading with "crypto-"Kees Cook5-12/+13
2014-11-06crypto: caam - fix missing dma unmap on error pathCristian Stoica1-15/+14
2014-10-24crypto: qat - Enforce valid numa configurationTadeusz Struk7-34/+30
2014-10-24crypto: qat - Prevent dma mapping zero length assoc dataTadeusz Struk1-0/+2
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/.../qat_algs.cBehan Webster1-17/+14
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/omap_sham.cBehan Webster1-17/+11
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/n2_core.cBehan Webster1-7/+4
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/mv_cesa.cBehan Webster1-23/+18
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.cJan-Simon Möller1-7/+6
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds10-217/+148
2014-10-08Fix up missing dmaengine header inclusion from qce crypto engineLinus Torvalds1-0/+2
2014-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu3-1/+19