summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* crypto: ghash-clmulni - Fix cryptd reorderingHerbert Xu2016-06-231-23/+17
* crypto: ablk_helper - Fix cryptd reorderingHerbert Xu2016-06-231-2/+4
* crypto: aesni - Fix cryptd reordering problem on gcmHerbert Xu2016-06-231-6/+12
* crypto: cryptd - Add helpers to check whether a tfm is queuedHerbert Xu2016-06-232-19/+118
* 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: chacha20-simd - Use generic code for small requestsHerbert Xu2016-06-231-1/+1
* Revert "crypto: user - no parsing of CRYPTO_MSG_GETALG"Herbert Xu2016-06-231-6/+4
* crypto: drbg - fix an error code in drbg_init_sym_kernel()Dan Carpenter2016-06-201-1/+1
* crypto: sha3 - Add SHA-3 Test's in tcryptraveendra padasalagi2016-06-203-1/+217
* crypto: sha3 - Add SHA-3 hash algorithmJeff Garzik2016-06-204-0/+340
* crypto: caam - replace deprecated EXTRA_CFLAGSTudor Ambarus2016-06-201-1/+1
* crypto: caam - fix misspelled upper_32_bitsArnd Bergmann2016-06-201-2/+2
* crypto: gcm - Filter out async ghash if necessaryHerbert Xu2016-06-201-1/+3
* crypto: drbg - fix semicolon.cocci warningsWu Fengguang2016-06-201-1/+1
* crypto: rsa - return raw integers for the ASN.1 parserTudor Ambarus2016-06-153-103/+135
* crypto: drbg - avoid duplicate maintenance of keyStephan Mueller2016-06-151-2/+1
* crypto: drbg - use full CTR AES for updateStephan Mueller2016-06-151-17/+13
* crypto: drbg - use aligned buffersStephan Mueller2016-06-152-20/+27
* crypto: drbg - use CTR AES instead of ECB AESStephan Mueller2016-06-153-54/+149
* hwrng: meson - Add Amlogic Meson Hardware Random GeneratorNeil Armstrong2016-06-133-0/+146
* hwrng: exynos - fixup IO accesorsBen Dooks2016-06-131-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
* arm64: dts: ls1043a: add crypto nodeHoria Geantă2016-06-072-0/+47
* hwrng: chaoskey - Fix URB warning due to timeout on AleaBob Ham2016-06-071-2/+15
* hwrng: chaoskey - Add support for Araneus Alea I USB RNGBob Ham2016-06-072-5/+10
* crypto: hash - shrink hash down to two typesGiovanni Cabiddu2016-06-071-5/+5
* crypto: skcipher - remove unused header cpumask.hGeliang Tang2016-06-071-1/+0
* crypto: omap-aes - Fix registration of algorithmsLokesh Vutla2016-06-071-8/+10
* crypto: sha1-mb - stylistic cleanupMegha Dey2016-06-021-36/+74
* crypto: drbg - reduce number of setkey callsStephan Mueller2016-06-021-9/+24
* crypto: s5p-sss - Use consistent indentation for variables and membersKrzysztof Kozlowski2016-05-311-40/+40
* hwrng: bcm2835 - Read as much data as availableYendapally Reddy Dhananjaya Reddy2016-05-311-2/+10
* ARM: dts: nsp: Add rng device tree entryYendapally Reddy Dhananjaya Reddy2016-05-311-0/+5
* hwrng: bcm2835 - Support Broadcom NSP SoC rngYendapally Reddy Dhananjaya Reddy2016-05-312-5/+31