freebsd-dev/sys/crypto
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
..
blowfish Initiate deorbit burn sequence for 80386 support in FreeBSD: Remove 2004-11-16 20:42:32 +00:00
des Use __FBSDID(). 2004-06-14 00:38:54 +00:00
rc4 Use __FBSDID(). 2003-06-10 21:44:29 +00:00
rijndael Check key size for rijndael, as invalid key size can lead to kernel panic. 2005-08-16 18:59:00 +00:00
sha2 Correctly bzero the entire context, not just the first sizeof(void *) bytes. 2003-09-08 18:32:33 +00:00
sha1.c Use __FBSDID(). 2003-06-10 21:44:29 +00:00
sha1.h