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

/freebsd-11.0-release/contrib/ntp/sntp/
H A Dnetworking.c108 int is_authentic; local
118 is_authentic = (HAVE_OPT(AUTHENTICATION)) ? 0 : -1;
189 is_authentic = FALSE;
193 is_authentic = TRUE;
205 switch (is_authentic) {
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dntp_proto.c592 int is_authentic = AUTH_NONE; /* cryptosum ok */ local
888 is_authentic = AUTH_NONE; /* not required */
897 is_authentic = AUTH_CRYPTO; /* crypto-NAK */
901 skeyid, authlen + has_mac, is_authentic,
920 is_authentic = AUTH_NONE;
1021 is_authentic = AUTH_ERROR;
1023 is_authentic = AUTH_OK;
1031 skeyid, authlen + has_mac, is_authentic,
1062 is_authentic)) {
1065 } else if (is_authentic
[all...]
/freebsd-11.0-release/contrib/ntp/ntpdate/
H A Dntpdate.c744 int is_authentic; local
803 is_authentic = 1;
805 is_authentic = 0;
816 is_authentic = 1;
819 is_authentic ? "passed" : "failed");
822 if (!is_authentic)

Completed in 78 milliseconds