index
:
wireguard-linux-compat
feature/socketdev
master
WireGuard Linux compat
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
crypto
Age
Commit message (
Expand
)
Author
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
poly1305-mips64: use compiler-defined macros in assembly
Jason A. Donenfeld
2018-10-02
blake2s: rename arch function and use slicker le32 helper
Jason A. Donenfeld
2018-10-02
blake2s: feed fpu functions PAGE_SIZE at a time
Jason A. Donenfeld
2018-10-02
poly1305: feed fpu functions PAGE_SIZE at a time
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
chacha20: break out of zero loops in selftest
Jason A. Donenfeld
2018-10-02
crypto: prefer IS_ENABLED to ifdefs
Jason A. Donenfeld
2018-10-02
crypto: ignore ARMv3
Jason A. Donenfeld
2018-09-25
crypto: rename DEBUG to SELFTEST
Jason A. Donenfeld
2018-09-25
poly1305-arm: swap endianness in base 2^26 conversion
Jason A. Donenfeld
2018-09-25
curve25519-arm: disable on big-endian
Jason A. Donenfeld
2018-09-25
chacha20-arm,poly1305-arm: fix big-endian aarch64
Jason A. Donenfeld
2018-09-25
curve25519: show all failures in test case
Jason A. Donenfeld
2018-09-25
curve25519-hacl64: reduce stack usage under KASAN
Jason A. Donenfeld
2018-09-25
chacha20: add bounds checking to selftests
Jason A. Donenfeld
2018-09-25
chacha20-mips32r2: reduce stack and branches in loop, refactor jumptable hand...
René van Dorst
2018-09-25
crypto: make constant naming scheme consistent
Jason A. Donenfeld
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
poly1305-mips64: remove useless preprocessor error
Jason A. Donenfeld
2018-09-23
crypto-arm: rework KERNEL_MODE_NEON handling again
Jason A. Donenfeld
2018-09-23
crypto: flatten out makefile
Jason A. Donenfeld
2018-09-23
curve25519-fiat32: work around m68k compiler stack frame bug
Jason A. Donenfeld
2018-09-23
chacha20-arm: use new scalar implementation
Jason A. Donenfeld
2018-09-23
crypto-arm: rework KERNEL_MODE_NEON handling
Jason A. Donenfeld
2018-09-23
global: reduce stack frame size
Jason A. Donenfeld
2018-09-23
chacha20: add chunked selftest and test sliding alignments and hchacha20
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-21
poly1305-mips32r2: remove all reorder directives
René van Dorst
2018-09-20
global: put SPDX identifier on its own line
Jason A. Donenfeld
2018-09-20
crypto: do not waste space on selftest items
Jason A. Donenfeld
2018-09-20
crypto: explicitly dual license
Jason A. Donenfeld
2018-09-20
poly1305: account for simd being toggled off midway
Jason A. Donenfeld
2018-09-20
chacha20: prefer crypto_xor_cpy to avoid memmove
Jason A. Donenfeld
2018-09-19
poly1305: no need to trick gcc 8.1
Jason A. Donenfeld
2018-09-19
blake2s: simplify final function
Jason A. Donenfeld
2018-09-18
poly1305: better module description
Jason A. Donenfeld
2018-09-18
chacha20: add independent self test
Jason A. Donenfeld
2018-09-18
chacha20poly1305: add __init to selftest helper functions
Jason A. Donenfeld
2018-09-18
curve25519-arm: only compile if symbols will be used
Jason A. Donenfeld
2018-09-18
chacha20-x86_64: use correct cut off for avx512-vl
Jason A. Donenfeld
[next]