| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make test00 compilable again. | Maxim Sobolev | 2008-01-15 | 2 | -1/+3 |
| * | Assert proper key size also in userland by defining KASSERT in !_KERNEL case. | Pawel Jakub Dawidek | 2005-08-17 | 1 | -2/+2 |
| * | Unbreak the world build (in sbin/gbde). This file is used by both | Colin Percival | 2005-08-17 | 1 | -0/+2 |
| * | Check key size for rijndael, as invalid key size can lead to kernel panic. | Pawel Jakub Dawidek | 2005-08-16 | 1 | -0/+2 |
| * | gbde(8) is also rejndael user. | Hajimu UMEMOTO | 2005-03-11 | 1 | -2/+0 |
| * | just use crypto/rijndael, and nuke opencrypto/rindael.[ch]. | Hajimu UMEMOTO | 2005-03-11 | 1 | -5/+0 |
| * | integrate rijndael-alg-fst.h into rijndael.h. | Hajimu UMEMOTO | 2005-03-11 | 5 | -44/+14 |
| * | stop including rijndael-api-fst.h from rijndael.h. | Hajimu UMEMOTO | 2005-03-11 | 1 | -1/+0 |
| * | Start the dreaded NOFOO -> NO_FOO conversion. | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |
| * | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 1 | -1/+1 |
| * | avoid module name conflict with opencrypto/rijndael.c. | Hajimu UMEMOTO | 2003-11-12 | 1 | -0/+0 |
| * | cleanup rijndael API. | Hajimu UMEMOTO | 2003-11-11 | 2 | -1/+107 |
| * | rijndael-alg-fst.[ch]: | Hajimu UMEMOTO | 2003-11-10 | 4 | -1634/+1332 |
| * | Add a testcase which validates that the same buffer can be passed to | Poul-Henning Kamp | 2003-10-19 | 2 | -0/+87 |
| * | - revert to old rijndael code. new rijndael code broke gbde. | Hajimu UMEMOTO | 2003-10-19 | 4 | -1424/+1702 |
| * | Fix alignment problem on 64 bit arch. | Hajimu UMEMOTO | 2003-10-14 | 1 | -0/+49 |
| * | simplify and update rijndael code. | Hajimu UMEMOTO | 2003-10-12 | 6 | -1737/+1407 |
| * | one more opossite conditiion. | Hajimu UMEMOTO | 2003-09-18 | 1 | -1/+1 |
| * | condition of padLen check was opposite. | Hajimu UMEMOTO | 2003-09-17 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-10 | 2 | -2/+6 |
| * | Don't panic when we can just return an error code. | Poul-Henning Kamp | 2002-10-14 | 1 | -2/+6 |
| * | Fixed AES encryption algorithm bug | SUZUKI Shinsuke | 2002-05-24 | 1 | -0/+1 |
| * | Remove macros that are defined elsewhere. | Mark Murray | 2002-04-21 | 1 | -2/+0 |
| * | less warning | Hajimu UMEMOTO | 2001-06-16 | 1 | -80/+80 |
| * | Sync with recent KAME. | Hajimu UMEMOTO | 2001-06-11 | 6 | -72/+127 |
| * | Kernel crypto need binary key material, not symbolic ascii. | Mark Murray | 2001-03-10 | 1 | -0/+3 |
| * | Initial import of AES algorithm code (aka Rijndael) from KAME. | Kris Kennaway | 2000-10-30 | 7 | -0/+2024 |