summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-2318-182/+17
* crypto: cavium/nitrox - Fix build with !CONFIG_DEBUG_FSEric Biggers2018-12-231-2/+1
* crypto: salsa20-generic - don't unnecessarily use atomic walkEric Biggers2018-12-231-1/+1
* crypto: skcipher - add might_sleep() to skcipher_walk_virt()Eric Biggers2018-12-231-0/+2
* crypto: x86/chacha - avoid sleeping under kernel_fpu_begin()Eric Biggers2018-12-231-13/+20
* crypto: cavium/nitrox - Added AEAD cipher supportNagadheeraj Rottela2018-12-237-605/+1103
* crypto: mxc-scc - fix build warnings on ARM64Fabio Estevam2018-12-231-6/+6
* crypto: api - document missing stats memberCorentin Labbe2018-12-231-0/+7
* crypto: user - remove unused dump functionsCorentin Labbe2018-12-233-48/+1
* crypto: chelsio - Fix wrong error counter incrementsHarsh Jain2018-12-232-10/+10
* crypto: chelsio - Reset counters on cxgb4 DetachHarsh Jain2018-12-231-0/+4
* crypto: chelsio - Handle PCI shutdown eventHarsh Jain2018-12-233-93/+278
* crypto: chelsio - cleanup:send addr as value in function argumentHarsh Jain2018-12-231-8/+8
* crypto: chelsio - Use same value for both channel in single WRHarsh Jain2018-12-232-8/+6
* crypto: chelsio - Swap location of AAD and IV sent in WRHarsh Jain2018-12-233-120/+104
* crypto: chelsio - remove set but not used variable 'kctx_len'YueHaibing2018-12-231-2/+1
* crypto: ux500 - Use proper enum in hash_set_dma_transferNathan Chancellor2018-12-231-1/+1
* crypto: ux500 - Use proper enum in cryp_set_dma_transferNathan Chancellor2018-12-231-2/+2
* crypto: aesni - Add scatter/gather avx stubs, and use them in CDave Watson2018-12-232-332/+198
* crypto: aesni - Introduce partial block macroDave Watson2018-12-231-6/+150
* crypto: aesni - Introduce READ_PARTIAL_BLOCK macroDave Watson2018-12-231-43/+59
* crypto: aesni - Move ghash_mul to GCM_COMPLETEDave Watson2018-12-231-4/+10
* crypto: aesni - Fill in new context data structuresDave Watson2018-12-231-14/+37
* crypto: aesni - Merge avx precompute functionsDave Watson2018-12-231-49/+27
* crypto: aesni - Split AAD hash calculation to separate macroDave Watson2018-12-232-141/+115
* crypto: aesni - Add GCM_COMPLETE macroDave Watson2018-12-231-0/+8
* crypto: aesni - support 256 byte keys in avx asmDave Watson2018-12-232-61/+145
* crypto: aesni - Macro-ify func save/restoreDave Watson2018-12-231-58/+36
* crypto: aesni - Introduce gcm_context_dataDave Watson2018-12-232-221/+215
* crypto: aesni - Merge GCM_ENC_DECDave Watson2018-12-231-633/+318
* crypto: adiantum - fix leaking reference to hash algorithmEric Biggers2018-12-131-4/+5
* crypto: user - support incremental algorithm dumpsEric Biggers2018-12-131-17/+20
* crypto: adiantum - adjust some comments to match latest paperEric Biggers2018-12-132-20/+23
* crypto: xchacha20 - fix comments for test vectorsEric Biggers2018-12-131-8/+6
* crypto: xchacha - add test vector from XChaCha20 draft RFCEric Biggers2018-12-131-2/+176
* crypto: x86/chacha - yield the FPU occasionallyEric Biggers2018-12-131-1/+11
* crypto: x86/chacha - add XChaCha12 supportEric Biggers2018-12-132-2/+19
* crypto: x86/chacha20 - refactor to allow varying number of roundsEric Biggers2018-12-135-131/+136
* crypto: x86/chacha20 - add XChaCha20 supportEric Biggers2018-12-133-60/+141
* crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305Eric Biggers2018-12-134-0/+245
* crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305Eric Biggers2018-12-134-0/+211
* crypto: adiantum - propagate CRYPTO_ALG_ASYNC flag to instanceEric Biggers2018-12-131-0/+2
* crypto: arm64/chacha - use combined SIMD/ALU routine for more speedArd Biesheuvel2018-12-132-35/+239
* crypto: arm64/chacha - optimize for arbitrary length inputsArd Biesheuvel2018-12-132-37/+184
* crypto: tcrypt - add block size of 1472 to skcipher templateArd Biesheuvel2018-12-131-1/+1
* crypto: cavium/nitrox - Enabled Mailbox supportSrikanth, Jampala2018-12-1311-54/+441
* crypto: arm64/chacha - add XChaCha12 supportEric Biggers2018-12-132-1/+19
* crypto: arm64/chacha20 - refactor to allow varying number of roundsEric Biggers2018-12-133-49/+57
* crypto: arm64/chacha20 - add XChaCha20 supportEric Biggers2018-12-133-43/+125
* crypto: arm64/nhpoly1305 - add NEON-accelerated NHPoly1305Eric Biggers2018-12-134-0/+188