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

1 2 3 4 56 7 8 910

  /libcore/luni/src/test/java/tests/api/javax/security/auth/
X500PrincipalTest.java 18 package tests.api.javax.security.auth;
22 import javax.security.auth.x500.X500Principal;
37 * javax.security.auth.x500.X500Principal#X500Principal(String name)
69 * javax.security.auth.x500.X500Principal#X500Principal(InputStream is)
105 * javax.security.auth.x500.X500Principal#X500Principal(byte[] name)
140 * javax.security.auth.x500.X500Principal#getName()
154 * javax.security.auth.x500.X500Principal#getName(String format)
195 * javax.security.auth.x500.X500Principal#hashCode()
209 * javax.security.auth.x500.X500Principal#toString()
224 * javax.security.auth.x500.X500Principal#getEncoded(
    [all...]
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupExchangeTests.java 178 // Setup host auth with variants of SSL enabled and check. This also enables the
193 // Setup host auth with variants of SSL enabled and check. This also enables the
233 HostAuth auth = account.getOrCreateHostAuthRecv(context); local
234 HostAuth.setHostAuthFromString(auth, storeUriString);
AccountSetupIncomingTests.java 191 HostAuth auth = account.getOrCreateHostAuthRecv(context); local
192 HostAuth.setHostAuthFromString(auth, storeUriString);
AccountSetupOptionsTests.java 170 HostAuth auth = account.getOrCreateHostAuthRecv(context); local
171 HostAuth.setHostAuthFromString(auth, storeUri);
AccountSetupOutgoingTests.java 187 HostAuth auth = account.getOrCreateHostAuthSend(context); local
188 HostAuth.setHostAuthFromString(auth, senderUriString);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
SyncCommon.java 96 int auth = getAuth(event.getValueAsString(0)); local
97 processSyncEvent(event, auth, mLastStartTime, mLastStopTime, mLastDetails,
110 int auth = getAuth(event.getValueAsString(0)); local
111 processSyncEvent(event, auth, mLastStartTime, mLastStopTime, mLastDetails,
138 * @param auth The sync authority
145 abstract void processSyncEvent(EventContainer event, int auth, long startTime, long stopTime,
149 * Converts authority name to auth number.
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
ConfigurationTest.java 22 package org.apache.harmony.auth.tests.javax.security.auth.login;
34 import javax.security.auth.AuthPermission;
35 import javax.security.auth.login.AppConfigurationEntry;
36 import javax.security.auth.login.Configuration;
37 import javax.security.auth.login.ConfigurationSpi;
41 import org.apache.harmony.auth.tests.support.TestUtils;
52 private static final String AUTH_LOGIN_CONFIG = "java.security.auth.login.config";
59 .getAbsoluteResourcePath("auth.conf");
80 // value of java.security.auth.login.config system propert
    [all...]
LoginContextTest.java 22 package org.apache.harmony.auth.tests.javax.security.auth.login;
32 import javax.security.auth.Subject;
33 import javax.security.auth.callback.Callback;
34 import javax.security.auth.callback.CallbackHandler;
35 import javax.security.auth.login.AppConfigurationEntry;
36 import javax.security.auth.login.Configuration;
37 import javax.security.auth.login.LoginContext;
38 import javax.security.auth.login.LoginException;
39 import javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
Sasl2Test.java 22 package org.apache.harmony.auth.tests.javax.security.sasl;
29 import javax.security.auth.callback.CallbackHandler;
39 import org.apache.harmony.auth.tests.support.SpiEngUtils;
551 public SaslClient createSaslClient(String[] mech, String prot, String auth,
566 public SaslClient createSaslClient(String[] mech, String prot, String auth,
Sasl4Test.java 22 package org.apache.harmony.auth.tests.javax.security.sasl;
29 import javax.security.auth.callback.CallbackHandler;
30 import javax.security.auth.callback.TextOutputCallback;
31 import javax.security.auth.callback.UnsupportedCallbackException;
39 import org.apache.harmony.auth.tests.support.SpiEngUtils;
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/login/
DefaultConfigParserTest.java 22 package org.apache.harmony.auth.tests.login;
35 import javax.security.auth.login.AppConfigurationEntry;
39 import org.apache.harmony.auth.login.DefaultConfigurationParser;
40 import org.apache.harmony.auth.login.DefaultConfigurationParser.InvalidFormatException;
50 .getAbsoluteResourcePath("auth.conf");
111 assertEquals("com.intel.security.auth.module.LoginModule1", e
132 "Login ERR {\n com.intel.security.auth.module.LoginModule required debug=\"true\" test=false;\n};",
133 "{\n com.intel.security.auth.module.LoginModule required debug=\"true\" test=false;\n};",
134 "Login \n com.intel.security.auth.module.LoginModule required debug=\"true\" test=false;\n};",
135 "Login {\n com.intel.security.auth.module.LoginModule required debug=\"true\" test=false;\n}"
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
JndiLoginModuleTest.java 18 package org.apache.harmony.auth.tests.module;
25 import javax.security.auth.Subject;
26 import javax.security.auth.callback.Callback;
27 import javax.security.auth.callback.CallbackHandler;
28 import javax.security.auth.callback.NameCallback;
29 import javax.security.auth.callback.PasswordCallback;
30 import javax.security.auth.callback.UnsupportedCallbackException;
31 import javax.security.auth.login.LoginException;
35 import org.apache.harmony.auth.module.JndiLoginModule;
62 * {@link org.apache.harmony.auth.module.JndiLoginModule#abort()}
    [all...]
KeyStoreLoginModuleTest.java 18 package org.apache.harmony.auth.tests.module;
24 import javax.security.auth.Subject;
25 import javax.security.auth.login.LoginException;
29 import org.apache.harmony.auth.module.KeyStoreLoginModule;
Krb5LoginModuleTest.java 18 package org.apache.harmony.auth.tests.module;
25 import javax.security.auth.callback.Callback;
26 import javax.security.auth.callback.CallbackHandler;
27 import javax.security.auth.login.LoginException;
31 import org.apache.harmony.auth.module.Krb5LoginModule;
32 import org.apache.harmony.auth.tests.internal.kerberos.v5.KerberosErrorMessageTest;
33 import org.apache.harmony.auth.tests.support.TestUtils;
LdapLoginModuleTest.java 18 package org.apache.harmony.auth.tests.module;
25 import javax.security.auth.Subject;
26 import javax.security.auth.callback.Callback;
27 import javax.security.auth.callback.CallbackHandler;
28 import javax.security.auth.callback.NameCallback;
29 import javax.security.auth.callback.PasswordCallback;
30 import javax.security.auth.callback.UnsupportedCallbackException;
31 import javax.security.auth.login.LoginException;
35 import org.apache.harmony.auth.module.LdapLoginModule;
36 import org.apache.harmony.auth.UserPrincipal
    [all...]
  /external/apache-http/src/org/apache/http/impl/auth/
DigestScheme.java 2 * $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-in
    [all...]
  /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/chromium/chrome/browser/sync/
sync_setup_wizard_unittest.cc 214 std::string auth = "{\"user\":\""; local
215 auth += std::string(kTestUser) + "\",\"pass\":\"";
216 auth += std::string(kTestPassword) + "\",\"captcha\":\"";
217 auth += std::string(kTestCaptcha) + "\",\"access_code\":\"";
218 auth += std::string() + "\"}";
219 credentials.Append(new StringValue(auth));
  /external/dbus/dbus/
dbus-auth-script.c 2 /* dbus-auth-script.c Test DBusAuth using a special script file (internal to D-Bus implementation)
27 #include "dbus-auth-script.h"
28 #include "dbus-auth.h"
213 auth_set_unix_credentials(DBusAuth *auth,
228 _dbus_auth_set_credentials (auth, credentials);
234 * Runs an "auth script" which is a script for testing the
251 DBusAuth *auth; local
258 auth = NULL;
298 if (auth != NULL)
300 while ((state = _dbus_auth_do_work (auth)) =
    [all...]
  /external/ipsec-tools/
setup.c 294 int auth, int hash, int encryption, int length)
301 p->authmethod = auth;
401 int auth; local
437 auth = OAKLEY_ATTR_AUTH_METHOD_PSKEY;
443 auth = OAKLEY_ATTR_AUTH_METHOD_RSASIG;
451 auth = OAKLEY_ATTR_AUTH_METHOD_XAUTH_PSKEY_I;
455 auth = OAKLEY_ATTR_AUTH_METHOD_XAUTH_RSASIG_I;
459 auth = OAKLEY_ATTR_AUTH_METHOD_HYBRID_RSA_I;
480 add_proposal(remoteconf, auth,
482 add_proposal(remoteconf, auth,
    [all...]
  /external/ppp/pppd/plugins/radius/
sendserver.c 33 static int rc_pack_list (VALUE_PAIR *vp, char *secret, AUTH_HDR *auth)
42 buf = auth->data;
107 vector = (char *)auth->vector;
143 memcpy ((char *) md5buf + secretlen, (char *) auth->vector,
200 AUTH_HDR *auth, *recv_auth; local
262 auth = (AUTH_HDR *) send_buffer;
263 auth->code = data->code;
264 auth->id = data->seq_nbr;
268 total_length = rc_pack_list(data->send_pairs, secret, auth) + AUTH_HDR_LEN;
270 auth->length = htons ((unsigned short) total_length)
    [all...]
  /external/tcpdump/
print-zephyr.c 46 int auth; member in struct:z_packet
164 PARSE_FIELD_INT(z.auth);
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.cpp 342 DatabaseAuthorizer* auth = static_cast<DatabaseAuthorizer*>(userData); local
343 ASSERT(auth);
347 return auth->createIndex(parameter1, parameter2);
349 return auth->createTable(parameter1);
351 return auth->createTempIndex(parameter1, parameter2);
353 return auth->createTempTable(parameter1);
355 return auth->createTempTrigger(parameter1, parameter2);
357 return auth->createTempView(parameter1);
359 return auth->createTrigger(parameter1, parameter2);
361 return auth->createView(parameter1)
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitsoupauthdialog.c 35 * authentication dialog for HTTP basic auth support.
39 * handling HTTP basic auth. It is built as a simple C-only module
99 SoupAuth* auth; member in struct:_WebKitAuthData
122 soup_auth_save_password(authData->auth, authData->username, authData->password);
141 soup_auth_authenticate(authData->auth, authData->username, authData->password);
281 realm = soup_auth_get_realm(authData->auth);
327 static void session_authenticate(SoupSession* session, SoupMessage* msg, SoupAuth* auth, gboolean retrying, gpointer user_data)
344 authData->auth = auth;
351 users = soup_auth_get_saved_users(auth);
    [all...]
  /external/wpa_supplicant/
eap_sake.c 29 u8 auth[EAP_SAKE_TEK_AUTH_LEN]; member in struct:eap_sake_data::__anon13901
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,

Completed in 688 milliseconds

1 2 3 4 56 7 8 910