Home
last modified time | relevance | path

Searched refs:NoAuth (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/telnet/libtelnet/
H A Dauth.c178 static Authenticator NoAuth = { 0, 0, 0, 0, 0, 0, 0, 0 }; variable
542 authenticated = &NoAuth; in auth_finished()
573 if (!authenticated || authenticated == &NoAuth) in auth_wait()
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth.c172 static Authenticator NoAuth = { 0 }; variable
545 authenticated = &NoAuth; in auth_finished()
576 if (!authenticated || authenticated == &NoAuth) in auth_wait()