summaryrefslogtreecommitdiff
path: root/sys/crypto/rijndael.h
AgeCommit message (Expand)Author
2008-06-09constify arguments in wrapper functions; the lower level functionsDamien Miller
2007-05-27make the #defines in rijndael.h a bit more meaningfulTed Unangst
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-02-05expose two more functionsTheo de Raadt
2003-12-26- use 1/2 space for rijndael context in ipsecMarkus Friedl
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-07-31new BSD-style license and whitespace sync with opensshKevin Steves
2001-05-09fix prototype; J.S.Peatfield@damtp.cam.ac.ukMarkus Friedl
2000-10-16indentTheo de Raadt
2000-05-27use rijndael instead of blowfish because of faster key setup.Niels Provos