NetBSD/sys/netipsec
riastradh 82db4b9858 Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset.
consttime_memequal is the same as the old consttime_bcmp.
explicit_memset is to memset as explicit_bzero was to bcmp.

Passes amd64 release and i386/ALL, but I'm sure I missed some spots,
so please let me know.
2013-06-24 04:21:19 +00:00
..
Makefile more IPSEC header cleanup: don't install unneeded headers to userland, 2012-01-06 14:17:10 +00:00
ah.h
ah_var.h
esp.h
esp_var.h
files.netipsec IPSEC has not come in two speeds for a long time now (IPSEC == kame, 2013-06-05 19:01:26 +00:00
ipcomp.h
ipcomp_var.h
ipip_var.h
ipsec.c Split IPsec code in ip_input() and ip_forward() into the separate routines 2013-06-08 13:50:22 +00:00
ipsec.h Split IPsec code in ip_input() and ip_forward() into the separate routines 2013-06-08 13:50:22 +00:00
ipsec6.h
ipsec_input.c PR/47886: Dr. Wolfgang Stukenbrock: IPSEC_NAT_T enabled kernels may access 2013-06-04 22:47:37 +00:00
ipsec_mbuf.c
ipsec_netbsd.c remove the last vestiges of fast_ipsec 2013-06-11 13:30:20 +00:00
ipsec_osdep.h Fix FAST_IPSEC locking violation. 2013-05-09 19:21:50 +00:00
ipsec_output.c PR/47886: Dr. Wolfgang Stukenbrock: IPSEC_NAT_T enabled kernels may access 2013-06-04 22:47:37 +00:00
ipsec_private.h
ipsec_var.h
key.c Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset. 2013-06-24 04:21:19 +00:00
key.h PR/47886: Dr. Wolfgang Stukenbrock: IPSEC_NAT_T enabled kernels may access 2013-06-04 22:47:37 +00:00
key_debug.c
key_debug.h
key_var.h
keydb.h PR/47886: Dr. Wolfgang Stukenbrock: IPSEC_NAT_T enabled kernels may access 2013-06-04 22:47:37 +00:00
keysock.c
keysock.h
xform.h
xform_ah.c Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset. 2013-06-24 04:21:19 +00:00
xform_esp.c Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset. 2013-06-24 04:21:19 +00:00
xform_ipcomp.c PR/47886: Dr. Wolfgang Stukenbrock: IPSEC_NAT_T enabled kernels may access 2013-06-04 22:47:37 +00:00
xform_ipip.c IPSEC has not come in two speeds for a long time now (IPSEC == kame, 2013-06-05 19:01:26 +00:00
xform_tcp.c fix build in the (FAST_)IPSEC & TCP_SIGNATURE case 2012-01-11 14:39:08 +00:00