index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
crypto
/
rijndael
Commit message (
Expand
)
Author
Age
Files
Lines
*
gbde(8) is also rejndael user.
ume
2005-03-11
1
-2
/
+0
*
just use crypto/rijndael, and nuke opencrypto/rindael.[ch].
ume
2005-03-11
1
-5
/
+0
*
integrate rijndael-alg-fst.h into rijndael.h.
ume
2005-03-11
5
-44
/
+14
*
stop including rijndael-api-fst.h from rijndael.h.
ume
2005-03-11
1
-1
/
+0
*
Start the dreaded NOFOO -> NO_FOO conversion.
ru
2004-12-21
1
-1
/
+1
*
For variables that are only checked with defined(), don't provide
ru
2004-10-24
1
-1
/
+1
*
avoid module name conflict with opencrypto/rijndael.c.
ume
2003-11-12
1
-0
/
+0
*
cleanup rijndael API.
ume
2003-11-11
2
-1
/
+107
*
rijndael-alg-fst.[ch]:
ume
2003-11-10
4
-1634
/
+1332
*
Add a testcase which validates that the same buffer can be passed to
phk
2003-10-19
2
-0
/
+87
*
- revert to old rijndael code. new rijndael code broke gbde.
ume
2003-10-19
4
-1424
/
+1702
*
Fix alignment problem on 64 bit arch.
ume
2003-10-14
1
-0
/
+49
*
simplify and update rijndael code.
ume
2003-10-12
6
-1737
/
+1407
*
one more opossite conditiion.
ume
2003-09-18
1
-1
/
+1
*
condition of padLen check was opposite.
ume
2003-09-17
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-10
2
-2
/
+6
*
Don't panic when we can just return an error code.
phk
2002-10-14
1
-2
/
+6
*
Fixed AES encryption algorithm bug
suz
2002-05-24
1
-0
/
+1
*
Remove macros that are defined elsewhere.
markm
2002-04-21
1
-2
/
+0
*
less warning
ume
2001-06-16
1
-80
/
+80
*
Sync with recent KAME.
ume
2001-06-11
6
-72
/
+127
*
Kernel crypto need binary key material, not symbolic ascii.
markm
2001-03-10
1
-0
/
+3
*
Initial import of AES algorithm code (aka Rijndael) from KAME.
kris
2000-10-30
7
-0
/
+2024