summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: nx-842 - Mask XERS0 bit in return valueHaren Myneni2016-09-151-4/+8
* crypto: vmx - IV size failing on skcipher APILeonidas Da Silva Barbosa2016-09-152-2/+2
* crypto: vmx - Fix ABI detectionAnton Blanchard2016-09-151-1/+1
* crypto: vmx - comply with ABIs that specify vrsave as reserved.Paulo Flabiano Smorigo2016-09-151-0/+20
* crypto: qat - fix aes-xts key sizesGiovanni Cabiddu2016-09-071-2/+2
* crypto: nx - off by one bug in nx_of_update_msc()Dan Carpenter2016-09-071-1/+1
* crypto: caam - defer aead_set_sh_desc in case of zero authsizeHoria Geantă2016-09-071-0/+3
* crypto: caam - fix echainiv(authenc) encrypt shared descriptorHoria Geantă2016-09-071-5/+5
* crypto: caam - fix non-hmac hashesRussell King2016-09-071-0/+1
* crypto: qat - make qat_asym_algs.o depend on asn1 headersJan Stancek2016-07-271-0/+1
* crypto: ux500 - memmove the right sizeLinus Walleij2016-07-111-2/+2
* crypto: vmx - Increase priority of aes-cbc cipherAnton Blanchard2016-07-112-2/+2
* crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wqTadeusz Struk2016-06-241-2/+11
* crypto: ccp - Fix AES XTS error for request sizes above 4096Tom Lendacky2016-06-241-5/+12
* crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}Corentin LABBE2016-06-011-4/+6
* crypto: talitos - fix ahash algorithms registrationHoria Geant?2016-06-011-0/+64
* crypto: caam - fix caam_jr_alloc() ret codeCatalin Vasile2016-06-011-1/+1
* crypto: qat - fix invalid pf2vf_resp_wq logicTadeusz Struk2016-05-183-10/+24
* crypto: talitos - fix AEAD tcrypt testsHoria Geant?2016-05-041-16/+30
* crypto: talitos - fix crash in talitos_cra_init()Jonas Eymann2016-05-041-14/+27
* crypto: ccp - Prevent information leakage on exportTom Lendacky2016-05-042-0/+6
* crypto: marvell/cesa - forward devm_ioremap_resource() error codeBoris BREZILLON2016-04-121-1/+1
* crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy2016-04-122-4/+4
* crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy2016-04-123-6/+6
* crypto: ccp - memset request context to zero during importTom Lendacky2016-04-122-0/+2
* crypto: ccp - Don't assume export/import areas are alignedTom Lendacky2016-04-122-25/+37
* crypto: ccp - Limit the amount of information exportedTom Lendacky2016-04-123-10/+48
* crypto: ccp - Add hash state import and export supportTom Lendacky2016-04-122-0/+46
* crypto: marvell/cesa - fix test in mv_cesa_dev_dma_init()Boris BREZILLON2016-02-171-1/+1
* crypto: atmel-sha - remove calls of clk_prepare() from atomic contextsCyrille Pitchen2016-02-171-5/+13
* crypto: atmel-sha - fix atmel_sha_remove()Cyrille Pitchen2016-02-171-7/+0
* crypto: caam - make write transactions bufferable on PPC platformsHoria Geant?2016-02-171-2/+2
* crypto: sun4i-ss - add missing statesizeLABBE Corentin2016-02-171-0/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-12-053-3/+4
|\