Home
last modified time | relevance | path

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

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