Home
last modified time | relevance | path

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

/trueos/contrib/ntp/ntpd/
HDntp_proto.c338 int is_authentic = 0; /* cryptosum ok */ in receive() local
547 is_authentic = AUTH_NONE; /* not required */ in receive()
553 is_authentic); in receive()
556 is_authentic = AUTH_CRYPTO; /* crypto-NAK */ in receive()
563 skeyid, authlen, has_mac, is_authentic); in receive()
657 is_authentic = AUTH_ERROR; in receive()
661 is_authentic = AUTH_OK; in receive()
673 skeyid, authlen, has_mac, is_authentic); in receive()
705 is_authentic)) in receive()
708 else if (is_authentic == AUTH_ERROR) in receive()
[all …]
/trueos/contrib/ntp/ntpdate/
HDntptimeset.c976 int is_authentic; in receive() local
1038 is_authentic = 1; in receive()
1040 is_authentic = 0; in receive()
1051 is_authentic = 1; in receive()
1054 is_authentic ? "passed" : "failed"); in receive()
1057 if (!is_authentic) in receive()
HDntpdate.c779 int is_authentic; in receive() local
838 is_authentic = 1; in receive()
840 is_authentic = 0; in receive()
851 is_authentic = 1; in receive()
854 is_authentic ? "passed" : "failed"); in receive()
857 if (!is_authentic) in receive()