Searched refs:authok (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/OpenSSH-186/openssh/
H A Dauth-bsdauth.c94 int authok; local
105 authok = auth_userresponse(authctxt->as, responses[0], 0);
107 debug3("bsdauth_respond: <%s> = <%d>", responses[0], authok);
109 return (authok == 0) ? -1 : 0;
H A Dmonitor_wrap.c991 int authok; local
1004 authok = buffer_get_int(&m);
1007 return ((authok == 0) ? -1 : 0);
1051 int authok; local
1064 authok = buffer_get_int(&m);
1067 return ((authok == 0) ? -1 : 0);
H A Dmonitor.c953 int authok; local
959 authok = options.challenge_response_authentication &&
962 debug3("%s: <%s> = <%d>", __func__, response, authok);
966 buffer_put_int(m, authok);
968 debug3("%s: sending authenticated: %d", __func__, authok);
976 return (authok != 0);
1006 int authok; local
1010 authok = (options.challenge_response_authentication &&
1018 buffer_put_int(m, authok);
1020 debug3("%s: sending authenticated: %d", __func__, authok);
[all...]
/macosx-10.9.5/sudo-72/src/auth/
H A Dbsdauth.c121 int authok = 0; local
162 authok = auth_userresponse(as, pass, 1);
169 if (authok)

Completed in 82 milliseconds