summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: cavium/nitrox - convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-071-39/+9
* crypto: chcr - ESN for Inline IPSec TxAtul Gupta2018-12-072-36/+148
* crypto: chcr - small packet Tx stalls the queueAtul Gupta2018-12-071-1/+4
* crypto: user - Add crypto_stats_initCorentin Labbe2018-12-072-3/+10
* crypto: user - rename err_cnt parameterCorentin Labbe2018-12-075-58/+58
* crypto: user - Split stats in multiple structuresCorentin Labbe2018-12-073-160/+210
* crypto: user - remove intermediate variableCorentin Labbe2018-12-071-91/+41
* crypto: user - Fix invalid stat reportingCorentin Labbe2018-12-071-3/+3
* crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe2018-12-0711-276/+376
* crypto: tool: getstat: convert user space example to the new crypto_user_stat...Corentin Labbe2018-12-071-27/+27
* crypto: user - split user space crypto stat structuresCorentin Labbe2018-12-072-48/+72
* crypto: user - convert all stats from u32 to u64Corentin Labbe2018-12-0711-141/+133
* crypto: user - CRYPTO_STATS should depend on CRYPTO_USERCorentin Labbe2018-12-071-0/+1
* crypto: user - made crypto_user_stat optionalCorentin Labbe2018-12-074-1/+23
* MAINTAINERS: change NX/VMX maintainersPaulo Flabiano Smorigo2018-12-071-4/+6
* MAINTAINERS: ccree: add co-maintainerGilad Ben-Yossef2018-12-071-0/+1
* dt-bindings: crypto: ccree: add dt bindings for ccree 703Gilad Ben-Yossef2018-12-071-0/+1
* crypto: ccree - add support for CryptoCell 703Gilad Ben-Yossef2018-12-076-9/+90
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2018-12-073-6/+12
|\
| * crypto: user - Disable statistics interfaceHerbert Xu2018-12-071-1/+1