summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - fix double free in qat_uclo_create_batch_init_listTom Rix2020-08-211-2/+7
* x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2020-06-111-1/+1
* crypto: mxs-dcp - make symbols 'sha1_null_hash' and 'sha256_null_hash' staticWei Yongjun2020-05-021-2/+2
* crypto: mxs-dcp - fix scatterlist linearization for hashRosioru Dragos2020-04-241-30/+28
* crypto: picoxcell - adjust the position of tasklet_init and fix missed taskle...Chuhong Yuan2020-02-141-2/+13
* crypto: caam - free resources in case caam_rng registration failedIuliana Prodan2020-01-291-1/+4
* crypto: vmx - Avoid weird build failuresMichael Ellerman2020-01-041-3/+3
* crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.cCorentin Labbe2020-01-041-6/+6
* crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdrChristian Lamparter2019-12-211-5/+1
* crypto: mxs-dcp - Fix AES issuesRadu Solea2019-11-251-2/+31
* crypto: mxs-dcp - Fix SHA null hashes and output lengthRadu Solea2019-11-251-10/+37
* crypto: caam - fix concurrency issue in givencrypt descriptorHoria Geantă2019-10-171-1/+10
* crypto: qat - Silence smp_processor_id() warningAlexander Sverdlin2019-10-171-1/+1
* crypto: talitos - fix missing break in switch statementGustavo A. R. Silva2019-10-051-0/+1
* crypto: talitos - check data blocksize in ablkcipher.Christophe Leroy2019-09-211-0/+16
* crypto: talitos - check AES key sizeChristophe Leroy2019-09-211-0/+13
* crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy2019-08-041-0/+4
* Revert "crypto: crypto4xx - properly set IV after de- and encrypt"Greg Kroah-Hartman2019-06-222-11/+1
* crypto: vmx - ghash: do nosimd fallback manuallyDaniel Axtens2019-06-111-129/+89
* crypto: vmx - CTR: always increment IV as quadwordDaniel Axtens2019-06-111-1/+1
* crypto: vmx - fix copy-paste error in CTR modeDaniel Axtens2019-06-111-2/+2
* crypto: crypto4xx - properly set IV after de- and encryptChristian Lamparter2019-04-272-1/+11
* crypto: caam - fixed handling of sg listPankaj Gupta2019-03-231-0/+1
* crypto: ux500 - Use proper enum in hash_set_dma_transferNathan Chancellor2019-02-201-1/+1
* crypto: ux500 - Use proper enum in cryp_set_dma_transferNathan Chancellor2019-02-201-2/+2
* crypto: mxs-dcp - Fix wait logic on chan threadsLeonard Crestez2018-10-101-23/+30
* crypto: sharah - Unregister correct algorithms for SAHARA 3Michael Müller2018-09-261-2/+2
* crypto: vmx - Fix sleep-in-atomic bugsOndrej Mosnacek2018-09-191-16/+14
* crypto: padlock-aes - Fix Nano workaround data corruptionHerbert Xu2018-08-061-2/+6
* crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leakChristian Lamparter2018-07-221-8/+9
* crypto: crypto4xx - remove bad list_delChristian Lamparter2018-07-221-4/+2
* crypto: vmx - Remove overly verbose printk from AES init routinesMichael Ellerman2018-06-164-8/+0
* x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2018-06-162-2/+2
* crypto: sunxi-ss - Add MODULE_ALIAS to sun4i-ssPeter Robinson2018-05-301-0/+1
* crypto: s5p-sss - Fix kernel Oops in AES-ECB modeKamil Konieczny2018-02-251-4/+9
* crypto: caam - fix endless loop when DECO acquire failsHoria Geantă2018-02-161-2/+6
* crypto: n2 - cure use after freeJan Engelhardt2018-01-101-0/+3
* crypto: crypto4xx - increase context and scatter ring buffer elementsChristian Lamparter2017-12-251-5/+5
* crypto: s5p-sss - Fix completing crypto request in IRQ handlerKrzysztof Kozlowski2017-12-161-2/+3
* crypto: vmx - disable preemption to enable vsx in aes_ctr.cLi Zhong2017-11-151-0/+6
* crypto: talitos - fix sha224LEROY Christophe2017-10-051-2/+2
* crypto: talitos - Don't provide setkey for non hmac hashing algs.LEROY Christophe2017-10-051-1/+2
* crypto: caam - fix signals handlingHoria Geantă2017-07-212-2/+2
* crypto: atmel - only treat EBUSY as transient if backlogGilad Ben-Yossef2017-07-211-1/+3
* crypto: talitos - Extend max key length for SHA384/512-HMAC and AEADMartin Hicks2017-07-211-1/+6
* crypto: caam - fix RNG deinstantiation error checkingHoria Geantă2017-04-181-1/+2
* crypto: caam - fix AEAD givenc descriptorsAlex Porosanu2017-01-061-1/+3
* crypto: caam - do not register AES-XTS mode on LP unitsSven Ebenfeld2016-11-261-0/+9
* crypto: vmx - Fix memory corruption caused by p8_ghashMarcelo Cerri2016-10-221-15/+16
* crypto: caam - fix IV loading for authenc (giv)decryptionHoria Geantă2016-09-151-40/+37