aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds55-1060/+5136
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+13
2016-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu4-5/+5
2016-07-21crypto: qat - make qat_asym_algs.o depend on asn1 headersJan Stancek1-0/+1
2016-07-20crypto: vmx - Fix aes_p8_xts_decrypt build failureHerbert Xu1-2/+0
2016-07-20crypto: vmx - Ignore generated filesPaulo Flabiano Smorigo1-0/+2
2016-07-19crypto: vmx - Adding support for XTSLeonidas S. Barbosa3-1/+193
2016-07-19crypto: vmx - Adding asm subroutines for XTSPaulo Flabiano Smorigo2-2/+1867
2016-07-19crypto: marvell - Fix wrong flag used for GFP in mv_cesa_dma_add_iv_opRomain Perier1-1/+1
2016-07-19crypto: nx - off by one bug in nx_of_update_msc()Dan Carpenter1-1/+1
2016-07-18crypto: omap - Stop using crypto scatterwalk_bytes_sglenHerbert Xu2-10/+20
2016-07-11crypto: qat - Stop dropping leading zeros from RSA outputSalvatore Benedetto1-20/+0
2016-07-11crypto: qat - Add DH supportSalvatore Benedetto2-72/+522
2016-07-05crypto: qat - Add RSA CRT modeSalvatore Benedetto1-25/+209
2016-07-05crypto: qat - Use alternative reset methods depending on the specific deviceConor McLoughlin6-9/+43
2016-07-05crypto: bfin_crc - Simplify use of devm_ioremap_resourceAmitoj Kaur Chawla1-5/+0
2016-07-05crypto: caam - add support for RSA algorithmTudor Ambarus9-1/+789
2016-07-05crypto: qat - Switch to new rsa_helper functionsSalvatore Benedetto5-55/+21
2016-07-01crypto: omap-sham - increase cra_proirity to 400Bin Liu1-12/+12
2016-07-01crypto: sahara - Use skcipher for fallbackHerbert Xu1-62/+50
2016-07-01crypto: qce - Use skcipher for fallbackHerbert Xu2-12/+17
2016-07-01crypto: picoxcell - Use skcipher for fallbackHerbert Xu1-29/+31
2016-07-01crypto: mxs-dcp - Use skcipher for fallbackHerbert Xu1-26/+21
2016-07-01crypto: ccp - Use skcipher for fallbackHerbert Xu2-25/+21
2016-06-28crypto: ux500 - do not build with -O0Arnd Bergmann2-4/+4
2016-06-24crypto: omap-sham - set sw fallback to 240 bytesBin Liu1-4/+8
2016-06-24crypto: omap - do not call dmaengine_terminate_allLokesh Vutla2-3/+0
2016-06-24crypto: omap-sham - change queue size from 1 to 10Tero Kristo1-1/+1
2016-06-24crypto: omap-sham - use runtime_pm autosuspend for clock handlingTero Kristo1-1/+7
2016-06-23crypto: marvell - Increase the size of the crypto queueRomain Perier1-1/+1
2016-06-23crypto: marvell - Add support for chaining crypto requests in TDMA modeRomain Perier5-27/+221
2016-06-23crypto: marvell - Add load balancing between enginesRomain Perier4-86/+84
2016-06-23crypto: marvell - Move SRAM I/O operations to step functionsRomain Perier2-12/+12
2016-06-23crypto: marvell - Add a complete operation for async requestsRomain Perier4-15/+39
2016-06-23crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove itRomain Perier5-98/+84
2016-06-23crypto: marvell - Copy IV vectors by DMA transfers for acipher requestsRomain Perier4-9/+60
2016-06-23crypto: marvell - Fix wrong type check in dma functionsRomain Perier1-2/+3
2016-06-23crypto: marvell - Check engine is not already running when enabling a reqRomain Perier3-0/+6
2016-06-23crypto: marvell - Add a macro constant for the size of the crypto queueRomain Perier1-1/+4
2016-06-20crypto: caam - replace deprecated EXTRA_CFLAGSTudor Ambarus1-1/+1
2016-06-20crypto: caam - fix misspelled upper_32_bitsArnd Bergmann1-2/+2
2016-06-15s390/crc32-vx: add crypto API module for optimized CRC-32 algorithmsHendrik Brueckner1-0/+13
2016-06-13crypto: qat - Remove deprecated create_workqueueBhaktipriya Shridhar3-3/+4
2016-06-13crypto: ux500 - memmove the right sizeLinus Walleij1-2/+2
2016-06-13crypto: vmx - Increase priority of aes-cbc cipherAnton Blanchard2-2/+2
2016-06-13crypto: vmx - Fix ABI detectionAnton Blanchard1-1/+1
2016-06-08crypto: talitos - templates for AEAD using HMAC_SNOOP_NO_AFEULEROY Christophe1-0/+180
2016-06-08crypto: talitos - implement cra_priorityLEROY Christophe1-1/+5
2016-06-08crypto: talitos - sg_to_link_tbl() not used anymore, remove itLEROY Christophe1-8/+0
2016-06-08crypto: talitos - Implement AEAD for SEC1 using HMAC_SNOOP_NO_AFEULEROY Christophe1-85/+124