HomeSort by: relevance | last modified time | path
    Searched defs:findauthenticator (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libtelnet/
auth.c 137 findauthenticator(int type, int way) function in typeref:typename:Authenticator *
366 ap = findauthenticator(auth_send_data[0],
431 if ((ap = findauthenticator(data[0], data[1])) != NULL) {
447 if ((ap = findauthenticator(data[0], data[1])) != NULL) {
557 if ((ap = findauthenticator(data[1], data[2])) && ap->printsub)
auth.c 137 findauthenticator(int type, int way) function in typeref:typename:Authenticator *
366 ap = findauthenticator(auth_send_data[0],
431 if ((ap = findauthenticator(data[0], data[1])) != NULL) {
447 if ((ap = findauthenticator(data[0], data[1])) != NULL) {
557 if ((ap = findauthenticator(data[1], data[2])) && ap->printsub)

Completed in 22 milliseconds