summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: ghash - add comment and improve help textEric Biggers2019-07-277-16/+41
* padata: purge get_cpu and reorder_via_wq from padata_do_serialDaniel Jordan2019-07-271-20/+3
* crypto: bcm - check assoclen for rfc4543/rfc4106Iuliana Prodan2019-07-271-0/+13
* crypto: ccree - check assoclen for rfc4543Iuliana Prodan2019-07-271-6/+20
* padata: Replace delayed timer with immediate workqueue in padata_reorderHerbert Xu2019-07-272-88/+22
* crypto: aegis - fix badly optimized clang outputArnd Bergmann2019-07-271-7/+7
* crypto: ccp - Replace dma_pool_alloc + memset with dma_pool_zallocChuhong Yuan2019-07-271-2/+1
* crypto: caam/qi2 - Increase napi budget to process more caam responsesVakul Garg2019-07-271-1/+1
* hwrng: mxc-rnga - use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-07-271-3/+1
* hwrng: imx-rngc - use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-07-271-3/+1
* crypto: ccp - Reduce maximum stack usageArnd Bergmann2019-07-271-21/+31
* crypto: ccp - Include the module name in system log messagesHook, Gary2019-07-261-0/+4
* crypto: Remove orphan tools/crypto directoryHerbert Xu2019-07-261-294/+0
* crypto: cavium/nitrox - Add support for loading asymmetric crypto firmwarePhani Kiran Hemadri2019-07-264-31/+244
* crypto: ccp - Add a module parameter to control registration for DMAHook, Gary2019-07-261-1/+11
* crypto: ccp - module parameter to limit the number of enabled CCPsHook, Gary2019-07-261-1/+17
* crypto: ccp - Add a module parameter to specify a queue countHook, Gary2019-07-264-6/+15
* crypto: ccp - Make CCP debugfs support optionalHook, Gary2019-07-263-2/+14
* crypto: user - make NETLINK_CRYPTO work inside netnsOndrej Mosnacek2019-07-264-15/+31
* crypto: inside-secure -reduce hash byte counters to 64 bitsPascal van Leeuwen2019-07-262-56/+36
* crypto: inside-secure - add support for authenc(hmac(sha*),rfc3686(ctr(aes)))...Pascal van Leeuwen2019-07-263-45/+250
* crypto: inside-secure - added support for rfc3686(ctr(aes))Pascal van Leeuwen2019-07-263-64/+138
* crypto: inside-secure - add support for authenc(hmac(sha1),cbc(des3_ede))Pascal van Leeuwen2019-07-263-19/+72
* crypto: ux500 - Use spinlock_t instead of struct spinlockSebastian Andrzej Siewior2019-07-262-4/+4
* crypto: drivers - Use kmemdup rather than duplicating its implementationFuqian Huang2019-07-262-11/+4
* crypto: tcrypt - add a speed test for AEGIS128Ard Biesheuvel2019-07-261-0/+7
* crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel2019-07-264-0/+208
* crypto: aegis128 - add support for SIMD accelerationArd Biesheuvel2019-07-263-11/+46
* crypto: aegis - avoid prerotated AES tablesArd Biesheuvel2019-07-261-8/+6
* crypto: aegis128 - drop empty TFM init/exit routinesArd Biesheuvel2019-07-261-11/+0
* crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel2019-07-2611-4136/+0
* crypto: morus - remove generic and x86 implementationsArd Biesheuvel2019-07-2618-5790/+0
* crypto: testmgr - add tests for lzo-rleHannah Pan2019-07-262-0/+90
* crypto: arm/aes-scalar - unexport en/decryption routinesArd Biesheuvel2019-07-261-3/+0
* crypto: arm64/aes-cipher - switch to shared AES inverse SboxArd Biesheuvel2019-07-261-39/+1
* crypto: arm/aes-cipher - switch to shared AES inverse SboxArd Biesheuvel2019-07-261-39/+1
* crypto: arm64/aes-neon - switch to shared AES SboxesArd Biesheuvel2019-07-261-71/+3
* crypto: lib/aes - export sbox and inverse sboxArd Biesheuvel2019-07-262-0/+9
* crypto: aes-generic - unexport last-round AES tablesArd Biesheuvel2019-07-262-6/+2
* crypto: chelsio - replace AES cipher calls with library callsArd Biesheuvel2019-07-265-61/+26
* crypto: ccp - move to AES library for CMAC key derivationArd Biesheuvel2019-07-263-24/+5
* crypto: amcc - switch to AES library for GCM key derivationArd Biesheuvel2019-07-262-17/+9
* bluetooth: switch to AES libraryArd Biesheuvel2019-07-262-73/+33
* crypto: arm/ghash - provide a synchronous versionArd Biesheuvel2019-07-261-26/+52
* crypto: arm/aes-neonbs - provide a synchronous version of ctr(aes)Ard Biesheuvel2019-07-261-0/+65
* crypto: arm/aes-ce - provide a synchronous version of ctr(aes)Ard Biesheuvel2019-07-261-0/+43
* crypto: arm/aes - use native endiannes for key scheduleArd Biesheuvel2019-07-262-16/+13
* crypto: arm64/aes-ce-cipher - use AES library as fallbackArd Biesheuvel2019-07-263-9/+3
* crypto: aes - move sync ctr(aes) to AES library and generic helperArd Biesheuvel2019-07-263-60/+33
* crypto: ctr - add helper for performing a CTR encryption walkArd Biesheuvel2019-07-261-0/+50