summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/rijndael.h (follow)
Commit message (Collapse)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
| | | | years now; ok deraadt@
* 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
| | | | http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip
* new BSD-style license:stevesk2001-07-301-8/+21
| | | | | | | | | | | Brian Gladman <brg@gladman.plus.com>: >I have updated my code at: >http://fp.gladman.plus.com/cryptography_technology/rijndael/index.htm >with a copyright notice as follows: >[...] >I am not sure which version of my old code you are using but I am >happy for the notice above to be substituted for my existing copyright >intent if this meets your purpose.
* 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
| | | | with u_char.
* undo rijndael changesmarkus2000-12-091-21/+25
|
* new rijndael implementation. fixes endian bugsmarkus2000-12-061-25/+21
|
* rijndael/aes supportmarkus2000-10-131-0/+31