summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: marvell - Copy IVDIG before launching partial DMA ahash requestsRomain Perier2017-11-303-3/+43
* crypto: vmx - disable preemption to enable vsx in aes_ctr.cLi Zhong2017-11-151-0/+6
* crypto: ccp - Set the AES size field for all modesGary R Hook2017-11-083-2/+10
* crypto: talitos - fix hashingLEROY Christophe2017-10-051-1/+1
* 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: ccp - Fix XTS-AES-128 support on v5 CCPsGary R Hook2017-09-274-10/+41
* crypto: ixp4xx - Fix error handling path in 'aead_perform()'Herbert Xu2017-08-241-3/+3
* crypto: caam - fix signals handlingHoria Geantă2017-07-212-2/+2
* crypto: caam - properly set IV after {en,de}cryptDavid Gstir2017-07-211-2/+18
* 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 gfp allocation flags (part I)Horia Geantă2017-07-151-2/+1
* crypto: ccp - Change ISR handler method for a v5 CCPGary R Hook2017-05-201-44/+67
* crypto: ccp - Change ISR handler method for a v3 CCPGary R Hook2017-05-203-50/+75
* crypto: ccp - Disable interrupts early on unloadGary R Hook2017-05-201-2/+2
* crypto: ccp - Use only the relevant interrupt bitsGary R Hook2017-05-202-7/+7
* crypto: caam - fix error path for ctx_dma mapping failureHoria Geantă2017-05-141-1/+6
* crypto: caam - fix invalid dereference in caam_rsa_init_tfm()Horia Geantă2017-04-181-1/+1
* crypto: caam - fix RNG deinstantiation error checkingHoria Geantă2017-04-181-1/+2
* crypto: ccp - Assign DMA commands to the channel's CCPGary R Hook2017-03-302-1/+5
* crypto: ccp - Fix double add when creating new DMA commandGary R Hook2017-02-142-1/+6
* crypto: ccp - Fix DMA operations when IOMMU is enabledGary R Hook2017-02-141-1/+1
* crypto: qat - zero esram only for DH85x devicesGiovanni Cabiddu2017-02-141-2/+2
* crypto: qat - fix bar discovery for c62xGiovanni Cabiddu2017-02-142-1/+2
* crypto: chcr - Check device is allocated before useHarsh Jain2017-02-141-10/+8
* crypto: caam - fix AEAD givenc descriptorsAlex Porosanu2017-01-061-1/+3
* crypto: caam - fix pointer size for AArch64 boot loader, AArch32 kernelHoria Geantă2016-12-071-2/+3
* crypto: marvell - Don't corrupt state of an STD req for re-stepped ahashRomain Perier2016-12-071-3/+5
* crypto: marvell - Don't copy hash operation twice into the SRAMRomain Perier2016-12-071-3/+0
* crypto: chcr - Fix memory corruptionHarsh Jain2016-11-301-1/+2
* crypto: caam - fix type mismatch warningArnd Bergmann2016-11-171-1/+1
* crypto: caam - do not register AES-XTS mode on LP unitsSven Ebenfeld2016-11-131-0/+9
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-10-1040-1268/+3032
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-10-104-58/+56
| |\
| | * crypto: vmx - Fix memory corruption caused by p8_ghashMarcelo Cerri2016-10-021-15/+16
| * | crypto: caam - treat SGT address pointer as u64Tudor Ambarus2016-10-023-7/+9
| * | crypto: ccp - Make syslog errors human-readableGary R Hook2016-10-024-0/+61
| * | crypto: ccp - clean up data structureGary R Hook2016-10-024-9/+12
| * | crypto: vmx - Ensure ghash-generic is enabledMarcelo Cerri2016-10-021-0/+1
| * | crypto: caam - Unmap region obtained by of_iomapArvind Yadav2016-10-021-0/+1
| * | crypto: caam - fix sg dumpCatalin Vasile2016-09-221-18/+61
| * | crypto: omap-sham - shrink the internal buffer sizeTero Kristo2016-09-221-1/+1
| * | crypto: omap-sham - add support for export/importTero Kristo2016-09-221-3/+13
| * | crypto: omap-sham - convert driver logic to use sgs for data xmitTero Kristo2016-09-221-270/+74
| * | crypto: omap-sham - change the DMA threshold value to a defineTero Kristo2016-09-221-3/+5
| * | crypto: omap-sham - add support functions for sg based data handlingTero Kristo2016-09-221-0/+263
| * | crypto: omap-sham - rename sgl to sgl_tmp for deprecationTero Kristo2016-09-221-10/+11
| * | crypto: omap-sham - align algorithms on word offsetTero Kristo2016-09-221-5/+5
| * | crypto: omap-sham - add context export/import stubsTero Kristo2016-09-221-2/+17