summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: vmx - various build fixesNaveen N. Rao2016-11-171-5/+7
* crypto: nx - drop duplicate header types.hGeliang Tang2016-11-171-1/+0
* crypto: caam - merge identical ahash_final/finup shared descHoria Geantă2016-11-131-25/+1
* crypto: caam - constify pointer to descriptor bufferHoria Geantă2016-11-131-34/+38
* crypto: caam - move sec4_sg_entry to sg_sw_sec4.hHoria Geantă2016-11-132-7/+5
* Revert "crypto: caam - get rid of tasklet"Horia Geantă2016-11-132-9/+17
* crypto: caam - fix DMA API mapping leak in ablkcipher codeHoria Geantă2016-11-131-0/+44
* crypto: caam - remove unreachable code in report_ccb_status()Horia Geantă2016-11-131-3/+2
* crypto: caam - trivial code clean-upHoria Geantă2016-11-133-22/+9
* crypto: caam - remove unused command from aead givencryptHoria Geantă2016-11-131-4/+1
* crypto: caam - remove unused may_sleep in dbg_dump_sg()Horia Geantă2016-11-131-13/+6
* crypto: caam - fix smatch warningsHoria Geantă2016-11-132-4/+2
* crypto: caam - fix sparse warningsHoria Geantă2016-11-133-26/+20
* crypto: caam - desc.h fixesHoria Geantă2016-11-131-8/+8
* crypto: caam - completely remove error propagation handlingHoria Geantă2016-11-132-8/+2
* crypto: caam - fix AEAD givenc descriptorsAlex Porosanu2016-11-131-1/+3
* Crypto: mv_cesa - Switch to using managed resourcesNadim almas2016-11-131-3/+1
* crypto: talitos - fix spelling mistakeColin Ian King2016-11-131-1/+1
* crypto: ccp - Fix handling of RSA exponent on a v5 deviceGary R Hook2016-11-131-5/+5
* crypto: caam - fix type mismatch warningArnd Bergmann2016-11-011-1/+1
* crypto: sahara - fix typo "Decidated" -> "Dedicated"Colin Ian King2016-11-011-1/+1
* crypto: atmel - drop pointless static qualifier in atmel_aes_probe()Wei Yongjun2016-11-011-1/+1
* crypto: ccp - Clean up the LSB slot allocation codeGary R Hook2016-10-253-12/+16
* crypto: ccp - remove unneeded codeGary R Hook2016-10-251-1/+0
* crypto: ccp - change bitfield type to unsigned intsGary R Hook2016-10-251-21/+21
* crypto: ccp - Fix non static symbol warningWei Yongjun2016-10-251-1/+1
* crypto: caam - add support for iMX6ULMarcus Folkesson2016-10-251-15/+20
* crypto: ccp - change type of struct member lsb to signedGary R Hook2016-10-211-1/+1
* crypto: crypto4xx - Fix size used in dma_free_coherent()Christophe Jaillet2016-10-211-2/+1
* crypto: marvell - Don't break chain for computable last ahash requestsRomain Perier2016-10-211-16/+49
* crypto: marvell - Use an unique pool to copy results of requestsRomain Perier2016-10-214-24/+26
* crypto: atmel-aes - add support to the XTS modeCyrille Pitchen2016-10-212-6/+183
* crypto: atmel-aes - fix compiler error when VERBOSE_DEBUG is definedCyrille Pitchen2016-10-211-1/+1
* 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