Home | History | Annotate | Download | only in openssh

Lines Matching refs:authok

986 	int authok;
999 authok = buffer_get_int(&m);
1002 return ((authok == 0) ? -1 : 0);
1046 int authok;
1059 authok = buffer_get_int(&m);
1062 return ((authok == 0) ? -1 : 0);