summaryrefslogtreecommitdiffstats
path: root/sys/crypto/rijndael/rijndael-api-fst.c
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc build: preserve const qualifier when casting input values.des2014-11-111-4/+4
* Constify the AES code and propagate to consumers. This allows us todes2014-11-101-5/+6
* integrate rijndael-alg-fst.h into rijndael.h.ume2005-03-111-1/+0
* rijndael-alg-fst.[ch]:ume2003-11-101-174/+123
* - revert to old rijndael code. new rijndael code broke gbde.ume2003-10-191-173/+238
* Fix alignment problem on 64 bit arch.ume2003-10-141-0/+49
* simplify and update rijndael code.ume2003-10-121-250/+138
* one more opossite conditiion.ume2003-09-181-1/+1
* condition of padLen check was opposite.ume2003-09-171-1/+1
* Use __FBSDID().obrien2003-06-101-1/+3
* 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
* Sync with recent KAME.ume2001-06-111-44/+8
* Initial import of AES algorithm code (aka Rijndael) from KAME.kris2000-10-301-0/+520
OpenPOWER on IntegriCloud