freebsd-dev/sys/crypto
Poul-Henning Kamp 0513e13e31 Add a testcase which validates that the same buffer can be passed to
rijndael_blockDecrypt() as both input and output.

This property is important because inside rijndael we can get away
with allocating just a 16 byte "work" buffer on the stack (which
is very cheap), whereas the calling code would need to allocate the
full sized buffer, and in all likelyhood would have to do so with
an expensive malloc(9).
2003-10-19 22:12:23 +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
rijndael Add a testcase which validates that the same buffer can be passed to 2003-10-19 22:12:23 +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
md5.h
sha1.c
sha1.h