summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2020-06-111-1/+1
* crypto: picoxcell - adjust the position of tasklet_init and fix missed taskle...Chuhong Yuan2020-05-221-2/+13
* crypto: talitos - check AES key sizeChristophe Leroy2019-10-311-0/+13
* crypto: mxs-dcp - Fix wait logic on chan threadsLeonard Crestez2018-12-161-23/+30
* crypto: padlock-aes - Fix Nano workaround data corruptionHerbert Xu2018-11-201-2/+6
* crypto: s5p-sss - Fix kernel Oops in AES-ECB modeKamil Konieczny2018-06-161-3/+9
* crypto: caam - fix endless loop when DECO acquire failsHoria Geantă2018-06-161-2/+6
* crypto: hash - annotate algorithms taking optional keyEric Biggers2018-06-161-1/+2
* crypto: n2 - cure use after freeJan Engelhardt2018-03-031-0/+3
* crypto: caam - fix incorrect defineRadu Alexe2018-02-131-1/+1
* crypto: talitos - Don't provide setkey for non hmac hashing algs.LEROY Christophe2018-01-011-1/+2
* crypto: talitos - fix sha224LEROY Christophe2018-01-011-2/+2
* crypto: atmel - only treat EBUSY as transient if backlogGilad Ben-Yossef2017-10-121-1/+3
* crypto: caam - fix signals handlingHoria Geantă2017-10-122-2/+2
* crypto: talitos - Extend max key length for SHA384/512-HMAC and AEADMartin Hicks2017-10-121-1/+6
* crypto: caam - fix RNG deinstantiation error checkingHoria Geantă2017-07-181-1/+2
* crypto: caam - fix AEAD givenc descriptorsAlex Porosanu2017-03-161-1/+3
* crypto: caam - fix non-hmac hashesRussell King2016-11-201-0/+1
* crypto: nx - off by one bug in nx_of_update_msc()Dan Carpenter2016-11-201-1/+1
* crypto: ux500 - memmove the right sizeLinus Walleij2016-08-221-2/+2
* crypto: caam - fix caam_jr_alloc() ret codeCatalin Vasile2016-08-221-1/+1
* crypto: ccp - Fix AES XTS error for request sizes above 4096Tom Lendacky2016-08-221-5/+12
* crypto: s5p-sss - fix incorrect usage of scatterlists apiMarek Szyprowski2016-08-221-4/+4
* crypto: s5p-sss - Fix missed interrupts when working with 8 kB blocksKrzysztof Kozlowski2016-08-221-14/+39
* crypto: ccp - Prevent information leakage on exportTom Lendacky2016-06-152-0/+6
* crypto: ccp - memset request context to zero during importTom Lendacky2016-05-012-0/+2
* crypto: ccp - Don't assume export/import areas are alignedTom Lendacky2016-05-012-25/+37
* crypto: ccp - Limit the amount of information exportedTom Lendacky2016-05-013-10/+48
* crypto: ccp - Add hash state import and export supportTom Lendacky2016-05-012-0/+46
* crypto: talitos - Fix timing leak in ESP ICV verificationDavid Gstir2016-01-051-2/+2
* crypto: nx - Fix timing leak in GCM and CCM decryptionDavid Gstir2016-01-052-2/+2
* crypto: caam - fix memory corruption in ahash_final_ctxHoria Geant?2015-09-031-3/+4
* crypto: ixp4xx - Remove bogus BUG_ON on scattered dst bufferHerbert Xu2015-08-271-1/+0
* crypto: omap-des - Fix unmapping of dma channelsVutla, Lokesh2015-08-101-3/+0
* Revert "crypto: talitos - convert to use be16_add_cpu()"Horia Geant?2015-07-091-1/+2
* crypto: talitos - avoid memleak in talitos_alg_alloc()Horia Geant?2015-07-091-0/+1
* crypto: caam - fix RNG buffer cache alignmentSteve Cornelius2015-06-301-1/+1
* crypto: caam - improve initalization for context state savesSteve Cornelius2015-06-301-0/+2
* crypto: caam - fix uninitialized state->buf_dma fieldHoria Geanta2015-06-301-0/+1
* crypto: omap-aes - Fix support for unequal lengthsVutla, Lokesh2015-05-061-3/+11
* crypto: prefix module autoloading with "crypto-"Kees Cook2015-02-044-11/+11
* crypto: caam - remove duplicated sg copy functionsCristian Stoica2014-11-272-62/+14
* crypto: caam - fix missing dma unmap on error pathCristian Stoica2014-11-271-15/+14
* crypto: caam - fix addressing of struct memberCristian Stoica2014-10-151-3/+3
* crypto: ccp - Check for CCP before registering crypto algsTom Lendacky2014-10-052-0/+18
* crypto: ux500 - make interrupt mode plausibleArnd Bergmann2014-09-051-13/+12
* crypto: caam - fix memleak in caam_jr moduleCristian Stoica2014-07-101-5/+3
* crypto/nx: disable NX on little endian buildsAnton Blanchard2014-06-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 int...Linus Torvalds2014-06-0722-428/+582
|\
| * crypto: cesa - tfm->__crt_alg->cra_type directlyMarek Vasut2014-05-221-2/+2