summaryrefslogtreecommitdiffstats
path: root/sys/crypto/chacha_private.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing CVS tags.tobhe2020-07-221-0/+1
| | | | ok patrick@
* add hchacha20 for wireguard.dlg2020-06-211-0/+40
| | | | | | | | | | i think we should turn the chacha code into an actual c file at some point to reduce duplication of object code, but that can happen later. from Matt Dunwoodie and Jason A. Donenfeld ok deraadt@
* Sync chacha_ivsetup to the version in ssh so that we couldmikeb2015-10-271-4/+4
| | | | | | specify custom counter value when setting up Chacha context. ok reyk djm
* replace rc4 with ChaCha20 here, too; ok djm, tedu, deraadtmarkus2013-11-021-0/+220