Searched refs:authok (Results 1 – 3 of 3) sorted by relevance
| /freebsd/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 | 1084 int r, authok; in mm_answer_bsdauthrespond() local 1093 authok = options.kbd_interactive_authentication && in mm_answer_bsdauthrespond() 1096 debug3_f("<%s> = <%d>", response, authok); in mm_answer_bsdauthrespond() 1100 if ((r = sshbuf_put_u32(m, authok)) != 0) in mm_answer_bsdauthrespond() 1103 debug3_f("sending authenticated: %d", authok); in mm_answer_bsdauthrespond() 1109 return (authok != 0); in mm_answer_bsdauthrespond()
|
| H A D | monitor_wrap.c | 953 int r, authok; in mm_bsdauth_respond() local 968 if ((r = sshbuf_get_u32(m, &authok)) != 0) in mm_bsdauth_respond() 972 return ((authok == 0) ? -1 : 0); in mm_bsdauth_respond()
|