freebsd-dev/sys/crypto/rijndael
Pawel Jakub Dawidek 36c51ae068 Check key size for rijndael, as invalid key size can lead to kernel panic.
It checked other algorithms against this bug and it seems they aren't
affected.

Reported by:	Mike Tancsa <mike@sentex.net>
PR:		i386/84860
Reviewed by:	phk, cperciva(x2)
2005-08-16 18:59:00 +00:00
..
Makefile Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
rijndael_local.h simplify and update rijndael code. 2003-10-12 21:05:05 +00:00
rijndael-alg-fst.c Check key size for rijndael, as invalid key size can lead to kernel panic. 2005-08-16 18:59:00 +00:00
rijndael-api-fst.c integrate rijndael-alg-fst.h into rijndael.h. 2005-03-11 16:26:10 +00:00
rijndael-api-fst.h integrate rijndael-alg-fst.h into rijndael.h. 2005-03-11 16:26:10 +00:00
rijndael-api.c avoid module name conflict with opencrypto/rijndael.c. 2003-11-12 04:22:37 +00:00
rijndael.h gbde(8) is also rejndael user. 2005-03-11 22:07:04 +00:00
test00.c Add a testcase which validates that the same buffer can be passed to 2003-10-19 22:12:23 +00:00