NetBSD/sys/crypto/blowfish
itojun 0f1649155f make the code friendly with LP64 machines.
- use u_int32_t for 32bit quantity unsigned integer type.
- s/unsigned long/BF_LONG/ (BF_LONG = u_int32_t) where appropriate.
- prototype cleanup - due to *BSD code sharing, we still are using __P().
part of PR 10918.  sync with kame.
2000-08-31 06:46:21 +00:00
..
bf_cbc.c
bf_cbc_m.c
bf_enc.c
bf_locl.h
bf_pi.h
bf_skey.c
blowfish.h