summaryrefslogtreecommitdiff
path: root/sys/crypto/skein
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-163-3/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* skein: Update guard define checkWarner Losh2022-07-241-1/+1
* Consistently use C99 fixed-width types in the in-kernel crypto code.John Baldwin2020-11-031-3/+3
* [skein] Fix compile issue with unknown symbol SKEIN_ASM_UNROLL1024Adrian Chadd2020-10-141-22/+22
* [skein] Fix compilation on gnu assembler with gcc-6 and gcc-9Adrian Chadd2020-10-141-3/+3
* libmd: fix assembly optimized skein implementationEd Maste2020-10-011-9/+9
* Rename skein_block_asm.s to .S and assemble using Clang IASEd Maste2020-06-061-0/+0
* skein_block_asm.S: use #ifdef not .ifdef, for Clang IASEd Maste2020-06-051-6/+7
* Allow assembling skein_block_asm.s with clangAlex Richardson2020-06-051-59/+60
* libmd: Always erase context in _Final method, and when doingXin LI2018-07-201-0/+3
* disable printing value of SKEIN_LOOP during standard out,Matt Macy2018-05-191-1/+1
* libmd: add noexec stack annotation in skein_block_asm.sEd Maste2017-01-071-0/+2
* Fix C++ includability of crypto headers with static array sizesAlan Somers2016-10-181-3/+6
* libmd: introduce functions that operate on an fd instead of filenameEd Maste2016-10-172-0/+16
* Fix typo in skein amd64 assemblyAllan Jude2016-09-081-1/+2
* Connect the SHA-512t256 and Skein hashing algorithms to ZFSAllan Jude2016-05-311-0/+2
* Import the skein hashing algorithm, based on the threefish block cipherAllan Jude2016-05-299-0/+3955