HomeSort by relevance Sort by last modified time
    Searched full:auth (Results 126 - 150 of 2231) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c 42 wpa_auth_sta_deinit(peer->auth);
254 wpa_printf(MSG_DEBUG, "AUTH: " MACSTR " - %s",
257 wpa_printf(MSG_DEBUG, "AUTH: %s", txt);
265 wpa_printf(MSG_DEBUG, "AUTH: %s (addr=" MACSTR " prev_psk=%p)",
279 wpa_printf(MSG_DEBUG, "AUTH: %s(addr=" MACSTR " data_len=%lu "
300 wpa_printf(MSG_DEBUG, "AUTH: %s(alg=%d addr=" MACSTR
304 wpa_printf(MSG_DEBUG, "AUTH: %s(alg=%d key_idx=%d)",
307 wpa_hexdump_key(MSG_DEBUG, "AUTH: set_key - key", key, key_len);
325 wpa_printf(MSG_DEBUG, "AUTH: Do not use this PTK");
349 wpa_printf(MSG_DEBUG, "AUTH: for_each_sta")
479 struct ieee80211_mgmt auth; local
    [all...]
  /external/tcpdump/tests/
hsrp_3-v.out 2 192.168.0.10.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=200 auth="cisco^@^@^@"
6 192.168.0.10.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=200 auth="cisco^@^@^@"
8 192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=100 auth="cisco^@^@^@"
10 192.168.0.10.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=200 auth="cisco^@^@^@"
12 192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=100 auth="cisco^@^@^@"
14 192.168.0.10.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=200 auth="cisco^@^@^@"
16 192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=100 auth="cisco^@^@^@"
20 192.168.0.10.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=200 auth="cisco^@^@^@"
22 192.168.0.10.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=active group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=200 auth="cisco^@^@^@"
24 192.168.0.30.1985 > 224.0.0.2.1985: HSRPv0-hello 20: state=standby group=1 addr=192.168.0.1 hellotime=3s holdtime=10s priority=100 auth="cisco^@^@^@
    [all...]
  /prebuilts/misc/common/robolectric/lib/
httpclient-4.0.3-sources.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.1/
httpclient-4.0.1-sources.jar 
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 72 int auth, encr = 0; local
74 auth = AUTH_WPA2_EAP;
76 auth = AUTH_WPA_EAP;
78 auth = AUTH_WPA2_PSK;
80 auth = AUTH_WPA_PSK;
82 auth = AUTH_NONE_OPEN;
90 if (auth == AUTH_NONE_OPEN)
91 auth = AUTH_NONE_WEP;
95 authSelect->setCurrentIndex(auth);
96 authChanged(auth);
191 int auth = authSelect->currentIndex(); local
534 int auth = AUTH_NONE_OPEN, encr = 0; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/auth/google-auth-library-parent/0.3.0/
google-auth-library-parent-0.3.0.pom 11 <groupId>com.google.auth</groupId>
12 <artifactId>google-auth-library-parent</artifactId>
15 <name>Google Auth Library for Java</name>
18 <url>https://github.com/google/google-auth-library-java</url>
40 <connection>scm:git:https://github.com/google/google-auth-library-java.git</connection>
41 <developerConnection>scm:git:https://github.com/google/google-auth-library-java.git</developerConnection>
42 <url>https://github.com/google/google-auth-library-java</url>
57 <groupId>com.google.auth</groupId>
58 <artifactId>google-auth-library-credentials</artifactId>
62 <groupId>com.google.auth</groupId
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/auth/google-auth-library-parent/0.4.0/
google-auth-library-parent-0.4.0.pom 11 <groupId>com.google.auth</groupId>
12 <artifactId>google-auth-library-parent</artifactId>
15 <name>Google Auth Library for Java</name>
18 <url>https://github.com/google/google-auth-library-java</url>
40 <connection>scm:git:https://github.com/google/google-auth-library-java.git</connection>
41 <developerConnection>scm:git:https://github.com/google/google-auth-library-java.git</developerConnection>
42 <url>https://github.com/google/google-auth-library-java</url>
57 <groupId>com.google.auth</groupId>
58 <artifactId>google-auth-library-credentials</artifactId>
62 <groupId>com.google.auth</groupId
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2-sources.jar 
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountTest.java 14 account = new Account("abc@xyz.org", "com.my.auth");
19 new Account(null, "com.my.auth");
  /external/autotest/frontend/migrations/
061_drone_sets_permissions_proper.py 14 If the auth tables don't exist, we shouldn't try to set the permissions.
22 from django.contrib.auth import management as auth_management
  /external/curl/tests/data/
test2032 6 HTTP Basic auth
7 HTTP NTLM auth
13 <!-- Basic auth -->
15 HTTP/1.1 401 Need Basic or NTLM auth
25 <!-- NTML auth -->
27 HTTP/1.1 401 Need Basic or NTLM auth (2)
57 HTTP/1.1 401 Need Basic or NTLM auth
65 HTTP/1.1 401 Need Basic or NTLM auth
test2033 6 HTTP Basic auth
7 HTTP NTLM auth
14 <!-- Basic auth -->
16 HTTP/1.1 401 Need Basic or NTLM auth
26 <!-- NTML auth -->
28 HTTP/1.1 401 Need Basic or NTLM auth (2)
58 HTTP/1.1 401 Need Basic or NTLM auth
66 HTTP/1.1 401 Need Basic or NTLM auth
test820 6 SASL AUTH LOGIN
14 AUTH LOGIN
test821 6 SASL AUTH CRAM-MD5
15 AUTH CRAM-MD5
test823 6 SASL AUTH DIGEST-MD5
15 AUTH DIGEST-MD5
test824 6 SASL AUTH OAUTH2
15 AUTH XOAUTH2
test825 6 SASL AUTH PLAIN
16 AUTH PLAIN
test826 6 SASL AUTH LOGIN
15 AUTH LOGIN
test828 6 SASL AUTH OAUTH2
16 AUTH XOAUTH2
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
AuthenticatorAdapter.java 45 PasswordAuthentication auth = java.net.Authenticator.requestPasswordAuthentication( local
48 if (auth == null) continue;
50 String credential = Credentials.basic(auth.getUserName(), new String(auth.getPassword()));
68 PasswordAuthentication auth = java.net.Authenticator.requestPasswordAuthentication( local
72 if (auth == null) continue;
74 String credential = Credentials.basic(auth.getUserName(), new String(auth.getPassword()));
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
PeriodicSyncTest.java 21 PeriodicSync sync = new PeriodicSync(a, "auth",
25 assertThat(sync.authority, equalTo("auth"));
  /external/syslinux/core/lwip/src/netif/ppp/
pap.h 82 int us_timeouttime; /* Timeout (seconds) for auth-req retrans. */
83 int us_transmits; /* Number of auth-reqs sent */
84 int us_maxtransmits; /* Maximum number of auth-reqs to send */
85 int us_reqtimeout; /* Time to wait for auth-req from peer */
92 #define UPAPCS_CLOSED 1 /* Connection up, haven't requested auth */
93 #define UPAPCS_PENDING 2 /* Connection down, have requested auth */
102 #define UPAPSS_CLOSED 1 /* Connection up, haven't requested auth */
103 #define UPAPSS_PENDING 2 /* Connection down, have requested auth */
  /external/tpm2/
HashSequenceStart.c 27 return ObjectCreateEventSequence(&in->auth, &out->sequenceHandle);
31 return ObjectCreateHashSequence(in->hashAlg, &in->auth, &out->sequenceHandle);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/callback/
PasswordCallbackTest.java 18 package org.apache.harmony.tests.javax.security.auth.callback;
22 import javax.security.auth.callback.PasswordCallback;
33 * javax.security.auth.callback.PasswordCallback#PasswordCallback(String prompt, boolean echoOn)
34 * javax.security.auth.callback.PasswordCallback#getPrompt()
35 * javax.security.auth.callback.PasswordCallback#isEchoOn()
72 * javax.security.auth.callback.PasswordCallback#getPassword()
73 * javax.security.auth.callback.PasswordCallback#setPassword(char[] password)
74 * javax.security.auth.callback.PasswordCallback#clearPassword()
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar 

Completed in 2459 milliseconds

1 2 3 4 56 7 8 91011>>