aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/chacha20/chacha.c
Commit message (Expand)AuthorAgeFilesLines
* style(9): white space after ; and around binary operatorsDavid E. O'Brien2025-10-161-3/+3
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Embedded chacha: Add 0-bit iv + 128-bit counter modeConrad Meyer2019-03-011-0/+33
* Embedded chacha: Remove some harmless dead stores in keystream modeConrad Meyer2018-10-201-0/+2
* Update userland arc4random() with OpenBSD's Chacha20 based arc4random().Xin LI2018-08-191-4/+7
* Replace the RC4 algorithm for generating in-kernel secure randomMark Murray2017-04-161-0/+224