summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-16crypto: caam - add register map changes cf. Era 10Horia Geantă8-49/+184
2018-11-16crypto: mxs-dcp - Add support for dcp clkLeonard Crestez1-3/+25
2018-11-16dt-bindings: crypto: Mention clocks for mxs-dcpLeonard Crestez1-0/+2
2018-11-16crypto: streebog - add Streebog test vectorsVitaly Chikunov3-1/+179
2018-11-16crypto: streebog - register Streebog in hash info for IMAVitaly Chikunov3-0/+7
2018-11-16crypto: streebog - add Streebog hash functionVitaly Chikunov4-0/+1187
2018-11-16crypto: aes-ce - Remove duplicate headerBrajeswar Ghosh1-1/+0
2018-11-16crypto: bcm - fix normal/non key hash algorithm failureRaveendra Padasalagi1-1/+5
2018-11-16crypto: cts - document NIST standard statusGilad Ben-Yossef1-2/+5
2018-11-16crypto: ecc - check for invalid values in the key verification testVitaly Chikunov1-16/+26
2018-11-09crypto: testmgr - mark cts(cbc(aes)) as FIPS allowedGilad Ben-Yossef1-0/+1
2018-11-09crypto: user - clean up report structure copyingEric Biggers13-199/+96
2018-11-09crypto: user - remove redundant reporting functionsEric Biggers1-59/+0
2018-11-09crypto: chelsio - clean up various indentation issuesColin Ian King1-8/+8
2018-11-09pcrypt: use format specifier in kobject_addColin Ian King1-1/+1
2018-11-09crypto: testmgr - add AES-CFB testsDmitry Eremin-Solenikov3-0/+88
2018-11-09crypto: cfb - fix decryptionDmitry Eremin-Solenikov1-1/+1
2018-11-09crypto: cavium/nitrox - fix a DMA pool free failureWenwen Wang3-10/+31
2018-11-09crypto: ccree - add SM3 supportYael Chemla4-24/+113
2018-11-09crypto: ccree - modify set_cipher_mode usage from cc_hashYael Chemla2-9/+23
2018-11-09crypto: ccree - adjust hash length to suit certain context specificsYael Chemla4-24/+47
2018-11-09crypto: ccree - add SM4 supportGilad Ben-Yossef3-0/+70
2018-11-09dt-bindings: crypto: ccree: add ccree 713Gilad Ben-Yossef1-2/+5
2018-11-09crypto: ccree - add support for CryptoCell 713Gilad Ben-Yossef3-11/+19
2018-11-09crypto: arm/aes - add some hardening against cache-timing attacksEric Biggers3-14/+66
2018-11-09crypto: aes_ti - disable interrupts while accessing S-boxEric Biggers2-1/+20
2018-11-09crypto: user - Zeroize whole structure given to user spaceCorentin Labbe1-0/+21
2018-11-09crypto: user - fix leaking uninitialized memory to userspaceEric Biggers1-9/+9
2018-11-09crypto: simd - correctly take reqsize of wrapped skcipher into accountArd Biesheuvel1-2/+3