summaryrefslogtreecommitdiff
path: root/sys/crypto/rijndael.c
AgeCommit message (Expand)Author
2014-11-17Sync our kernel AES code to the one shipped in OpenSSL/LibreSSL.Mike Belopuhov
2008-06-09constify arguments in wrapper functions; the lower level functionsDamien Miller
2005-05-25AESCTR support for ESP (RFC 3686); ok hshoexerMarkus Friedl
2004-12-20Allow the setkey function of a transform to fail, eg. when an insufficientHans-Joerg Hoexer
2004-12-14indentation and some knf, no binary changeHans-Joerg Hoexer
2004-02-08save kernel space; full unroll is not needed; from freebsdTheo de Raadt
2004-02-05expose two more functionsTheo de Raadt
2003-12-26- use 1/2 space for rijndael context in ipsecMarkus Friedl
2002-07-10use right sizeof in memcpy; markus okTheo de Raadt
2001-12-19sync KNF with src/usr.bin/sshMarkus Friedl
2001-09-13missing $OpenBSD:Markus Friedl
2001-08-24switch to the optimised AES reference code fromMarkus Friedl
2001-08-09Force alignment of blocks so that we don't crash on strict alignmentHeikki Korpela
2001-07-31new BSD-style license and whitespace sync with opensshKevin Steves
2000-12-09pull in endianess fix from opensshMarkus Friedl
2000-11-11undo last change, ipsec+AES and swap-encrypt work againMarkus Friedl
2000-10-16indentTheo de Raadt
2000-10-15typoMarkus Friedl
2000-06-06OpenBSD tagsTheo de Raadt
2000-05-27use rijndael instead of blowfish because of faster key setup.Niels Provos