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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c437 int macbytes; /* length of MAC field, signed by intention */ local
464 while ((macbytes = rbufp->recv_length - authlen) > (int)MAX_MAC_LEN) {
490 * buffer. We *know* 'macbytes' > 0 here!
492 if (len > (u_int)macbytes) {

Completed in 105 milliseconds