Age | Commit message (Expand) | Author |
2019-12-05 | crypto: use new assembler macros for 5.5 | Jason A. Donenfeld |
2019-05-29 | zinc: update copyright | Jason A. Donenfeld |
2019-05-29 | blake2s,chacha: latency tweak | Samuel Neves |
2019-05-29 | zinc: arm64: use cpu_get_elf_hwcap accessor for 5.2 | Jason A. Donenfeld |
2019-01-07 | global: update copyright | Jason A. Donenfeld |
2018-12-07 | chacha20: do not define unused asm function | Jason A. Donenfeld |
2018-12-07 | chacha20,poly1305: simplify perlasm fanciness | Jason A. Donenfeld |
2018-11-19 | chacha20,poly1305: do not use xlate | Jason A. Donenfeld |
2018-11-15 | chacha20,poly1305: don't do compiler testing in generator and remove xor helper | Jason A. Donenfeld |
2018-11-15 | chacha20,poly1305: fix up for win64 | Samuel Neves |
2018-11-15 | chacha20: specialize to wireguard | Jason A. Donenfeld |
2018-11-14 | chacha20: cleaner function declarations | Samuel Neves |
2018-11-14 | chacha20: normalize names | Samuel Neves |
2018-11-14 | chacha20: fixup win64 stack offsets | Samuel Neves |
2018-11-14 | chacha20: simplify stack unwinding on ChaCha20_ctr32 | Samuel Neves |
2018-11-14 | chacha20: use DRAP idiom | Samuel Neves |
2018-11-14 | chacha20: add hchacha_ssse3 | Samuel Neves |
2018-11-14 | chacha20: begin adapting to kernel setting | Samuel Neves |
2018-11-14 | chacha20,poly1305: switch to perlasm originals on x86_64 | Samuel Neves |
2018-11-14 | chacha20,poly1305: use CONFIG_KERNEL_MODE_NEON in .pl on arm | Jason A. Donenfeld |
2018-11-14 | chacha20,poly1305: switch to perlasm originals on mips and arm | Jason A. Donenfeld |
2018-11-13 | global: various formatting tweeks | Jason A. Donenfeld |
2018-10-06 | crypto: test all SIMD combinations | Jason A. Donenfeld |
2018-10-06 | global: rename include'd C files to be .c | Jason A. Donenfeld |
2018-10-02 | chacha20-arm: use proper reteq macro instead of bxeq | Jason A. Donenfeld |
2018-10-02 | crypto: use ZINC_ARCH macros | Jason A. Donenfeld |
2018-10-02 | chacha20: split chacha20_ctx into union | Jason A. Donenfeld |
2018-10-02 | crypto: add missing static keyword to fpu init functions | Jason A. Donenfeld |
2018-10-02 | crypto: document what's used from <crypto/ beside #include | Jason A. Donenfeld |
2018-10-02 | crypto: WARN_ON in module_init if selftest fails | Jason A. Donenfeld |
2018-10-02 | chacha20: feed fpu functions PAGE_SIZE at a time | Jason A. Donenfeld |
2018-10-02 | chacha20: test multiple page span in selftest | Jason A. Donenfeld |
2018-10-02 | crypto: prefer IS_ENABLED to ifdefs | Jason A. Donenfeld |
2018-09-25 | crypto: rename DEBUG to SELFTEST | Jason A. Donenfeld |
2018-09-25 | chacha20-arm,poly1305-arm: fix big-endian aarch64 | Jason A. Donenfeld |
2018-09-25 | chacha20-mips32r2: reduce stack and branches in loop, refactor jumptable hand... | René van Dorst |
2018-09-25 | hchacha20: keep in native endian in words | Jason A. Donenfeld |
2018-09-24 | chacha20-arm: remove unused preambles | Jason A. Donenfeld |
2018-09-23 | chacha20-arm: updated scalar code from Andy | Jason A. Donenfeld |
2018-09-23 | crypto-arm: rework KERNEL_MODE_NEON handling again | Jason A. Donenfeld |
2018-09-23 | chacha20-arm: use new scalar implementation | Jason A. Donenfeld |
2018-09-22 | chacha20-mips32r2: reduce jumptable entry size and stack usage | René van Dorst |
2018-09-21 | chacha20-mips32r2: use simpler calling convention | Jason A. Donenfeld |
2018-09-21 | chacha20-arm: go with Ard's version to optimize for Cortex-A7 | Jason A. Donenfeld |
2018-09-21 | chacha20-mips32r2: remove reorder directives | René van Dorst |
2018-09-21 | chacha20-mips32r2: fix typo to allow reorder again | René van Dorst |
2018-09-20 | global: put SPDX identifier on its own line | Jason A. Donenfeld |
2018-09-20 | crypto: explicitly dual license | Jason A. Donenfeld |
2018-09-20 | chacha20: prefer crypto_xor_cpy to avoid memmove | Jason A. Donenfeld |
2018-09-18 | chacha20: add independent self test | Jason A. Donenfeld |