Home
last modified time | relevance | path

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

/netbsd-src/lib/libtelnet/
H A Dauth.c137 findauthenticator(int type, int way) in findauthenticator() function
366 ap = findauthenticator(auth_send_data[0], in auth_send()
431 if ((ap = findauthenticator(data[0], data[1])) != NULL) { in auth_is()
447 if ((ap = findauthenticator(data[0], data[1])) != NULL) { in auth_reply()
557 if ((ap = findauthenticator(data[1], data[2])) && ap->printsub) in auth_printsub()
H A Dauth-proto.h59 Authenticator *findauthenticator(int, int);