freebsd-dev/sys/crypto
Hajimu UMEMOTO 3011d4b3e2 Fix alignment problem on 64 bit arch.
I only tested if it doesn't break anything on i368.  Since I
have no 64 bit machine, I cannot test it, actually.

Reported by:	jmallett
2003-10-14 13:37:37 +00:00
..
blowfish use BF_ecb_encrypt(). 2003-10-13 19:26:08 +00:00
cast128 switch cast128 implementation to implementation by Steve Reid; 2003-10-10 15:06:16 +00:00
des
rc4 Use __FBSDID(). 2003-06-10 21:44:29 +00:00
rijndael Fix alignment problem on 64 bit arch. 2003-10-14 13:37:37 +00:00
sha2 Correctly bzero the entire context, not just the first sizeof(void *) bytes. 2003-09-08 18:32:33 +00:00
md5.c Use __FBSDID(). 2003-06-10 21:44:29 +00:00
md5.h
sha1.c Use __FBSDID(). 2003-06-10 21:44:29 +00:00
sha1.h