summaryrefslogtreecommitdiffstats
path: root/sys/crypto/rijndael
Commit message (Expand)AuthorAgeFilesLines
* avoid module name conflict with opencrypto/rijndael.c.ume2003-11-121-0/+0
* cleanup rijndael API.ume2003-11-112-1/+107
* rijndael-alg-fst.[ch]:ume2003-11-104-1634/+1332
* Add a testcase which validates that the same buffer can be passed tophk2003-10-192-0/+87
* - revert to old rijndael code. new rijndael code broke gbde.ume2003-10-194-1424/+1702
* Fix alignment problem on 64 bit arch.ume2003-10-141-0/+49
* simplify and update rijndael code.ume2003-10-126-1737/+1407
* one more opossite conditiion.ume2003-09-181-1/+1
* condition of padLen check was opposite.ume2003-09-171-1/+1
* Use __FBSDID().obrien2003-06-102-2/+6
* Don't panic when we can just return an error code.phk2002-10-141-2/+6
* Fixed AES encryption algorithm bugsuz2002-05-241-0/+1
* Remove macros that are defined elsewhere.markm2002-04-211-2/+0
* less warningume2001-06-161-80/+80
* Sync with recent KAME.ume2001-06-116-72/+127
* Kernel crypto need binary key material, not symbolic ascii.markm2001-03-101-0/+3
* Initial import of AES algorithm code (aka Rijndael) from KAME.kris2000-10-307-0/+2024
OpenPOWER on IntegriCloud