Lines Matching refs:authok
1059 int r, authok;
1068 authok = options.kbd_interactive_authentication &&
1071 debug3_f("<%s> = <%d>", response, authok);
1075 if ((r = sshbuf_put_u32(m, authok)) != 0)
1078 debug3_f("sending authenticated: %d", authok);
1084 return (authok != 0);
1114 int authok;
1120 authok = (options.kbd_interactive_authentication &&
1128 sshbuf_put_int(m, authok);
1130 debug3("%s: sending authenticated: %d", __func__, authok);
1136 return (authok != 0);