summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2017-11-30crypto: marvell - Copy IVDIG before launching partial DMA ahash requestsRomain Perier3-3/+43
2017-11-15crypto: vmx - disable preemption to enable vsx in aes_ctr.cLi Zhong1-0/+6
2017-11-08crypto: ccp - Set the AES size field for all modesGary R Hook3-2/+10
2017-10-05crypto: talitos - fix hashingLEROY Christophe1-1/+1
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-09-27crypto: ccp - Fix XTS-AES-128 support on v5 CCPsGary R Hook4-10/+41
2017-08-24crypto: ixp4xx - Fix error handling path in 'aead_perform()'Herbert Xu1-3/+3
2017-07-21crypto: caam - fix signals handlingHoria Geantă2-2/+2
2017-07-21crypto: caam - properly set IV after {en,de}cryptDavid Gstir1-2/+18
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-07-15crypto: caam - fix gfp allocation flags (part I)Horia Geantă1-2/+1
2017-05-20crypto: ccp - Change ISR handler method for a v5 CCPGary R Hook1-44/+67
2017-05-20crypto: ccp - Change ISR handler method for a v3 CCPGary R Hook3-50/+75
2017-05-20crypto: ccp - Disable interrupts early on unloadGary R Hook1-2/+2
2017-05-20crypto: ccp - Use only the relevant interrupt bitsGary R Hook2-7/+7
2017-05-14crypto: caam - fix error path for ctx_dma mapping failureHoria Geantă1-1/+6
2017-04-18crypto: caam - fix invalid dereference in caam_rsa_init_tfm()Horia Geantă1-1/+1
2017-04-18crypto: caam - fix RNG deinstantiation error checkingHoria Geantă1-1/+2
2017-03-30crypto: ccp - Assign DMA commands to the channel's CCPGary R Hook2-1/+5
2017-02-14crypto: ccp - Fix double add when creating new DMA commandGary R Hook2-1/+6
2017-02-14crypto: ccp - Fix DMA operations when IOMMU is enabledGary R Hook1-1/+1
2017-02-14crypto: qat - zero esram only for DH85x devicesGiovanni Cabiddu1-2/+2
2017-02-14crypto: qat - fix bar discovery for c62xGiovanni Cabiddu2-1/+2
2017-02-14crypto: chcr - Check device is allocated before useHarsh Jain1-10/+8
2017-01-06crypto: caam - fix AEAD givenc descriptorsAlex Porosanu1-1/+3
2016-12-07crypto: caam - fix pointer size for AArch64 boot loader, AArch32 kernelHoria Geantă1-2/+3
2016-12-07crypto: marvell - Don't corrupt state of an STD req for re-stepped ahashRomain Perier1-3/+5
2016-12-07crypto: marvell - Don't copy hash operation twice into the SRAMRomain Perier1-3/+0
2016-11-30crypto: chcr - Fix memory corruptionHarsh Jain1-1/+2
2016-11-17crypto: caam - fix type mismatch warningArnd Bergmann1-1/+1
2016-11-13crypto: caam - do not register AES-XTS mode on LP unitsSven Ebenfeld1-0/+9
2016-10-10Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds40-1268/+3032
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu4-58/+56
2016-10-02crypto: caam - treat SGT address pointer as u64Tudor Ambarus3-7/+9
2016-10-02crypto: ccp - Make syslog errors human-readableGary R Hook4-0/+61
2016-10-02crypto: ccp - clean up data structureGary R Hook4-9/+12
2016-10-02crypto: vmx - Ensure ghash-generic is enabledMarcelo Cerri1-0/+1
2016-10-02crypto: caam - Unmap region obtained by of_iomapArvind Yadav1-0/+1
2016-10-02crypto: vmx - Fix memory corruption caused by p8_ghashMarcelo Cerri1-15/+16
2016-09-22crypto: caam - fix sg dumpCatalin Vasile1-18/+61
2016-09-22crypto: omap-sham - shrink the internal buffer sizeTero Kristo1-1/+1
2016-09-22crypto: omap-sham - add support for export/importTero Kristo1-3/+13
2016-09-22crypto: omap-sham - convert driver logic to use sgs for data xmitTero Kristo1-270/+74
2016-09-22crypto: omap-sham - change the DMA threshold value to a defineTero Kristo1-3/+5
2016-09-22crypto: omap-sham - add support functions for sg based data handlingTero Kristo1-0/+263
2016-09-22crypto: omap-sham - rename sgl to sgl_tmp for deprecationTero Kristo1-10/+11
2016-09-22crypto: omap-sham - align algorithms on word offsetTero Kristo1-5/+5
2016-09-22crypto: omap-sham - add context export/import stubsTero Kristo1-2/+17