summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2016-08-31crypto: caam - fix IV loading for authenc (giv)decryptionHoria Geantă-40/+37
2016-08-24crypto: vmx - fix null dereference in p8_aes_xts_cryptLi Zhong-1/+1
2016-08-24crypto: qat - fix aes-xts key sizesGiovanni Cabiddu-2/+2
2016-08-09crypto: caam - fix non-hmac hashesRussell King-0/+1
2016-08-08crypto: caam - defer aead_set_sh_desc in case of zero authsizeHoria Geantă-0/+3
2016-08-08crypto: caam - fix echainiv(authenc) encrypt shared descriptorHoria Geantă-5/+5
2016-08-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-27/+17
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-5/+3
2016-07-29crypto: marvell - Don't copy IV vectors from the _process op for ciphersRomain Perier-10/+1
2016-07-28crypto: marvell - Update cache with input sg only when it is unmappedRomain Perier-6/+6
2016-07-28crypto: marvell - Don't chain at DMA level when backlog is disabledRomain Perier-3/+4
2016-07-28crypto: marvell - Fix memory leaks in TDMA chain for cipher requestsRomain Perier-8/+6
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1060/+5136
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds-0/+13
2016-07-21crypto: vmx - Convert to CPU feature based module autoloadingAlastair D'Silva-5/+3
2016-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu-5/+5
2016-07-21crypto: qat - make qat_asym_algs.o depend on asn1 headersJan Stancek-0/+1
2016-07-20crypto: vmx - Fix aes_p8_xts_decrypt build failureHerbert Xu-2/+0
2016-07-20crypto: vmx - Ignore generated filesPaulo Flabiano Smorigo-0/+2
2016-07-19crypto: vmx - Adding support for XTSLeonidas S. Barbosa-1/+193
2016-07-19crypto: vmx - Adding asm subroutines for XTSPaulo Flabiano Smorigo-2/+1867
2016-07-19crypto: marvell - Fix wrong flag used for GFP in mv_cesa_dma_add_iv_opRomain Perier-1/+1
2016-07-19crypto: nx - off by one bug in nx_of_update_msc()Dan Carpenter-1/+1
2016-07-18crypto: omap - Stop using crypto scatterwalk_bytes_sglenHerbert Xu-10/+20
2016-07-11crypto: qat - Stop dropping leading zeros from RSA outputSalvatore Benedetto-20/+0
2016-07-11crypto: qat - Add DH supportSalvatore Benedetto-72/+522
2016-07-05crypto: qat - Add RSA CRT modeSalvatore Benedetto-25/+209
2016-07-05crypto: qat - Use alternative reset methods depending on the specific deviceConor McLoughlin-9/+43
2016-07-05crypto: bfin_crc - Simplify use of devm_ioremap_resourceAmitoj Kaur Chawla-5/+0
2016-07-05crypto: caam - add support for RSA algorithmTudor Ambarus-1/+789
2016-07-05crypto: qat - Switch to new rsa_helper functionsSalvatore Benedetto-55/+21
2016-07-01crypto: omap-sham - increase cra_proirity to 400Bin Liu-12/+12
2016-07-01crypto: sahara - Use skcipher for fallbackHerbert Xu-62/+50
2016-07-01crypto: qce - Use skcipher for fallbackHerbert Xu-12/+17
2016-07-01crypto: picoxcell - Use skcipher for fallbackHerbert Xu-29/+31
2016-07-01crypto: mxs-dcp - Use skcipher for fallbackHerbert Xu-26/+21
2016-07-01crypto: ccp - Use skcipher for fallbackHerbert Xu-25/+21
2016-06-28crypto: ux500 - do not build with -O0Arnd Bergmann-4/+4
2016-06-24crypto: omap-sham - set sw fallback to 240 bytesBin Liu-4/+8
2016-06-24crypto: omap - do not call dmaengine_terminate_allLokesh Vutla-3/+0
2016-06-24crypto: omap-sham - change queue size from 1 to 10Tero Kristo-1/+1
2016-06-24crypto: omap-sham - use runtime_pm autosuspend for clock handlingTero Kristo-1/+7
2016-06-23crypto: marvell - Increase the size of the crypto queueRomain Perier-1/+1
2016-06-23crypto: marvell - Add support for chaining crypto requests in TDMA modeRomain Perier-27/+221
2016-06-23crypto: marvell - Add load balancing between enginesRomain Perier-86/+84
2016-06-23crypto: marvell - Move SRAM I/O operations to step functionsRomain Perier-12/+12
2016-06-23crypto: marvell - Add a complete operation for async requestsRomain Perier-15/+39
2016-06-23crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove itRomain Perier-98/+84
2016-06-23crypto: marvell - Copy IV vectors by DMA transfers for acipher requestsRomain Perier-9/+60
2016-06-23crypto: marvell - Fix wrong type check in dma functionsRomain Perier-2/+3