Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-12-05 | chacha20poly1305: port to sgmitter for 5.5 | 1 | -6/+6 | ||
I'm not totally comfortable with these changes yet, and it'll require some more scrutiny. But it's a start. | |||||
2019-03-27 | blake2s: remove outlen parameter from final | 1 | -2/+2 | ||
2019-03-27 | blake2s: simplify | 1 | -2/+2 | ||
Signed-off-by: Samuel Neves <sneves@dei.uc.pt> | |||||
2019-02-04 | chacha20: name enums | 1 | -2/+2 | ||
2019-02-03 | noise: store clamped key instead of raw key | 1 | -0/+6 | ||
2019-01-07 | global: update copyright | 5 | -5/+5 | ||
2018-10-02 | global: change BUG_ON to WARN_ON | 1 | -5/+4 | ||
Suggested-by: Andrew Lunn <andrew@lunn.ch> | |||||
2018-10-02 | chacha20: no need to align ctx | 1 | -1/+1 | ||
We don't use vmovdqa any more. Suggested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> | |||||
2018-10-02 | chacha20: split chacha20_ctx into union | 1 | -21/+26 | ||
This avoids casts and makes counter increments obvious. | |||||
2018-10-02 | crypto: document what's used from <crypto/ beside #include | 1 | -1/+0 | ||
2018-09-25 | crypto: make constant naming scheme consistent | 4 | -25/+25 | ||
2018-09-25 | hchacha20: keep in native endian in words | 1 | -5/+5 | ||
2018-09-21 | chacha20-arm: go with Ard's version to optimize for Cortex-A7 | 1 | -0/+13 | ||
2018-09-20 | global: put SPDX identifier on its own line | 5 | -10/+10 | ||
The kernel has very specific rules correlating file type with comment type, and also SPDX identifiers can't be merged with other comments. | |||||
2018-09-20 | crypto: explicitly dual license | 5 | -5/+5 | ||
Suggested-by: Thomas Gleixner <tglx@linutronix.de> | |||||
2018-09-19 | blake2s: simplify final function | 1 | -38/+1 | ||
Suggested-by: Eric Biggers <ebiggers@kernel.org> | |||||
2018-09-18 | crypto: turn Zinc into individual modules | 5 | -24/+0 | ||
2018-09-17 | crypto: pass simd by reference | 3 | -6/+6 | ||
2018-09-17 | poly1305: do not require simd context for arch | 1 | -2/+1 | ||
2018-09-16 | crypto: make MIT | 5 | -5/+5 | ||
2018-09-12 | chacha20: add constant for words in block | 1 | -0/+1 | ||
2018-09-11 | poly1305: rename finish to final | 1 | -3/+3 | ||
2018-09-04 | global: prefer sizeof(*pointer) when possible | 1 | -1/+1 | ||
Suggested-by: Sultan Alsawaf <sultanxda@gmail.com> | |||||
2018-09-03 | crypto: import zinc | 5 | -0/+274 | ||