Searched refs:ipsec (Results 1 - 25 of 48) sorted by relevance

12

/darwin-on-arm/xnu/bsd/netinet6/
H A Dipcomp6.h40 #include <netinet6/ipsec.h>
H A Dipcomp.h40 #include <netinet6/ipsec.h>
H A DMakefile19 ah.h ipsec.h pim6.h \
H A Dipcomp_core.c62 #include <netinet6/ipsec.h>
80 * feature in zlib (see ipsec wg mailing list archive in January 2000).
H A Dipcomp_input.c74 #include <netinet6/ipsec.h>
H A Dipcomp_output.c72 #include <netinet6/ipsec.h>
H A Dudp6_output.c133 #include <netinet6/ipsec.h>
H A Dah_output.c95 #include <netinet6/ipsec.h>
H A Desp_rijndael.c74 #include <netinet6/ipsec.h>
H A Din6_proto.c137 #include <netinet6/ipsec.h>
H A Dip6_forward.c92 #include <netinet6/ipsec.h>
356 printf("ip6_output (ipsec): error code %d\n", error);
H A Desp_output.c95 #include <netinet6/ipsec.h>
H A Dudp6_usrreq.c132 #include <netinet6/ipsec.h>
/darwin-on-arm/xnu/bsd/net/
H A Dif_utun_crypto_ipsec.h38 #define IF_UTUN_GET_CRYPTO_KEYS_IPSEC_SAH(keys) keys->state.u.ipsec.sah
39 #define IF_UTUN_GET_CRYPTO_KEYS_IPSEC_SAV(keys) keys->state.u.ipsec.sav
48 * Summary: enables ipsec crypto info for the specified utun.
54 * Summary: disables ipsec crypto info for the specified utun.
60 * Summary: configures an ipsec crypto context for the specified utun, with keying material
64 * args - the ipsec crypto context keying arguments as passed down from userland.
65 * crypto_ctx_mat - the ipsec crypto context's keying material to be filled.
74 * Summary: unconfigures the keying material in an ipsec crypto context for the specified utun.
76 * args - the ipsec crypto context keying arguments as passed down from userland.
77 * crypto_ctx_mat - the ipsec crypt
[all...]
H A Dif_utun_crypto_ipsec.c47 #include <netinet6/ipsec.h>
494 crypto_keys->state.u.ipsec.proto = sah->saidx.proto;
495 crypto_keys->state.u.ipsec.mode = sah->saidx.mode;
497 crypto_keys->state.u.ipsec.ifamily = IPPROTO_IPV4;
499 crypto_keys->state.u.ipsec.ifamily = IPPROTO_IPV6;
501 crypto_keys->state.u.ipsec.spi = args_ipsec_v1->spi;
628 * Summary: enables ipsec crypto info for the specified utun.
635 /* Turn off the ipsec bypass, if already on */
646 * Summary: disables ipsec crypto info for the specified utun.
653 /* Turn on the ipsec bypas
[all...]
H A Dif_utun_crypto.h234 // kernel's ipsec keying material state
252 utun_crypto_keys_ipsec_state_t ipsec; member in union:utun_crypto_keys_state::__anon204
H A Dif_utun_crypto.c227 // branch-off for ipsec vs. dtls
310 // branch-off for ipsec vs. dtls
312 if (crypto_keys_args->u.ipsec_v1.spi == cur_crypto_keys->state.u.ipsec.spi) {
390 // branch-off for ipsec vs. dtls
/darwin-on-arm/xnu/bsd/man/man4/
H A DMakefile28 ipsec.4 \
/darwin-on-arm/xnu/bsd/conf/
H A Dfiles312 bsd/netinet6/ah_core.c optional ipsec
313 bsd/netinet6/ah_input.c optional ipsec
314 bsd/netinet6/ah_output.c optional ipsec
315 bsd/netinet6/esp_core.c optional ipsec ipsec_esp
316 bsd/netinet6/esp_input.c optional ipsec ipsec_esp
317 bsd/netinet6/esp_output.c optional ipsec ipsec_esp
318 bsd/netinet6/esp_rijndael.c optional ipsec ipsec_esp
319 bsd/netinet6/ipsec.c optional ipsec
333 bsd/netinet6/ipcomp_core.c optional ipsec
[all...]
H A DMakefile.template86 ipsec.o \
262 ipsec.o \
/darwin-on-arm/xnu/bsd/netinet/
H A Din_proto.c96 #include <netinet6/ipsec.h>
304 SYSCTL_NODE(_net_inet, IPPROTO_AH, ipsec, CTLFLAG_RW|CTLFLAG_LOCKED, 0, "IPSEC");
H A Din_pcb.h83 #include <netinet6/ipsec.h> /* for IPSEC */
H A Dtcp_sack.c102 #include <netinet6/ipsec.h>
/darwin-on-arm/xnu/bsd/netkey/
H A Dkeydb.c48 #include <netinet6/ipsec.h>
H A Dkey_debug.c48 #include <netinet6/ipsec.h>
486 printf("invalid ipsec policy length\n");

Completed in 158 milliseconds

12