summaryrefslogtreecommitdiffhomepage
path: root/src/crypto
AgeCommit message (Expand)Author
2018-11-14chacha20,poly1305: switch to perlasm originals on mips and armJason A. Donenfeld
2018-11-13global: various formatting tweeksJason A. Donenfeld
2018-10-27curve25519-x86_64: this was relicensed to BSD-3-Clause upstreamJason A. Donenfeld
2018-10-27poly1305-donna64: mark large constants as ULLJason A. Donenfeld
2018-10-07crypto: clean up remaining .h->.cJason A. Donenfeld
2018-10-07crypto: use BIT(i) & bitmap instead of (bitmap >> i) & 1Jason A. Donenfeld
2018-10-07crypto: disable broken implementations in selftestsJason A. Donenfeld
2018-10-06crypto: test all SIMD combinationsJason A. Donenfeld
2018-10-06global: rename include'd C files to be .cJason A. Donenfeld
2018-10-04curve25519-arm: rearrange multiplications for better in-order performanceJason A. Donenfeld
2018-10-04curve25519-arm: writeback to base register when possibleJason A. Donenfeld
2018-10-03blake2s: always put a simd, even if not use()'dJason A. Donenfeld
2018-10-03simd: introduce useful disabling macroJason A. Donenfeld
2018-10-03curve25519-arm: adjust commentJason A. Donenfeld
2018-10-03curve25519-arm: use new simd apiJason A. Donenfeld
2018-10-02chacha20-arm: use proper reteq macro instead of bxeqJason A. Donenfeld
2018-10-02global: change BUG_ON to WARN_ONJason A. Donenfeld
2018-10-02poly1305: document rationale for base 2^26->2^64/32 conversionJason A. Donenfeld
2018-10-02crypto: use ZINC_ARCH macrosJason A. Donenfeld
2018-10-02chacha20: no need to align ctxJason A. Donenfeld
2018-10-02chacha20: split chacha20_ctx into unionJason A. Donenfeld
2018-10-02crypto: add missing static keyword to fpu init functionsJason A. Donenfeld
2018-10-02crypto: document what's used from <crypto/ beside #includeJason A. Donenfeld
2018-10-02crypto: WARN_ON in module_init if selftest failsJason A. Donenfeld
2018-10-02poly1305-mips64: use compiler-defined macros in assemblyJason A. Donenfeld
2018-10-02blake2s: rename arch function and use slicker le32 helperJason A. Donenfeld
2018-10-02blake2s: feed fpu functions PAGE_SIZE at a timeJason A. Donenfeld
2018-10-02poly1305: feed fpu functions PAGE_SIZE at a timeJason A. Donenfeld
2018-10-02chacha20: feed fpu functions PAGE_SIZE at a timeJason A. Donenfeld
2018-10-02chacha20: test multiple page span in selftestJason A. Donenfeld
2018-10-02chacha20: break out of zero loops in selftestJason A. Donenfeld
2018-10-02crypto: prefer IS_ENABLED to ifdefsJason A. Donenfeld
2018-10-02crypto: ignore ARMv3Jason A. Donenfeld
2018-09-25crypto: rename DEBUG to SELFTESTJason A. Donenfeld
2018-09-25poly1305-arm: swap endianness in base 2^26 conversionJason A. Donenfeld
2018-09-25curve25519-arm: disable on big-endianJason A. Donenfeld
2018-09-25chacha20-arm,poly1305-arm: fix big-endian aarch64Jason A. Donenfeld
2018-09-25curve25519: show all failures in test caseJason A. Donenfeld
2018-09-25curve25519-hacl64: reduce stack usage under KASANJason A. Donenfeld
2018-09-25chacha20: add bounds checking to selftestsJason A. Donenfeld
2018-09-25chacha20-mips32r2: reduce stack and branches in loop, refactor jumptable hand...René van Dorst
2018-09-25crypto: make constant naming scheme consistentJason A. Donenfeld
2018-09-25hchacha20: keep in native endian in wordsJason A. Donenfeld
2018-09-24chacha20-arm: remove unused preamblesJason A. Donenfeld
2018-09-23chacha20-arm: updated scalar code from AndyJason A. Donenfeld
2018-09-23poly1305-mips64: remove useless preprocessor errorJason A. Donenfeld
2018-09-23crypto-arm: rework KERNEL_MODE_NEON handling againJason A. Donenfeld
2018-09-23crypto: flatten out makefileJason A. Donenfeld
2018-09-23curve25519-fiat32: work around m68k compiler stack frame bugJason A. Donenfeld
2018-09-23chacha20-arm: use new scalar implementationJason A. Donenfeld