Searched refs:auth_proto (Results 1 – 2 of 2) sorted by relevance
317 s->auth_proto = packet_get_string(&proto_len); in do_authenticated1()335 xfree(s->auth_proto); in do_authenticated1()337 s->auth_proto = NULL; in do_authenticated1()1182 s->display != NULL && s->auth_proto != NULL && s->auth_data != NULL; in do_rc_files()1193 fprintf(f, "%s %s\n", s->auth_proto, in do_rc_files()1206 fprintf(f, "%s %s\n", s->auth_proto, in do_rc_files()1219 s->auth_proto, s->auth_data); in do_rc_files()1226 s->auth_display, s->auth_proto, in do_rc_files()1830 s->auth_proto = packet_get_string(NULL); in session_x11_req()1837 xfree(s->auth_proto); in session_x11_req()[all …]
58 char *auth_proto; member