summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-20crypto: poly1305 - add Poly1305 core APIEric Biggers
2018-11-20crypto: poly1305 - use structures for key and accumulatorEric Biggers
2018-11-20crypto: arm/chacha - add XChaCha12 supportEric Biggers
2018-11-20crypto: arm/chacha20 - refactor to allow varying number of roundsEric Biggers
2018-11-20crypto: arm/chacha20 - add XChaCha20 supportEric Biggers
2018-11-20crypto: arm/chacha20 - limit the preemption-disabled sectionEric Biggers
2018-11-20crypto: chacha - add XChaCha12 supportEric Biggers
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers
2018-11-20crypto: chacha20-generic - add XChaCha20 supportEric Biggers
2018-11-20crypto: chacha20-generic - don't unnecessarily use atomic walkEric Biggers
2018-11-20crypto: chacha20-generic - add HChaCha20 library functionEric Biggers
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers
2018-11-20crypto: remove useless initializations of cra_listEric Biggers
2018-11-20crypto: inside-secure - remove useless setting of type flagsEric Biggers
2018-11-16crypto: ecc - regularize scalar for scalar multiplicationVitaly Chikunov
2018-11-16crypto: x86/chacha20 - Add a 4-block AVX2 variantMartin Willi
2018-11-16crypto: x86/chacha20 - Add a 2-block AVX2 variantMartin Willi
2018-11-16crypto: x86/chacha20 - Use larger block functions more aggressivelyMartin Willi
2018-11-16crypto: x86/chacha20 - Support partial lengths in 8-block AVX2 variantMartin Willi
2018-11-16crypto: x86/chacha20 - Support partial lengths in 4-block SSSE3 variantMartin Willi
2018-11-16crypto: x86/chacha20 - Support partial lengths in 1-block SSSE3 variantMartin Willi
2018-11-16hwrng: bcm2835 - Switch to SPDX identifierStefan Wahren
2018-11-16padata: clean an indentation issue, remove extraneous spaceColin Ian King
2018-11-16crypto: caam/qi2 - add support for Chacha20 + Poly1305Horia Geantă
2018-11-16crypto: caam/jr - add support for Chacha20 + Poly1305Horia Geantă
2018-11-16crypto: chacha20poly1305 - export CHACHAPOLY_IV_SIZECristian Stoica
2018-11-16crypto: caam/qi2 - add support for ChaCha20Horia Geantă
2018-11-16crypto: caam - add register map changes cf. Era 10Horia Geantă
2018-11-16crypto: mxs-dcp - Add support for dcp clkLeonard Crestez
2018-11-16dt-bindings: crypto: Mention clocks for mxs-dcpLeonard Crestez
2018-11-16crypto: streebog - add Streebog test vectorsVitaly Chikunov
2018-11-16crypto: streebog - register Streebog in hash info for IMAVitaly Chikunov
2018-11-16crypto: streebog - add Streebog hash functionVitaly Chikunov
2018-11-16crypto: aes-ce - Remove duplicate headerBrajeswar Ghosh
2018-11-16crypto: bcm - fix normal/non key hash algorithm failureRaveendra Padasalagi
2018-11-16crypto: cts - document NIST standard statusGilad Ben-Yossef
2018-11-16crypto: ecc - check for invalid values in the key verification testVitaly Chikunov
2018-11-09crypto: testmgr - mark cts(cbc(aes)) as FIPS allowedGilad Ben-Yossef
2018-11-09crypto: user - clean up report structure copyingEric Biggers
2018-11-09crypto: user - remove redundant reporting functionsEric Biggers
2018-11-09crypto: chelsio - clean up various indentation issuesColin Ian King
2018-11-09pcrypt: use format specifier in kobject_addColin Ian King
2018-11-09crypto: testmgr - add AES-CFB testsDmitry Eremin-Solenikov
2018-11-09crypto: cfb - fix decryptionDmitry Eremin-Solenikov
2018-11-09crypto: cavium/nitrox - fix a DMA pool free failureWenwen Wang
2018-11-09crypto: ccree - add SM3 supportYael Chemla
2018-11-09crypto: ccree - modify set_cipher_mode usage from cc_hashYael Chemla
2018-11-09crypto: ccree - adjust hash length to suit certain context specificsYael Chemla
2018-11-09crypto: ccree - add SM4 supportGilad Ben-Yossef