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

/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth.h62 #define AUTH_UNKNOWN 1 /* We don't know who he is, but he's okay */ macro
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dauth.h57 #define AUTH_UNKNOWN 1 /* We don't know who he is, but he's okay */ macro
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_proto.c51 AUTH_UNKNOWN = -1, /* Unknown */ enumerator in enum:auth_state
632 auth_code is_authentic = AUTH_UNKNOWN; /* Was AUTH_NONE */
1208 if (is_authentic == AUTH_UNKNOWN) {
1210 DPRINTF(2, ("receive: 3454 check: AUTH_UNKNOWN from %s\n",

Completed in 180 milliseconds