summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-10-17crypto: caam - fix concurrency issue in givencrypt descriptorHoria Geantă1-1/+10
2019-10-17crypto: qat - Silence smp_processor_id() warningAlexander Sverdlin1-1/+1
2019-10-05crypto: talitos - fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-09-21crypto: talitos - check data blocksize in ablkcipher.Christophe Leroy1-0/+16
2019-09-21crypto: talitos - check AES key sizeChristophe Leroy1-0/+13
2019-08-04crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy1-0/+4
2019-06-22Revert "crypto: crypto4xx - properly set IV after de- and encrypt"Greg Kroah-Hartman2-11/+1
2019-06-11crypto: vmx - ghash: do nosimd fallback manuallyDaniel Axtens1-129/+89
2019-06-11crypto: vmx - CTR: always increment IV as quadwordDaniel Axtens1-1/+1
2019-06-11crypto: vmx - fix copy-paste error in CTR modeDaniel Axtens1-2/+2
2019-04-27crypto: crypto4xx - properly set IV after de- and encryptChristian Lamparter2-1/+11
2019-03-23crypto: caam - fixed handling of sg listPankaj Gupta1-0/+1
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-10crypto: mxs-dcp - Fix wait logic on chan threadsLeonard Crestez1-23/+30
2018-09-26crypto: sharah - Unregister correct algorithms for SAHARA 3Michael Müller1-2/+2
2018-09-19crypto: vmx - Fix sleep-in-atomic bugsOndrej Mosnacek1-16/+14
2018-08-06crypto: 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-06-16crypto: vmx - Remove overly verbose printk from AES init routinesMichael Ellerman4-8/+0
2018-06-16x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2-2/+2
2018-05-30crypto: sunxi-ss - Add MODULE_ALIAS to sun4i-ssPeter Robinson1-0/+1
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-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-16crypto: s5p-sss - Fix completing crypto request in IRQ handlerKrzysztof Kozlowski1-2/+3
2017-11-15crypto: vmx - disable preemption to enable vsx in aes_ctr.cLi Zhong1-0/+6
2017-10-05crypto: talitos - fix sha224LEROY Christophe1-2/+2
2017-10-05crypto: talitos - Don't provide setkey for non hmac hashing algs.LEROY Christophe1-1/+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-18crypto: caam - fix RNG deinstantiation error checkingHoria Geantă1-1/+2
2017-01-06crypto: caam - fix AEAD givenc descriptorsAlex Porosanu1-1/+3
2016-11-26crypto: caam - do not register AES-XTS mode on LP unitsSven Ebenfeld1-0/+9
2016-10-22crypto: vmx - Fix memory corruption caused by p8_ghashMarcelo Cerri1-15/+16
2016-09-15crypto: caam - fix IV loading for authenc (giv)decryptionHoria Geantă1-40/+37
2016-09-15crypto: nx-842 - Mask XERS0 bit in return valueHaren Myneni1-4/+8
2016-09-15crypto: vmx - IV size failing on skcipher APILeonidas Da Silva Barbosa2-2/+2
2016-09-15crypto: vmx - Fix ABI detectionAnton Blanchard1-1/+1
2016-09-15crypto: vmx - comply with ABIs that specify vrsave as reserved.Paulo Flabiano Smorigo1-0/+20
2016-09-07crypto: qat - fix aes-xts key sizesGiovanni Cabiddu1-2/+2
2016-09-07crypto: nx - off by one bug in nx_of_update_msc()Dan Carpenter1-1/+1
2016-09-07crypto: caam - defer aead_set_sh_desc in case of zero authsizeHoria Geantă1-0/+3
2016-09-07crypto: caam - fix echainiv(authenc) encrypt shared descriptorHoria Geantă1-5/+5
2016-09-07crypto: caam - fix non-hmac hashesRussell King1-0/+1
2016-07-27crypto: qat - make qat_asym_algs.o depend on asn1 headersJan Stancek1-0/+1
2016-07-11crypto: ux500 - memmove the right sizeLinus Walleij1-2/+2