OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:authenticating
(Results
1 - 25
of
84
) sorted by null
1
2
3
4
/cts/tests/tests/net/src/android/net/cts/
NetworkInfo_DetailedStateTest.java
36
assertEquals(DetailedState.
AUTHENTICATING
, DetailedState.valueOf("
AUTHENTICATING
"));
60
assertEquals(DetailedState.
AUTHENTICATING
, expected[3]);
NetworkInfoTest.java
68
|| DetailedState.
AUTHENTICATING
== netInfo.getDetailedState()
/frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java
75
AUTHENTICATING
,
174
/* Supplicant associating or
authenticating
is considered a handshake state */
177
case
AUTHENTICATING
:
199
case
AUTHENTICATING
:
224
case
AUTHENTICATING
:
WifiInfo.java
47
stateMap.put(SupplicantState.
AUTHENTICATING
, DetailedState.CONNECTING);
50
stateMap.put(SupplicantState.FOUR_WAY_HANDSHAKE, DetailedState.
AUTHENTICATING
);
51
stateMap.put(SupplicantState.GROUP_HANDSHAKE, DetailedState.
AUTHENTICATING
);
/external/chromium/net/http/
http_auth_handler_negotiate.h
51
// canonical DNS name of the the host that they are
authenticating
to when
60
// they are
authenticating
to when constructing a Kerberos SPN. The default
/external/ppp/pppd/
chap-new.h
123
/* Called by authentication code to start
authenticating
the peer. */
126
/* Called by auth. code to start
authenticating
us to the peer. */
chap-new.c
194
* chap_auth_peer - Start
authenticating
the peer.
408
error("No CHAP secret found for
authenticating
%q", name);
447
/* get secret for
authenticating
ourselves with the specified host */
450
warn("No CHAP secret found for
authenticating
us to %q", rname);
auth.c
144
without
authenticating
itself. */
182
/* Hook for a plugin to get the PAP password for
authenticating
us */
188
/* Hook for a plugin to get the CHAP password for
authenticating
us */
369
"Password for
authenticating
us to the peer",
404
* setupapfile - specifies UPAP info for
authenticating
with peer.
[
all
...]
pppd.8
226
authenticating
themselves. The parameter is parsed as for each
337
and as the default name to send to the peer when
authenticating
itself
598
Use the system password database for
authenticating
the peer using
669
field when looking for a secret to use in
authenticating
the peer. In
671
will be used as the name to send to the peer when
authenticating
the
[
all
...]
/external/apache-http/src/org/apache/http/impl/auth/
AuthSchemeBase.java
53
* Flag whether
authenticating
against a proxy.
118
* Returns <code>true</code> if
authenticating
against a proxy, <code>false</code>
121
* @return <code>true</code> if
authenticating
against a proxy, <code>false</code>
/external/bluetooth/glib/gio/
gmountoperation.h
45
* such as mounting a file locally, or
authenticating
with a server.
gmountoperation.c
39
* #GMountOperation provides a mechanism for
authenticating
mountable
361
* Whether to use an anonymous user when
authenticating
.
/bionic/libc/include/arpa/
telnet.h
243
* Who is
authenticating
who ...
245
#define AUTH_WHO_CLIENT 0 /* Client
authenticating
server */
246
#define AUTH_WHO_SERVER 1 /* Server
authenticating
client */
/development/ndk/platforms/android-9/include/arpa/
telnet.h
243
* Who is
authenticating
who ...
245
#define AUTH_WHO_CLIENT 0 /* Client
authenticating
server */
246
#define AUTH_WHO_SERVER 1 /* Server
authenticating
client */
/external/tcpdump/
telnet.h
268
* Who is
authenticating
who ...
270
#define AUTH_WHO_CLIENT 0 /* Client
authenticating
server */
271
#define AUTH_WHO_SERVER 1 /* Server
authenticating
client */
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
telnet.h
243
* Who is
authenticating
who ...
245
#define AUTH_WHO_CLIENT 0 /* Client
authenticating
server */
246
#define AUTH_WHO_SERVER 1 /* Server
authenticating
client */
/prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/arpa/
telnet.h
243
* Who is
authenticating
who ...
245
#define AUTH_WHO_CLIENT 0 /* Client
authenticating
server */
246
#define AUTH_WHO_SERVER 1 /* Server
authenticating
client */
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/arpa/
telnet.h
243
* Who is
authenticating
who ...
245
#define AUTH_WHO_CLIENT 0 /* Client
authenticating
server */
246
#define AUTH_WHO_SERVER 1 /* Server
authenticating
client */
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/arpa/
telnet.h
243
* Who is
authenticating
who ...
245
#define AUTH_WHO_CLIENT 0 /* Client
authenticating
server */
246
#define AUTH_WHO_SERVER 1 /* Server
authenticating
client */
/external/chromium/chrome/browser/chromeos/login/
auth_attempt_state.h
74
const bool unlock; // True if
authenticating
to unlock the computer.
/frameworks/base/core/java/android/net/
NetworkInfo.java
40
* <tr><td><code>
AUTHENTICATING
</code></td><td><code>CONNECTING</code></td></tr>
65
AUTHENTICATING
,
94
stateMap.put(DetailedState.
AUTHENTICATING
, State.CONNECTING);
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java
117
Log.i(TAG, "
Authenticating
to: " + AUTH_URI);
136
Log.e(TAG, "Error
authenticating
" + resp.getStatusLine());
/development/samples/SampleSyncAdapter/res/values/
strings.xml
48
name="ui_activity_authenticating">
Authenticating
\u2026</string>
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
Authenticator.java
35
*
authenticating
accounts in the com.example.android.samplesync domain. The
/external/wpa_supplicant_8/src/radius/
radius_client.h
45
* shared_secret - Shared secret for
authenticating
RADIUS messages
Completed in 538 milliseconds
1
2
3
4