summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/rijndael.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* re-add our own aesctr implementation; ok djm@markus2014-04-291-0/+44
* remove fallback AES support for old OpenSSL, as OpenBSD has had it for manydjm2004-12-221-51/+0
* basic KNF done while i was looking for something elsederaadt2001-12-191-3/+3
* missing $OpenBSD:markus2001-09-131-0/+2
* switch to the optimised AES reference code frommarkus2001-08-231-58/+46
* new BSD-style license:stevesk2001-07-301-8/+21
* fix prototype; J.S.Peatfield@damtp.cam.ac.ukmarkus2001-05-091-2/+3
* copyright notices on all source filesderaadt2001-03-011-1/+15
* $OpenBSD$niklas2001-01-291-0/+2
* undo change in comment; stevesk@pobox.commarkus2000-12-291-4/+4
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-4/+4
* undo rijndael changesmarkus2000-12-091-21/+25
* new rijndael implementation. fixes endian bugsmarkus2000-12-061-25/+21
* rijndael/aes supportmarkus2000-10-131-0/+31