Searched refs:auth_proto (Results 1 - 2 of 2) sorted by relevance

/external/openssh/
H A Dsession.h50 char *auth_proto; member in struct:Session
H A Dsession.c346 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
[all...]

Completed in 114 milliseconds