Searched refs:authok (Results 1 – 3 of 3) sorted by relevance
| /src/crypto/openssh/ |
| H A D | auth-bsdauth.c | 99 int authok; in bsdauth_respond() local 110 authok = auth_userresponse(authctxt->as, responses[0], 0); in bsdauth_respond() 112 debug3("bsdauth_respond: <%s> = <%d>", responses[0], authok); in bsdauth_respond() 114 return (authok == 0) ? -1 : 0; in bsdauth_respond()
|
| H A D | monitor.c | 1077 int r, authok; in mm_answer_bsdauthrespond() local 1086 authok = options.kbd_interactive_authentication && in mm_answer_bsdauthrespond() 1089 debug3_f("<%s> = <%d>", response, authok); in mm_answer_bsdauthrespond() 1093 if ((r = sshbuf_put_u32(m, authok)) != 0) in mm_answer_bsdauthrespond() 1096 debug3_f("sending authenticated: %d", authok); in mm_answer_bsdauthrespond() 1102 return (authok != 0); in mm_answer_bsdauthrespond()
|
| H A D | monitor_wrap.c | 974 int r, authok; in mm_bsdauth_respond() local 989 if ((r = sshbuf_get_u32(m, &authok)) != 0) in mm_bsdauth_respond() 993 return ((authok == 0) ? -1 : 0); in mm_bsdauth_respond()
|