NetBSD/sys/netipsec
christos 62903782ed rename pcb_sp to policy to avoid:
$SRC/arch/arm/include/pcb.h:#define     pcb_sp          pcb_un.un_32.pcb32_sp
$SRC/arch/arm/include/pcb.h:#define     pcb_sp          pcb_sf.sf_r13
2012-12-07 15:29:38 +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 remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
ipcomp.h
ipcomp_var.h
ipip_var.h
ipsec.c rename pcb_sp to policy to avoid: 2012-12-07 15:29:38 +00:00
ipsec.h more IPSEC header cleanup: don't install unneeded headers to userland, 2012-01-06 14:17:10 +00:00
ipsec6.h more "const" 2011-06-09 19:54:18 +00:00
ipsec_input.c After IPSEC input processing, pass a decoded/authenticated IPv4 packet 2012-01-25 21:58:10 +00:00
ipsec_mbuf.c remove redundant declaration 2011-05-16 10:05:23 +00:00
ipsec_netbsd.c Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
ipsec_osdep.h add missing rnd_extract->cprng_fast conversion, fixes build of 2011-11-29 13:15:27 +00:00
ipsec_output.c add patch from Arnaud Degroote to handle IPv6 extended options with 2012-01-10 20:01:56 +00:00
ipsec_private.h
ipsec_var.h
key.c Fix whitespace (mostly removing trailing). 2012-09-20 23:50:05 +00:00
key.h more "const" 2011-06-09 19:54:18 +00:00
key_debug.c g/c remainders of IV handling in pfkey code -- this is done in 2011-05-23 15:17:25 +00:00
key_debug.h
key_var.h
keydb.h g/c unused struct member 2012-08-29 20:37:50 +00:00
keysock.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
keysock.h
xform.h
xform_ah.c Add "consttime_bcmp" and "explicit_bzero" functions for both kernel 2012-08-30 12:16:48 +00:00
xform_esp.c Add "consttime_bcmp" and "explicit_bzero" functions for both kernel 2012-08-30 12:16:48 +00:00
xform_ipcomp.c Make sure the mbufs in the input path (only the parts which we are going 2012-01-25 20:31:23 +00:00
xform_ipip.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
xform_tcp.c fix build in the (FAST_)IPSEC & TCP_SIGNATURE case 2012-01-11 14:39:08 +00:00