NetBSD/sys/netipsec
riastradh cc79193075 Fix sense of consttime_memequal and update all callers.
Now it returns true (nonzero) to mean equal and false (zero) to mean
inequal, as the name suggests.

As promised on tech-userlevel back in June:

https://mail-index.netbsd.org/tech-userlevel/2013/06/24/msg007843.html
2013-08-28 15:24:41 +00:00
..
Makefile
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
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 Fix sense of consttime_memequal and update all callers. 2013-08-28 15:24:41 +00:00
xform_esp.c Fix sense of consttime_memequal and update all callers. 2013-08-28 15:24:41 +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