OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:authdone
(Results
1 - 7
of
7
) sorted by null
/external/dropbear/
auth.h
86
unsigned
authdone
: 1; /* 0 if we haven't authed, 1 if we have. Applies for
member in struct:AuthState
cli-service.c
74
if (ses.authstate.
authdone
!= 1) {
svr-service.c
59
if (ses.authstate.
authdone
!= 1) {
cli-auth.c
67
if (ses.authstate.
authdone
) {
185
ses.authstate.
authdone
=0;
232
ses.authstate.
authdone
= 1;
process-packet.c
100
if ( !ses.authstate.
authdone
&& type > MAX_UNAUTH_PACKET_TYPE ) {
svr-session.c
135
} else if (ses.authstate.
authdone
) {
svr-auth.c
100
if (ses.authstate.
authdone
== 1) {
101
TRACE(("leave recv_msg_userauth_request:
authdone
already"))
349
/* Send a success message to the user, and set the "
authdone
" flag */
359
ses.authstate.
authdone
= 1;
Completed in 1425 milliseconds