Searched refs:authok (Results 1 – 2 of 2) sorted by relevance
101 int authok; in bsdauth_respond() local112 authok = auth_userresponse(authctxt->as, responses[0], 0); in bsdauth_respond()114 debug3("bsdauth_respond: <%s> = <%d>", responses[0], authok); in bsdauth_respond()116 return (authok == 0) ? -1 : 0; in bsdauth_respond()
921 int r, authok; in mm_bsdauth_respond() local936 if ((r = sshbuf_get_u32(m, &authok)) != 0) in mm_bsdauth_respond()940 return ((authok == 0) ? -1 : 0); in mm_bsdauth_respond()985 int authok; in mm_skey_respond() local998 authok = sshbuf_get_int(&m); in mm_skey_respond()1001 return ((authok == 0) ? -1 : 0); in mm_skey_respond()