Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_crypto.c437 int macbytes; /* length of MAC field, signed by intention */ in crypto_recv() local
464 while ((macbytes = rbufp->recv_length - authlen) > (int)MAX_MAC_LEN) { in crypto_recv()
492 if (len > (u_int)macbytes) { in crypto_recv()