summaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-07-214-5/+5
|\
| * crypto: qat - make qat_asym_algs.o depend on asn1 headersJan Stancek2016-07-211-0/+1
| * crypto: ux500 - memmove the right sizeLinus Walleij2016-06-131-2/+2
| * crypto: vmx - Increase priority of aes-cbc cipherAnton Blanchard2016-06-132-2/+2
| * crypto: vmx - Fix ABI detectionAnton Blanchard2016-06-131-1/+1
* | crypto: vmx - Fix aes_p8_xts_decrypt build failureHerbert Xu2016-07-201-2/+0
* | crypto: vmx - Ignore generated filesPaulo Flabiano Smorigo2016-07-201-0/+2
* | crypto: vmx - Adding support for XTSLeonidas S. Barbosa2016-07-193-1/+193
* | crypto: vmx - Adding asm subroutines for XTSPaulo Flabiano Smorigo2016-07-192-2/+1867
* | crypto: marvell - Fix wrong flag used for GFP in mv_cesa_dma_add_iv_opRomain Perier2016-07-191-1/+1
* | crypto: nx - off by one bug in nx_of_update_msc()Dan Carpenter2016-07-191-1/+1
* | crypto: omap - Stop using crypto scatterwalk_bytes_sglenHerbert Xu2016-07-182-10/+20
* | crypto: qat - Stop dropping leading zeros from RSA outputSalvatore Benedetto2016-07-111-20/+0
* | crypto: qat - Add DH supportSalvatore Benedetto2016-07-112-72/+522
* | crypto: qat - Add RSA CRT modeSalvatore Benedetto2016-07-051-25/+209
* | crypto: qat - Use alternative reset methods depending on the specific deviceConor McLoughlin2016-07-056-9/+43
* | crypto: bfin_crc - Simplify use of devm_ioremap_resourceAmitoj Kaur Chawla2016-07-051-5/+0
* | crypto: caam - add support for RSA algorithmTudor Ambarus2016-07-059-1/+789
* | crypto: qat - Switch to new rsa_helper functionsSalvatore Benedetto2016-07-055-55/+21
* | crypto: omap-sham - increase cra_proirity to 400Bin Liu2016-07-011-12/+12
* | crypto: sahara - Use skcipher for fallbackHerbert Xu2016-07-011-62/+50
* | crypto: qce - Use skcipher for fallbackHerbert Xu2016-07-012-12/+17
* | crypto: picoxcell - Use skcipher for fallbackHerbert Xu2016-07-011-29/+31
* | crypto: mxs-dcp - Use skcipher for fallbackHerbert Xu2016-07-011-26/+21
* | crypto: ccp - Use skcipher for fallbackHerbert Xu2016-07-012-25/+21
* | crypto: ux500 - do not build with -O0Arnd Bergmann2016-06-282-4/+4
* | crypto: omap-sham - set sw fallback to 240 bytesBin Liu2016-06-241-4/+8
* | crypto: omap - do not call dmaengine_terminate_allLokesh Vutla2016-06-242-3/+0
* | crypto: omap-sham - change queue size from 1 to 10Tero Kristo2016-06-241-1/+1
* | crypto: omap-sham - use runtime_pm autosuspend for clock handlingTero Kristo2016-06-241-1/+7
* | crypto: marvell - Increase the size of the crypto queueRomain Perier2016-06-231-1/+1
* | crypto: marvell - Add support for chaining crypto requests in TDMA modeRomain Perier2016-06-235-27/+221
* | crypto: marvell - Add load balancing between enginesRomain Perier2016-06-234-86/+84
* | crypto: marvell - Move SRAM I/O operations to step functionsRomain Perier2016-06-232-12/+12
* | crypto: marvell - Add a complete operation for async requestsRomain Perier2016-06-234-15/+39
* | crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove itRomain Perier2016-06-235-98/+84
* | crypto: marvell - Copy IV vectors by DMA transfers for acipher requestsRomain Perier2016-06-234-9/+60
* | crypto: marvell - Fix wrong type check in dma functionsRomain Perier2016-06-231-2/+3
* | crypto: marvell - Check engine is not already running when enabling a reqRomain Perier2016-06-233-0/+6
* | crypto: marvell - Add a macro constant for the size of the crypto queueRomain Perier2016-06-231-1/+4
* | crypto: caam - replace deprecated EXTRA_CFLAGSTudor Ambarus2016-06-201-1/+1
* | crypto: caam - fix misspelled upper_32_bitsArnd Bergmann2016-06-201-2/+2
* | crypto: qat - Remove deprecated create_workqueueBhaktipriya Shridhar2016-06-133-3/+4
* | crypto: talitos - templates for AEAD using HMAC_SNOOP_NO_AFEULEROY Christophe2016-06-081-0/+180
* | crypto: talitos - implement cra_priorityLEROY Christophe2016-06-081-1/+5
* | crypto: talitos - sg_to_link_tbl() not used anymore, remove itLEROY Christophe2016-06-081-8/+0
* | crypto: talitos - Implement AEAD for SEC1 using HMAC_SNOOP_NO_AFEULEROY Christophe2016-06-081-85/+124
* | crypto: talitos - making mapping helpers more genericLEROY Christophe2016-06-081-137/+93
* | crypto: talitos - move mapping helpers before IPSEC functionsLEROY Christophe2016-06-081-122/+122
* | crypto: talitos - using helpers for all talitos_ptr operationsLEROY Christophe2016-06-081-25/+34