HomeSort by: relevance | last modified time | path
    Searched defs:is_authentic (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/
networking.c 111 int is_authentic; local
121 is_authentic = (HAVE_OPT(AUTHENTICATION)) ? 0 : -1;
196 is_authentic = FALSE;
200 is_authentic = TRUE;
212 switch (is_authentic) {
networking.c 111 int is_authentic; local
121 is_authentic = (HAVE_OPT(AUTHENTICATION)) ? 0 : -1;
196 is_authentic = FALSE;
200 is_authentic = TRUE;
212 switch (is_authentic) {
  /src/external/bsd/ntp/dist/ntpdate/
ntpdate.c 759 int is_authentic; local
818 is_authentic = 1;
820 is_authentic = 0;
831 is_authentic = 1;
834 is_authentic ? "passed" : "failed");
837 if (!is_authentic)
ntpdate.c 759 int is_authentic; local
818 is_authentic = 1;
820 is_authentic = 0;
831 is_authentic = 1;
834 is_authentic ? "passed" : "failed");
837 if (!is_authentic)
  /src/external/bsd/ntp/dist/ntpd/
ntp_proto.c 644 auth_code is_authentic = AUTH_UNKNOWN; /* Was AUTH_NONE */ local
1053 is_authentic = AUTH_NONE; /* not required */
1062 is_authentic = AUTH_CRYPTO; /* crypto-NAK */
1066 skeyid, authlen + has_mac, is_authentic,
1085 is_authentic = AUTH_NONE;
1202 is_authentic = AUTH_ERROR;
1204 is_authentic = AUTH_OK;
1212 skeyid, authlen + has_mac, is_authentic,
1252 if (is_authentic == AUTH_UNKNOWN) {
1259 is_authentic = AUTH_ERROR
    [all...]
ntp_proto.c 644 auth_code is_authentic = AUTH_UNKNOWN; /* Was AUTH_NONE */ local
1053 is_authentic = AUTH_NONE; /* not required */
1062 is_authentic = AUTH_CRYPTO; /* crypto-NAK */
1066 skeyid, authlen + has_mac, is_authentic,
1085 is_authentic = AUTH_NONE;
1202 is_authentic = AUTH_ERROR;
1204 is_authentic = AUTH_OK;
1212 skeyid, authlen + has_mac, is_authentic,
1252 if (is_authentic == AUTH_UNKNOWN) {
1259 is_authentic = AUTH_ERROR
    [all...]

Completed in 49 milliseconds