Home | History | Annotate | Download | only in openssh

Lines Matching refs:authenticated

346 	int authenticated = 0;
357 authenticated = buffer_get_int(&m);
362 __func__, authenticated ? "" : "not ");
363 return (authenticated);
1278 int authenticated = 0;
1286 authenticated = buffer_get_int(&m);
1289 debug3("%s: user %sauthenticated",__func__, authenticated ? "" : "not ");
1290 return (authenticated);