| Commit message (Expand) | Author | Files | Lines |
2018-11-29 | crypto: cavium/nitrox - crypto request format changes | Nagadheeraj, Rottela | 3 | -244/+227 |
2018-11-29 | crypto: x86/chacha20 - Add a 4-block AVX-512VL variant | Martin Willi | 2 | -0/+279 |
2018-11-29 | crypto: x86/chacha20 - Add a 2-block AVX-512VL variant | Martin Willi | 2 | -0/+178 |
2018-11-29 | crypto: x86/chacha20 - Add a 8-block AVX-512VL variant | Martin Willi | 3 | -0/+427 |
2018-11-20 | crypto: adiantum - add Adiantum support | Eric Biggers | 6 | -0/+1167 |
2018-11-20 | crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305 | Eric Biggers | 4 | -0/+200 |
2018-11-20 | crypto: nhpoly1305 - add NHPoly1305 support | Eric Biggers | 6 | -4/+1576 |
2018-11-20 | crypto: poly1305 - add Poly1305 core API | Eric Biggers | 2 | -75/+115 |
2018-11-20 | crypto: poly1305 - use structures for key and accumulator | Eric Biggers | 3 | -37/+47 |
2018-11-20 | crypto: arm/chacha - add XChaCha12 support | Eric Biggers | 2 | -2/+21 |
2018-11-20 | crypto: arm/chacha20 - refactor to allow varying number of rounds | Eric Biggers | 3 | -48/+56 |
2018-11-20 | crypto: arm/chacha20 - add XChaCha20 support | Eric Biggers | 3 | -49/+126 |
2018-11-20 | crypto: arm/chacha20 - limit the preemption-disabled section | Eric Biggers | 1 | -3/+3 |
2018-11-20 | crypto: chacha - add XChaCha12 support | Eric Biggers | 6 | -6/+625 |
2018-11-20 | crypto: chacha20-generic - refactor to allow varying number of rounds | Eric Biggers | 14 | -215/+232 |
2018-11-20 | crypto: chacha20-generic - add XChaCha20 support | Eric Biggers | 5 | -42/+689 |
2018-11-20 | crypto: chacha20-generic - don't unnecessarily use atomic walk | Eric Biggers | 1 | -1/+1 |
2018-11-20 | crypto: chacha20-generic - add HChaCha20 library function | Eric Biggers | 2 | -6/+46 |
2018-11-20 | crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations | Eric Biggers | 9 | -17/+13 |
2018-11-20 | crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocations | Eric Biggers | 14 | -22/+19 |
2018-11-20 | crypto: remove useless initializations of cra_list | Eric Biggers | 11 | -25/+0 |
2018-11-20 | crypto: inside-secure - remove useless setting of type flags | Eric Biggers | 1 | -4/+4 |
2018-11-16 | crypto: ecc - regularize scalar for scalar multiplication | Vitaly Chikunov | 1 | -4/+12 |
2018-11-16 | crypto: x86/chacha20 - Add a 4-block AVX2 variant | Martin Willi | 2 | -0/+317 |
2018-11-16 | crypto: x86/chacha20 - Add a 2-block AVX2 variant | Martin Willi | 2 | -0/+204 |
2018-11-16 | crypto: x86/chacha20 - Use larger block functions more aggressively | Martin Willi | 1 | -15/+24 |
2018-11-16 | crypto: x86/chacha20 - Support partial lengths in 8-block AVX2 variant | Martin Willi | 2 | -61/+133 |
2018-11-16 | crypto: x86/chacha20 - Support partial lengths in 4-block SSSE3 variant | Martin Willi | 2 | -40/+128 |
2018-11-16 | crypto: x86/chacha20 - Support partial lengths in 1-block SSSE3 variant | Martin Willi | 2 | -22/+63 |
2018-11-16 | hwrng: bcm2835 - Switch to SPDX identifier | Stefan Wahren | 1 | -5/+2 |
2018-11-16 | padata: clean an indentation issue, remove extraneous space | Colin Ian King | 1 | -1/+1 |
2018-11-16 | crypto: caam/qi2 - add support for Chacha20 + Poly1305 | Horia Geantă | 4 | -6/+154 |
2018-11-16 | crypto: caam/jr - add support for Chacha20 + Poly1305 | Horia Geantă | 6 | -5/+354 |
2018-11-16 | crypto: chacha20poly1305 - export CHACHAPOLY_IV_SIZE | Cristian Stoica | 2 | -2/+1 |
2018-11-16 | crypto: caam/qi2 - add support for ChaCha20 | Horia Geantă | 4 | -4/+36 |
2018-11-16 | crypto: caam - add register map changes cf. Era 10 | Horia Geantă | 8 | -49/+184 |
2018-11-16 | crypto: mxs-dcp - Add support for dcp clk | Leonard Crestez | 1 | -3/+25 |
2018-11-16 | dt-bindings: crypto: Mention clocks for mxs-dcp | Leonard Crestez | 1 | -0/+2 |
2018-11-16 | crypto: streebog - add Streebog test vectors | Vitaly Chikunov | 3 | -1/+179 |
2018-11-16 | crypto: streebog - register Streebog in hash info for IMA | Vitaly Chikunov | 3 | -0/+7 |
2018-11-16 | crypto: streebog - add Streebog hash function | Vitaly Chikunov | 4 | -0/+1187 |
2018-11-16 | crypto: aes-ce - Remove duplicate header | Brajeswar Ghosh | 1 | -1/+0 |
2018-11-16 | crypto: bcm - fix normal/non key hash algorithm failure | Raveendra Padasalagi | 1 | -1/+5 |
2018-11-16 | crypto: cts - document NIST standard status | Gilad Ben-Yossef | 1 | -2/+5 |
2018-11-16 | crypto: ecc - check for invalid values in the key verification test | Vitaly Chikunov | 1 | -16/+26 |
2018-11-09 | crypto: testmgr - mark cts(cbc(aes)) as FIPS allowed | Gilad Ben-Yossef | 1 | -0/+1 |
2018-11-09 | crypto: user - clean up report structure copying | Eric Biggers | 13 | -199/+96 |
2018-11-09 | crypto: user - remove redundant reporting functions | Eric Biggers | 1 | -59/+0 |
2018-11-09 | crypto: chelsio - clean up various indentation issues | Colin Ian King | 1 | -8/+8 |
2018-11-09 | pcrypt: use format specifier in kobject_add | Colin Ian King | 1 | -1/+1 |