Home
last modified time | relevance | path

Searched refs:authok (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth-bsdauth.c101 int authok; in bsdauth_respond() local
112 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()
H A Dmonitor_wrap.c921 int r, authok; in mm_bsdauth_respond() local
936 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() local
998 authok = sshbuf_get_int(&m); in mm_skey_respond()
1001 return ((authok == 0) ? -1 : 0); in mm_skey_respond()