NetBSD/sys/crypto
elric c242f201c5 Modified to avoid compiler warnings. The specific warning related
to const BF_KEY * vars, and I chose to ``fix'' it in this file
rather than elsewhere in the framework because, although the other
fix was more appropriate, nothing seems to use the code in this
file and hence the risk of disrupting other people was lower.  In
the future, the more appropriate change would be to change blowfish.h
and bf_enc.c to have functions with signatures:

BF_encrypt(BF_LONG *, const BF_KEY *);
BF_decrypt(BF_LONG *, const BF_KEY *);
2002-09-08 07:52:41 +00:00
..
arc4 add RCSIDs 2001-11-13 00:56:55 +00:00
blowfish Modified to avoid compiler warnings. The specific warning related 2002-09-08 07:52:41 +00:00
cast128 fix cast128 with shorter key length. sync with kame 2001-11-27 11:19:36 +00:00
des Added an include of sys/types.h to get u_int32_t and so on. 2002-09-08 07:41:01 +00:00
rijndael missing IV handling in CBC mode (does not affect ESP code as we have 2002-05-24 06:28:06 +00:00