OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AUTHENTICATED
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/remoting/protocol/
connection_to_client_unittest.cc
40
session_->event_handler()->OnSessionStateChange(Session::
AUTHENTICATED
);
session.h
41
// Session has been connected and
authenticated
.
42
AUTHENTICATED
,
connection_to_host.h
63
AUTHENTICATED
,
/external/ppp/pppd/plugins/
winbind.c
60
#define
AUTHENTICATED
1
269
int
authenticated
= NOT_AUTHENTICATED; /* not auth */
local
410
} else if (strcasecmp(message, "
Authenticated
") == 0) {
412
authenticated
=
AUTHENTICATED
;
415
authenticated
= NOT_AUTHENTICATED;
427
authenticated
= NOT_AUTHENTICATED;
431
authenticated
= NOT_AUTHENTICATED;
454
if ((
authenticated
==
AUTHENTICATED
) && nt_key && !got_user_session_key)
[
all
...]
Completed in 606 milliseconds