Home | History | Annotate | Download | only in openssh

Lines Matching refs:auth_proto

346 			s->auth_proto = packet_get_string(&proto_len);
364 xfree(s->auth_proto);
366 s->auth_proto = NULL;
1326 s->display != NULL && s->auth_proto != NULL && s->auth_data != NULL;
1338 fprintf(f, "%s %s\n", s->auth_proto,
1351 fprintf(f, "%s %s\n", s->auth_proto,
1366 s->auth_proto, s->auth_data);
1375 s->auth_display, s->auth_proto,
2125 if (s->auth_proto != NULL || s->auth_data != NULL) {
2131 s->auth_proto = packet_get_string(NULL);
2138 xfree(s->auth_proto);
2140 s->auth_proto = NULL;
2396 if (s->auth_proto) {
2397 xfree(s->auth_proto);
2398 s->auth_proto = NULL;
2479 if (s->auth_proto)
2480 xfree(s->auth_proto);