summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/cipher-chachapoly.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* make Chacha20-POLY1305 context struct opaque; ok tb@ as part of a largerdjm2020-04-031-6/+19
* small refactor of cipher.c: make ciphercontext opaque to callersdjm2016-08-031-2/+3
* remove unneeded includes, sync my copyright across files & whitespace; ok djm@markus2015-01-141-2/+1
* Call chacha_ivsetup() immediately before chacha_encrypt_bytes() - thisjsing2014-07-031-3/+5
* New key API: refactor key-related functions to be more library-like,djm2014-06-241-11/+14
* replace most bzero with explicit_bzero, except a few that cna be memsettedu2014-01-311-5/+5
* add some comments and constify a constantdjm2013-12-151-10/+10
* RCSID markersdjm2013-11-211-0/+2
* Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com"djm2013-11-211-0/+110