Home | History | Annotate | Download | only in openssh

Lines Matching refs:authok

912 	int authok;
918 authok = options.challenge_response_authentication &&
921 debug3("%s: <%s> = <%d>", __func__, response, authok);
925 buffer_put_int(m, authok);
927 debug3("%s: sending authenticated: %d", __func__, authok);
932 return (authok != 0);
962 int authok;
966 authok = (options.challenge_response_authentication &&
974 buffer_put_int(m, authok);
976 debug3("%s: sending authenticated: %d", __func__, authok);
981 return (authok != 0);