Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth-bsdauth.c85 int authok; in bsdauth_respond() local
93 authok = auth_userresponse(authctxt->as, responses[0], 0); in bsdauth_respond()
95 debug3("bsdauth_respond: <%s> = <%d>", responses[0], authok); in bsdauth_respond()
97 return (authok == 0) ? -1 : 0; in bsdauth_respond()