summaryrefslogtreecommitdiffstats
path: root/lib/siphash.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spdx-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds2022-06-031-3/+2
|\
| * siphash: add SPDX tags as sole licensing authorityJason A. Donenfeld2022-05-191-3/+2
* | siphash: use one source of truth for siphash permutationsJason A. Donenfeld2022-05-181-22/+10
|/
* siphash: use _unaligned version by defaultArnd Bergmann2021-11-291-6/+6
* Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Nick Desaulniers2020-11-181-18/+18
* lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva2020-08-241-18/+18
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-18/+18
* lib/siphash.c: mark expected switch fall-throughsStephen Rothwell2019-04-251-18/+18
* siphash: implement HalfSipHash1-3 for hash tablesJason A. Donenfeld2017-01-091-1/+320
* siphash: add cryptographically secure PRFJason A. Donenfeld2017-01-091-0/+232