summaryrefslogtreecommitdiff
path: root/src/test/test-siphash24.c
Commit message (Expand)AuthorAgeFilesLines
* test: Use TEST macroJan Janssen2021-11-251-21/+22
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-1/+1
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* test-siphash24: add a test for concatenating very short buffersZbigniew Jędrzejewski-Szmek2016-02-201-3/+44
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* test: remove wrong endianess conversion in test-siphash24Martin Pitt2015-11-191-3/+3
* Merge pull request #1923 from zonque/siphashLennart Poettering2015-11-171-3/+3
|\
| * siphash24: let siphash24_finalize() and siphash24() return the result directlyDaniel Mack2015-11-161-3/+3
* | tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
|/
* siphash42: add tests with unaligned input pointersMartin Pitt2015-11-161-11/+26
* siphash24: change result argument to uint64_tMartin Pitt2015-11-161-3/+3
* siphash24: unify APITom Gundersen2015-10-061-16/+8
* test: siphash24 - verify internal state and composabilityTom Gundersen2015-10-051-1/+32
* test: siphash24 - add regression testTom Gundersen2015-10-051-0/+47