summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * crypto: do not free algorithm before usingPan Bian2018-11-293-6/+12
* | crypto: cavium/nitrox - Enable interrups for PF in SR-IOV mode.Srikanth, Jampala2018-11-294-10/+142
* | crypto: cavium/nitrox - crypto request format changesNagadheeraj, Rottela2018-11-293-244/+227
* | crypto: x86/chacha20 - Add a 4-block AVX-512VL variantMartin Willi2018-11-292-0/+279
* | crypto: x86/chacha20 - Add a 2-block AVX-512VL variantMartin Willi2018-11-292-0/+178
* | crypto: x86/chacha20 - Add a 8-block AVX-512VL variantMartin Willi2018-11-293-0/+427
* | crypto: adiantum - add Adiantum supportEric Biggers2018-11-206-0/+1167
* | crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305Eric Biggers2018-11-204-0/+200
* | crypto: nhpoly1305 - add NHPoly1305 supportEric Biggers2018-11-206-4/+1576
* | crypto: poly1305 - add Poly1305 core APIEric Biggers2018-11-202-75/+115
* | crypto: poly1305 - use structures for key and accumulatorEric Biggers2018-11-203-37/+47
* | crypto: arm/chacha - add XChaCha12 supportEric Biggers2018-11-202-2/+21
* | crypto: arm/chacha20 - refactor to allow varying number of roundsEric Biggers2018-11-203-48/+56
* | crypto: arm/chacha20 - add XChaCha20 supportEric Biggers2018-11-203-49/+126
* | crypto: arm/chacha20 - limit the preemption-disabled sectionEric Biggers2018-11-201-3/+3
* | crypto: chacha - add XChaCha12 supportEric Biggers2018-11-206-6/+625
* | crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2018-11-2014-215/+232
* | crypto: chacha20-generic - add XChaCha20 supportEric Biggers2018-11-205-42/+689
* | crypto: chacha20-generic - don't unnecessarily use atomic walkEric Biggers2018-11-201-1/+1
* | crypto: chacha20-generic - add HChaCha20 library functionEric Biggers2018-11-202-6/+46
* | crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers2018-11-209-17/+13
* | crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-2014-22/+19
* | crypto: remove useless initializations of cra_listEric Biggers2018-11-2011-25/+0
* | crypto: inside-secure - remove useless setting of type flagsEric Biggers2018-11-201-4/+4
* | crypto: ecc - regularize scalar for scalar multiplicationVitaly Chikunov2018-11-161-4/+12
* | crypto: x86/chacha20 - Add a 4-block AVX2 variantMartin Willi2018-11-162-0/+317
* | crypto: x86/chacha20 - Add a 2-block AVX2 variantMartin Willi2018-11-162-0/+204
* | crypto: x86/chacha20 - Use larger block functions more aggressivelyMartin Willi2018-11-161-15/+24
* | crypto: x86/chacha20 - Support partial lengths in 8-block AVX2 variantMartin Willi2018-11-162-61/+133
* | crypto: x86/chacha20 - Support partial lengths in 4-block SSSE3 variantMartin Willi2018-11-162-40/+128
* | crypto: x86/chacha20 - Support partial lengths in 1-block SSSE3 variantMartin Willi2018-11-162-22/+63
* | hwrng: bcm2835 - Switch to SPDX identifierStefan Wahren2018-11-161-5/+2
* | padata: clean an indentation issue, remove extraneous spaceColin Ian King2018-11-161-1/+1
* | crypto: caam/qi2 - add support for Chacha20 + Poly1305Horia Geantă2018-11-164-6/+154
* | crypto: caam/jr - add support for Chacha20 + Poly1305Horia Geantă2018-11-166-5/+354
* | crypto: chacha20poly1305 - export CHACHAPOLY_IV_SIZECristian Stoica2018-11-162-2/+1
* | crypto: caam/qi2 - add support for ChaCha20Horia Geantă2018-11-164-4/+36
* | crypto: caam - add register map changes cf. Era 10Horia Geantă2018-11-168-49/+184
* | crypto: mxs-dcp - Add support for dcp clkLeonard Crestez2018-11-161-3/+25
* | dt-bindings: crypto: Mention clocks for mxs-dcpLeonard Crestez2018-11-161-0/+2
* | crypto: streebog - add Streebog test vectorsVitaly Chikunov2018-11-163-1/+179
* | crypto: streebog - register Streebog in hash info for IMAVitaly Chikunov2018-11-163-0/+7
* | crypto: streebog - add Streebog hash functionVitaly Chikunov2018-11-164-0/+1187
* | crypto: aes-ce - Remove duplicate headerBrajeswar Ghosh2018-11-161-1/+0
* | crypto: bcm - fix normal/non key hash algorithm failureRaveendra Padasalagi2018-11-161-1/+5
* | crypto: cts - document NIST standard statusGilad Ben-Yossef2018-11-161-2/+5
* | crypto: ecc - check for invalid values in the key verification testVitaly Chikunov2018-11-161-16/+26
* | crypto: testmgr - mark cts(cbc(aes)) as FIPS allowedGilad Ben-Yossef2018-11-091-0/+1