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

/freebsd-13-stable/contrib/ntp/sntp/
H A Dnetworking.c109 int is_authentic; local
119 is_authentic = (HAVE_OPT(AUTHENTICATION)) ? 0 : -1;
194 is_authentic = FALSE;
198 is_authentic = TRUE;
210 switch (is_authentic) {
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_proto.c632 auth_code is_authentic = AUTH_UNKNOWN; /* Was AUTH_NONE */ local
1009 is_authentic = AUTH_NONE; /* not required */
1018 is_authentic = AUTH_CRYPTO; /* crypto-NAK */
1022 skeyid, authlen + has_mac, is_authentic,
1041 is_authentic = AUTH_NONE;
1158 is_authentic = AUTH_ERROR;
1160 is_authentic = AUTH_OK;
1168 skeyid, authlen + has_mac, is_authentic,
1208 if (is_authentic == AUTH_UNKNOWN) {
1215 is_authentic
[all...]
/freebsd-13-stable/contrib/ntp/ntpdate/
H A Dntpdate.c756 int is_authentic; local
815 is_authentic = 1;
817 is_authentic = 0;
828 is_authentic = 1;
831 is_authentic ? "passed" : "failed");
834 if (!is_authentic)

Completed in 44 milliseconds