aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* poly1305-donna64: mark large constants as ULLJason A. Donenfeld2018-10-271-24/+24
* crypto: clean up remaining .h->.cJason A. Donenfeld2018-10-078-10/+10
* crypto: use BIT(i) & bitmap instead of (bitmap >> i) & 1Jason A. Donenfeld2018-10-071-2/+2
* crypto: disable broken implementations in selftestsJason A. Donenfeld2018-10-071-9/+8
* crypto: test all SIMD combinationsJason A. Donenfeld2018-10-0620-40/+82
* global: rename include'd C files to be .cJason A. Donenfeld2018-10-0619-28/+28
* curve25519-arm: rearrange multiplications for better in-order performanceJason A. Donenfeld2018-10-041-12/+12
* curve25519-arm: writeback to base register when possibleJason A. Donenfeld2018-10-041-58/+27
* blake2s: always put a simd, even if not use()'dJason A. Donenfeld2018-10-031-2/+5
* simd: introduce useful disabling macroJason A. Donenfeld2018-10-032-3/+2
* curve25519-arm: adjust commentJason A. Donenfeld2018-10-031-2/+2
* curve25519-arm: use new simd apiJason A. Donenfeld2018-10-031-6/+9
* chacha20-arm: use proper reteq macro instead of bxeqJason A. Donenfeld2018-10-021-1/+2
* global: change BUG_ON to WARN_ONJason A. Donenfeld2018-10-022-18/+11
* poly1305: document rationale for base 2^26->2^64/32 conversionJason A. Donenfeld2018-10-022-0/+20
* crypto: use ZINC_ARCH macrosJason A. Donenfeld2018-10-022-9/+9
* chacha20: no need to align ctxJason A. Donenfeld2018-10-021-1/+1
* chacha20: split chacha20_ctx into unionJason A. Donenfeld2018-10-025-45/+50
* crypto: add missing static keyword to fpu init functionsJason A. Donenfeld2018-10-024-4/+3
* crypto: document what's used from <crypto/ beside #includeJason A. Donenfeld2018-10-024-4/+3
* crypto: WARN_ON in module_init if selftest failsJason A. Donenfeld2018-10-025-5/+5
* poly1305-mips64: use compiler-defined macros in assemblyJason A. Donenfeld2018-10-021-5/+10
* blake2s: rename arch function and use slicker le32 helperJason A. Donenfeld2018-10-022-11/+8
* blake2s: feed fpu functions PAGE_SIZE at a timeJason A. Donenfeld2018-10-021-14/+28
* poly1305: feed fpu functions PAGE_SIZE at a timeJason A. Donenfeld2018-10-024-29/+49
* chacha20: feed fpu functions PAGE_SIZE at a timeJason A. Donenfeld2018-10-024-23/+54
* chacha20: test multiple page span in selftestJason A. Donenfeld2018-10-022-3/+27
* chacha20: break out of zero loops in selftestJason A. Donenfeld2018-10-021-0/+5
* crypto: prefer IS_ENABLED to ifdefsJason A. Donenfeld2018-10-028-135/+73
* crypto: ignore ARMv3Jason A. Donenfeld2018-10-021-1/+1
* crypto: rename DEBUG to SELFTESTJason A. Donenfeld2018-09-2511-59/+59
* poly1305-arm: swap endianness in base 2^26 conversionJason A. Donenfeld2018-09-251-1/+5
* curve25519-arm: disable on big-endianJason A. Donenfeld2018-09-252-3/+3
* chacha20-arm,poly1305-arm: fix big-endian aarch64Jason A. Donenfeld2018-09-252-21/+21
* curve25519: show all failures in test caseJason A. Donenfeld2018-09-251-2/+0
* curve25519-hacl64: reduce stack usage under KASANJason A. Donenfeld2018-09-251-2/+1
* chacha20: add bounds checking to selftestsJason A. Donenfeld2018-09-251-1/+45
* chacha20-mips32r2: reduce stack and branches in loop, refactor jumptable handlingRené van Dorst2018-09-251-79/+94
* crypto: make constant naming scheme consistentJason A. Donenfeld2018-09-2515-148/+148
* hchacha20: keep in native endian in wordsJason A. Donenfeld2018-09-258-42/+46
* chacha20-arm: remove unused preamblesJason A. Donenfeld2018-09-242-30/+1
* chacha20-arm: updated scalar code from AndyJason A. Donenfeld2018-09-231-310/+273
* poly1305-mips64: remove useless preprocessor errorJason A. Donenfeld2018-09-231-4/+0
* crypto-arm: rework KERNEL_MODE_NEON handling againJason A. Donenfeld2018-09-238-27/+16
* crypto: flatten out makefileJason A. Donenfeld2018-09-231-47/+33
* curve25519-fiat32: work around m68k compiler stack frame bugJason A. Donenfeld2018-09-231-6/+4
* chacha20-arm: use new scalar implementationJason A. Donenfeld2018-09-232-569/+1208
* crypto-arm: rework KERNEL_MODE_NEON handlingJason A. Donenfeld2018-09-232-9/+16
* global: reduce stack frame sizeJason A. Donenfeld2018-09-233-26/+36
* chacha20: add chunked selftest and test sliding alignments and hchacha20Jason A. Donenfeld2018-09-232-1160/+2467