Searched refs:auth (Results 101 - 125 of 409) sorted by relevance

1234567891011>>

/external/smack/src/org/apache/qpid/management/common/sasl/
H A DClientSaslFactory.java23 import org.apache.harmony.javax.security.auth.callback.CallbackHandler;
/external/smack/src/org/jivesoftware/smack/sasl/
H A DSASLAnonymous.java25 import org.apache.harmony.javax.security.auth.callback.CallbackHandler;
H A DSASLMechanism.java31 import org.apache.harmony.javax.security.auth.callback.CallbackHandler;
32 import org.apache.harmony.javax.security.auth.callback.UnsupportedCallbackException;
33 import org.apache.harmony.javax.security.auth.callback.Callback;
34 import org.apache.harmony.javax.security.auth.callback.NameCallback;
35 import org.apache.harmony.javax.security.auth.callback.PasswordCallback;
71 * Builds and sends the <tt>auth</tt> stanza to the server. Note that this method of
97 * Builds and sends the <tt>auth</tt> stanza to the server. The callback handler will handle
208 stanza.append("<auth mechanism=\"").append(name);
214 stanza.append("</auth>");
/external/chromium_org/third_party/libjingle/source/talk/examples/turnserver/
H A Dturnserver_main.cc63 std::cerr << "usage: turnserver int-addr ext-ip realm auth-file"
90 TurnFileAuth auth(argv[4]);
93 server.set_auth_hook(&auth);
/external/wpa_supplicant_8/wpa_supplicant/tests/
H A Dtest_wpa.c36 struct wpa_state_machine *auth; member in struct:wpa
64 wpa_receive(wpa->auth_group, wpa->auth, wpa->supp_eapol,
297 wpa->auth = wpa_auth_sta_init(wpa->auth_group, wpa->supp_addr, NULL);
298 if (wpa->auth == NULL) {
303 if (wpa_validate_wpa_ie(wpa->auth_group, wpa->auth, wpa->supp_ie,
309 wpa_auth_sm_event(wpa->auth, WPA_ASSOC);
311 wpa_auth_sta_associated(wpa->auth_group, wpa->auth);
319 wpa_auth_sta_deinit(wpa->auth);
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Donc_data.js121 var auth = this.getActiveValue('VPN.IPsec.AuthenticationType');
122 if (auth != undefined)
123 oncString += auth;
/external/chromium_org/chromeos/dbus/
H A Dmock_cryptohome_client.h170 const cryptohome::AuthorizationRequest& auth,
175 const cryptohome::AuthorizationRequest& auth,
180 const cryptohome::AuthorizationRequest& auth,
185 const cryptohome::AuthorizationRequest& auth,
190 const cryptohome::AuthorizationRequest& auth,
195 const cryptohome::AuthorizationRequest& auth,
H A Dcryptohome_client.h462 // not be authenticated (|auth| should be empty).
465 const cryptohome::AuthorizationRequest& auth,
474 const cryptohome::AuthorizationRequest& auth,
484 const cryptohome::AuthorizationRequest& auth,
494 const cryptohome::AuthorizationRequest& auth,
505 const cryptohome::AuthorizationRequest& auth,
513 const cryptohome::AuthorizationRequest& auth,
H A Dfake_cryptohome_client.h165 const cryptohome::AuthorizationRequest& auth,
170 const cryptohome::AuthorizationRequest& auth,
175 const cryptohome::AuthorizationRequest& auth,
180 const cryptohome::AuthorizationRequest& auth,
185 const cryptohome::AuthorizationRequest& auth,
189 const cryptohome::AuthorizationRequest& auth,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jar ... org/eclipse/equinox/internal/security/ org/eclipse/equinox/internal/security/auth/ org/eclipse/equinox/internal/security/auth/AuthPlugin.class AuthPlugin
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jar ... conn/routing/ org/apache/http/conn/scheme/ org/apache/http/auth/ org/apache/http/auth/params/ META-INF/NOTICE. ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jar ... http/conn/params/ org/apache/http/annotation/ org/apache/http/auth/ org/apache/http/auth/params/ org/apache/http/client/ org ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowUriMatcher.java47 String auth = uri.getAuthority();
50 if (!rootNode.map.containsKey(auth)) {
54 return matchSegments(rootNode.map.get(auth), segments);
/external/apache-http/src/org/apache/http/impl/auth/
H A DDigestScheme.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/auth/DigestScheme.java $
31 package org.apache.http.impl.auth;
40 import org.apache.http.auth.AuthenticationException;
41 import org.apache.http.auth.Credentials;
42 import org.apache.http.auth.AUTH;
43 import org.apache.http.auth.MalformedChallengeException;
44 import org.apache.http.auth.params.AuthParams;
55 * Currently only qop=auth or no qop is supported. qop=auth-int
56 * is unsupported. If auth an
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmpplogintask.cc198 // Collect together the SASL auth mechanisms presented by the server
214 // No recognized auth mechanism - that's an error
221 XmlElement * auth = sasl_mech_->StartSaslAuth(); local
222 if (auth == NULL) {
230 auth->SetAttr(QN_GOOGLE_ALLOW_NON_GOOGLE_ID_XMPP_LOGIN, "true");
233 auth->SetAttr(QN_GOOGLE_AUTH_CLIENT_USES_FULL_BIND_RESULT, "true");
236 pctx_->InternalSendStanza(auth);
237 delete auth;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dsme.c639 if (os_memcmp(wpa_s->pending_bssid, data->auth.peer, ETH_ALEN) != 0) {
642 MAC2STR(data->auth.peer));
648 MAC2STR(data->auth.peer), data->auth.auth_type,
649 data->auth.auth_transaction, data->auth.status_code);
651 data->auth.ies, data->auth.ies_len);
656 if (data->auth.auth_type == WLAN_AUTH_SAE) {
658 res = sme_sae_auth(wpa_s, data->auth
[all...]
/external/chromium_org/remoting/webapp/
H A Dformat_iq.js194 var auth = '';
214 if (auth_info.nodeName == 'auth-token') {
215 auth = auth + ' (auth-token) ' + auth_info.textContent;
217 auth = auth + ' (certificate) ' + auth_info.textContent;
219 auth = auth + ' (master-key) ' + auth_info.textContent;
229 result += '\n auth
[all...]
/external/ppp/pppd/
H A DMakefile.sol212 tty.o ccp.o ecp.o auth.o options.o demand.o utils.o sys-solaris.o \
/external/smack/src/org/apache/harmony/javax/security/auth/login/
H A DLoginContext.java18 package org.apache.harmony.javax.security.auth.login;
30 import org.apache.harmony.javax.security.auth.Subject;
31 import org.apache.harmony.javax.security.auth.callback.CallbackHandler;
32 import org.apache.harmony.javax.security.auth.callback.Callback;
33 import org.apache.harmony.javax.security.auth.callback.UnsupportedCallbackException;
34 import org.apache.harmony.javax.security.auth.spi.LoginModule;
35 import org.apache.harmony.javax.security.auth.AuthPermission;
37 import org.apache.harmony.javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag;
43 private static final String DEFAULT_CALLBACK_HANDLER_PROPERTY = "auth.login.defaultCallbackHandler"; //$NON-NLS-1$
102 throw new LoginException("auth
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes_wrap.h60 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth);
63 const u8 *aad, size_t aad_len, const u8 *auth,
/external/wpa_supplicant_8/src/crypto/
H A Daes_wrap.h60 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth);
63 const u8 *aad, size_t aad_len, const u8 *auth,
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes_wrap.h60 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth);
63 const u8 *aad, size_t aad_len, const u8 *auth,
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jar ... http/conn/routing/ org/apache/http/annotation/ org/apache/http/auth/ org/apache/http/auth/params/ org/apache/http/cookie/CookieSpecFactory ...
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DX509CRLSelectorTest.java29 import javax.security.auth.x500.X500Principal;
39 * @tests java.security.cert.X509CRLSelector#addIssuer(javax.security.auth.x500.X500Principal)
/external/apache-http/src/org/apache/http/auth/
H A DAuthSchemeRegistry.java2 * $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;

Completed in 2680 milliseconds

1234567891011>>