summaryrefslogtreecommitdiffstats
path: root/sys/crypto/rijndael
Commit message (Expand)AuthorAgeFilesLines
* MFC r274380:Luiz Otavio O Souza2015-10-201-4/+4
* MFC r274340:Luiz Otavio O Souza2015-10-202-14/+15
* MFC r264400,r265836:ngie2014-12-311-1/+1
* Make test00 compilable again.sobomax2008-01-152-1/+3
* Assert proper key size also in userland by defining KASSERT in !_KERNEL case.pjd2005-08-171-2/+2
* Unbreak the world build (in sbin/gbde). This file is used by bothcperciva2005-08-171-0/+2
* Check key size for rijndael, as invalid key size can lead to kernel panic.pjd2005-08-161-0/+2
* gbde(8) is also rejndael user.ume2005-03-111-2/+0
* just use crypto/rijndael, and nuke opencrypto/rindael.[ch].ume2005-03-111-5/+0
* integrate rijndael-alg-fst.h into rijndael.h.ume2005-03-115-44/+14
* stop including rijndael-api-fst.h from rijndael.h.ume2005-03-111-1/+0
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* 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