summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/rijndael.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* #if 0 some more arrays used only for decrypting (we don't usedjm2015-03-161-2/+2
* Sync AES code to the one shipped in OpenSSL/LibreSSL.mikeb2014-11-181-198/+101
* re-add our own aesctr implementation; ok djm@markus2014-04-291-0/+1223
* remove fallback AES support for old OpenSSL, as OpenBSD has had it for manydjm2004-12-221-1242/+0
* -Wshadow fix up s/encrypt/do_encrypt/. OK djm@, markus@mouring2004-06-231-3/+3
* unexpand and delete whitespace at EOL; ok markus@djm2003-11-211-67/+67
* use right sizeof in memcpy; markus okderaadt2002-07-101-2/+2
* basic KNF done while i was looking for something elsederaadt2001-12-191-176/+175
* missing $OpenBSD:markus2001-09-131-0/+2
* #include <string.h>markus2001-08-271-0/+1
* switch to the optimised AES reference code frommarkus2001-08-231-432/+1213
* Sync alignment fixes on OpenSSH rijndael with OpenBSD.heko2001-08-221-3/+37
* new BSD-style license:stevesk2001-07-301-8/+21
* unexpand and remove end-of-line whitespace; ok markus@stevesk2001-02-041-58/+58
* fix byte order bug w/o introducing new implementationmarkus2000-12-091-100/+19
* undo rijndael changesmarkus2000-12-091-294/+477
* unexpand(1)markus2000-12-061-23/+23
* new rijndael implementation. fixes endian bugsmarkus2000-12-061-477/+294
* typos; from stevesk@sweden.hp.commarkus2000-10-151-5/+5
* rijndael/aes supportmarkus2000-10-131-0/+493