Home
last modified time | relevance | path

Searched refs:IPSEC_MODE_TCPMD5 (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netipsec/
H A Dxform_tcp.c265 saidx.mode = IPSEC_MODE_TCPMD5; in tcp_ipsec_input()
305 saidx.mode = IPSEC_MODE_TCPMD5; in tcp_ipsec_output()
H A Dipsec.h154 #define IPSEC_MODE_TCPMD5 3 /* TCP MD5 mode */ macro
H A Dkey_debug.c671 case IPSEC_MODE_TCPMD5: in kdebug_secasindex_mode()
H A Dkey.c969 IPSEC_ASSERT(saidx->mode == IPSEC_MODE_TCPMD5, in key_allocsa_tcpmd5()