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

/haiku/src/libs/libtelnet/
H A Dauth-proto.h59 Authenticator *findauthenticator(int, int);
H A Dauth.c191 findauthenticator(int type, int way) function
420 ap = findauthenticator(auth_send_data[0],
477 if ((ap = findauthenticator(data[0], data[1]))) {
493 if ((ap = findauthenticator(data[0], data[1]))) {
597 if ((ap = findauthenticator(data[1], data[2])) && ap->printsub)

Completed in 40 milliseconds