freebsd-dev/sys/crypto
Yoshinobu Inoue f7d7fca7fd Prototype fix for IPsec authentication related functions
Some of IPsec authentication related functions should have
  'const' for its 2nd argument, but not now.
  But if someone try to use them, and passed const data for
  those functions, then much bogus compile warnings will be
  generated.
  So those funcs prototype should be modified.

Requested by: archie
Approved by: jkh
2000-02-10 19:35:53 +00:00
..
blowfish IPSEC support in the kernel. 1999-12-22 19:13:38 +00:00
cast128 IPSEC support in the kernel. 1999-12-22 19:13:38 +00:00
des Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 05:07:58 +00:00
rc5 IPSEC support in the kernel. 1999-12-22 19:13:38 +00:00
hmac_md5.c IPSEC support in the kernel. 1999-12-22 19:13:38 +00:00
hmac_md5.h IPSEC support in the kernel. 1999-12-22 19:13:38 +00:00
md5.c IPSEC support in the kernel. 1999-12-22 19:13:38 +00:00
md5.h IPSEC support in the kernel. 1999-12-22 19:13:38 +00:00
sha1.c Prototype fix for IPsec authentication related functions 2000-02-10 19:35:53 +00:00
sha1.h Prototype fix for IPsec authentication related functions 2000-02-10 19:35:53 +00:00