HomeSort by relevance Sort by last modified time
    Searched full:auth (Results 226 - 250 of 707) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-http/src/org/apache/http/auth/
AuthSchemeRegistry.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/AuthSchemeRegistry.java $
31 package org.apache.http.auth;
NTCredentials.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/NTCredentials.java $
31 package org.apache.http.auth;
UsernamePasswordCredentials.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/UsernamePasswordCredentials.java $
31 package org.apache.http.auth;
  /external/apache-http/src/org/apache/http/impl/client/
BasicCredentialsProvider.java 35 import org.apache.http.auth.AuthScope;
36 import org.apache.http.auth.Credentials;
DefaultRequestDirector.java 54 import org.apache.http.auth.AuthScheme;
55 import org.apache.http.auth.AuthScope;
56 import org.apache.http.auth.AuthState;
57 import org.apache.http.auth.AuthenticationException;
58 import org.apache.http.auth.Credentials;
59 import org.apache.http.auth.MalformedChallengeException;
752 // Reset proxy auth scope
    [all...]
DefaultHttpClient.java 36 import org.apache.http.auth.AuthSchemeRegistry;
62 import org.apache.http.impl.auth.BasicSchemeFactory;
63 import org.apache.http.impl.auth.DigestSchemeFactory;
  /external/dbus/test/
Makefile.am 87 data/auth \
101 FIND_TESTS=find . -name "*.message" -o -name "*.message-raw" -o -name "*.auth-script" -o -name "*.sha1" -o -name "*.txt" -o -name "*.conf" -o -name "*.service"
  /external/dropbear/
cli-authpubkey.c 32 #include "auth.h"
188 #endif /* Pubkey auth */
  /external/ipsec-tools/src/racoon/
algorithm.h 75 /* ipsec auth */
170 /* ipcomp, auth meth, dh group */
  /external/iptables/extensions/
libip6t_ipv6header.c 44 { "auth", IPPROTO_AH },
143 " names: hop,dst,route,frag,auth,esp,none,proto\n"
  /external/tcpdump/
ipsec_doi.h 101 * When negotiating ESP without authentication, the Auth
103 * When negotiating ESP without confidentiality, the Auth
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_i.h 45 u8 preauth_bssid[ETH_ALEN]; /* current RSN pre-auth peer or
46 * 00:00:00:00:00:00 if no pre-auth is
  /external/wpa_supplicant_6/wpa_supplicant/
todo.txt 10 auth)
68 created with EAP-TLS must not be allowed to do fast re-auth with EAP-TTLS
  /frameworks/base/obex/javax/obex/
SessionNotifier.java 120 * @param auth the <code>Authenticator</code> to use with this connection;
127 ObexSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth) throws IOException;
ClientSession.java 258 // when auth is initiated by client ,save the digest
275 public void setAuthenticator(Authenticator auth) throws IOException {
276 if (auth == null) {
279 mAuthenticator = auth;
302 // when auth is initiated by client ,save the digest
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupExchangeTests.java 141 // Setup host auth with variants of SSL enabled and check. This also enables the
154 // Setup host auth with variants of SSL enabled and check. This also enables the
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
Android.mk 105 $(COMSRC)/core/mlme/Auth/open \
106 $(COMSRC)/core/mlme/Auth/shared \
  /cts/tools/test-progress/etc/
test-progress 70 ${INPUT}/dalvik/libcore/auth/src/main/java:\
202 javax.security.auth \
203 javax.security.auth.callback \
204 javax.security.auth.login \
205 javax.security.auth.x500 \
  /external/bluetooth/bluez/compat/
dund.c 69 static int auth; variable
147 if (auth)
393 { "auth", 0, 0, 'A' },
424 "\t--auth -A Enable authentication\n"
491 auth = 1;
  /external/dnsmasq/src/
lease.c 160 lease_set_hostname(lease, name, 1); /* updates auth flag only */
436 void lease_set_hostname(struct dhcp_lease *lease, char *name, int auth)
443 lease->auth_name = auth;
483 if (lease_tmp->auth_name && !auth)
500 lease->auth_name = auth;
  /external/wpa_supplicant/
eap_sake.c 29 u8 auth[EAP_SAKE_TEK_AUTH_LEN]; member in struct:eap_sake_data::__anon6725
287 if (eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p,
330 eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p,
342 "Response/Auth-Reject");
359 if (eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p,
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeSm.c 472 /* Now, if the MLME legacy auth type is AUTO_SWITCH, and the Auth legacy auth type is shared key,
473 we configure the auth SM to open system, otherwise, this is really an authentication failure. */
696 TRACE0(pMlme->hReport, REPORT_SEVERITY_INFORMATION, "mlme_stopAssocAndAuth: Auth/assoc stop without sending deauth/disassoc\n");
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
mlmeSm.c 472 /* Now, if the MLME legacy auth type is AUTO_SWITCH, and the Auth legacy auth type is shared key,
473 we configure the auth SM to open system, otherwise, this is really an authentication failure. */
696 TRACE0(pMlme->hReport, REPORT_SEVERITY_INFORMATION, "mlme_stopAssocAndAuth: Auth/assoc stop without sending deauth/disassoc\n");
  /dalvik/libcore/auth/src/main/java/javax/security/auth/
Subject.java 18 package javax.security.auth;
39 import org.apache.harmony.auth.internal.nls.Messages;
42 * The central class of the {@code javax.security.auth} package representing an
490 throw new NullPointerException(Messages.getString("auth.09")); //$NON-NLS-1$
516 throw new IllegalStateException(Messages.getString("auth.0A")); //$NON-NLS-1$
591 throw new IllegalArgumentException(Messages.getString("auth.0B")); //$NON-NLS-1$
672 Messages.getString("auth.0C", c.getName())); //$NON-NLS-1$
  /system/wlan/ti/wilink_6_1/stad/src/Application/
roamingMngr_autoSM.c 384 { /* This AP is a pre-auth AP */
389 { /* This AP is not Neighbor nor Pre-Auth */
450 { /* Pre-Auth APs are the second priority to Roam */
616 /* No Pre-Auth is required */
619 TRACE0(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_smStartIdle, Pre-Auth to cur AP\n");
778 { /* No Pre-Auth is required */
781 TRACE0(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "roamingMngr_smStartIdle, Pre-Auth to cur AP\n");

Completed in 596 milliseconds

1 2 3 4 5 6 7 8 91011>>