Home
last modified time | relevance | path

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

/freebsd/sys/netipsec/
H A Dxform_tcp.c269 char tmpdigest[TCP_SIGLEN]; in tcp_ipsec_input() local
292 tcp_signature_compute(m, th, sav, tmpdigest); in tcp_ipsec_input()
295 if (bcmp(buf, tmpdigest, TCP_SIGLEN) != 0) { in tcp_ipsec_input()