Home
last modified time | relevance | path

Searched refs:IPSEC_TCPMD5 (Results 1 – 5 of 5) sorted by relevance

/openbsd/sbin/ipsecctl/
H A Dipsecctl.c511 if (r->satype != IPSEC_TCPMD5 && r->satype != IPSEC_IPIP) in ipsecctl_print_sa()
519 if (r->satype != IPSEC_TCPMD5) { in ipsecctl_print_sa()
528 if (r->satype == IPSEC_TCPMD5) in ipsecctl_print_sa()
536 if (r->satype == IPSEC_TCPMD5) in ipsecctl_print_sa()
H A Dipsecctl.h49 PROTO_UNKNOWN, IPSEC_ESP, IPSEC_AH, IPSEC_IPCOMP, IPSEC_TCPMD5, enumerator
H A Dpfkey.c1173 case IPSEC_TCPMD5: in pfkey_ipsec_establish()
1206 case IPSEC_TCPMD5: in pfkey_ipsec_establish()
1225 case IPSEC_TCPMD5: in pfkey_ipsec_establish()
H A Dpfkdump.c747 r.satype = IPSEC_TCPMD5; in pfkey_print_sa()
771 } else if (r.satype == IPSEC_TCPMD5) { in pfkey_print_sa()
H A Dparse.y355 r = create_sa(IPSEC_TCPMD5, IPSEC_TRANSPORT, &$2,
2409 if (satype == IPSEC_TCPMD5 && authkey == NULL && tmode != in validate_sa()