summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-07crypto: user - Fix invalid stat reportingCorentin Labbe1-3/+3
2018-12-07crypto: user - fix use_after_free of struct xxx_requestCorentin Labbe11-276/+376
2018-12-07crypto: tool: getstat: convert user space example to the new crypto_user_stat...Corentin Labbe1-27/+27
2018-12-07crypto: user - split user space crypto stat structuresCorentin Labbe2-48/+72
2018-12-07crypto: user - convert all stats from u32 to u64Corentin Labbe11-141/+133
2018-12-07crypto: user - CRYPTO_STATS should depend on CRYPTO_USERCorentin Labbe1-0/+1
2018-12-07crypto: user - made crypto_user_stat optionalCorentin Labbe4-1/+23
2018-12-07MAINTAINERS: change NX/VMX maintainersPaulo Flabiano Smorigo1-4/+6
2018-12-07MAINTAINERS: ccree: add co-maintainerGilad Ben-Yossef1-0/+1
2018-12-07dt-bindings: crypto: ccree: add dt bindings for ccree 703Gilad Ben-Yossef1-0/+1
2018-12-07crypto: ccree - add support for CryptoCell 703Gilad Ben-Yossef6-9/+90
2018-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu3-6/+12
2018-12-07crypto: user - Disable statistics interfaceHerbert Xu1-1/+1
2018-11-29crypto: cavium/nitrox - Enable interrups for PF in SR-IOV mode.Srikanth, Jampala4-10/+142
2018-11-29crypto: cavium/nitrox - crypto request format changesNagadheeraj, Rottela3-244/+227
2018-11-29crypto: x86/chacha20 - Add a 4-block AVX-512VL variantMartin Willi2-0/+279
2018-11-29crypto: x86/chacha20 - Add a 2-block AVX-512VL variantMartin Willi2-0/+178
2018-11-29crypto: x86/chacha20 - Add a 8-block AVX-512VL variantMartin Willi3-0/+427
2018-11-29crypto: do not free algorithm before usingPan Bian3-6/+12
2018-11-20crypto: adiantum - add Adiantum supportEric Biggers6-0/+1167
2018-11-20crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305Eric Biggers4-0/+200
2018-11-20crypto: nhpoly1305 - add NHPoly1305 supportEric Biggers6-4/+1576
2018-11-20crypto: poly1305 - add Poly1305 core APIEric Biggers2-75/+115
2018-11-20crypto: poly1305 - use structures for key and accumulatorEric Biggers3-37/+47
2018-11-20crypto: arm/chacha - add XChaCha12 supportEric Biggers2-2/+21
2018-11-20crypto: arm/chacha20 - refactor to allow varying number of roundsEric Biggers3-48/+56
2018-11-20crypto: arm/chacha20 - add XChaCha20 supportEric Biggers3-49/+126
2018-11-20crypto: arm/chacha20 - limit the preemption-disabled sectionEric Biggers1-3/+3
2018-11-20crypto: chacha - add XChaCha12 supportEric Biggers6-6/+625
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers14-215/+232
2018-11-20crypto: chacha20-generic - add XChaCha20 supportEric Biggers5-42/+689
2018-11-20crypto: chacha20-generic - don't unnecessarily use atomic walkEric Biggers1-1/+1
2018-11-20crypto: chacha20-generic - add HChaCha20 library functionEric Biggers2-6/+46
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers9-17/+13
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers14-22/+19
2018-11-20crypto: remove useless initializations of cra_listEric Biggers11-25/+0
2018-11-20crypto: inside-secure - remove useless setting of type flagsEric Biggers1-4/+4
2018-11-16crypto: ecc - regularize scalar for scalar multiplicationVitaly Chikunov1-4/+12
2018-11-16crypto: x86/chacha20 - Add a 4-block AVX2 variantMartin Willi2-0/+317
2018-11-16crypto: x86/chacha20 - Add a 2-block AVX2 variantMartin Willi2-0/+204
2018-11-16crypto: x86/chacha20 - Use larger block functions more aggressivelyMartin Willi1-15/+24
2018-11-16crypto: x86/chacha20 - Support partial lengths in 8-block AVX2 variantMartin Willi2-61/+133
2018-11-16crypto: x86/chacha20 - Support partial lengths in 4-block SSSE3 variantMartin Willi2-40/+128
2018-11-16crypto: x86/chacha20 - Support partial lengths in 1-block SSSE3 variantMartin Willi2-22/+63
2018-11-16hwrng: bcm2835 - Switch to SPDX identifierStefan Wahren1-5/+2
2018-11-16padata: clean an indentation issue, remove extraneous spaceColin Ian King1-1/+1
2018-11-16crypto: caam/qi2 - add support for Chacha20 + Poly1305Horia Geantă4-6/+154
2018-11-16crypto: caam/jr - add support for Chacha20 + Poly1305Horia Geantă6-5/+354
2018-11-16crypto: chacha20poly1305 - export CHACHAPOLY_IV_SIZECristian Stoica2-2/+1
2018-11-16crypto: caam/qi2 - add support for ChaCha20Horia Geantă4-4/+36