/external/wpa_supplicant_8/src/radius/ |
radius_client.h | 230 * RADIUS_RX_INVALID_AUTHENTICATOR - Message has invalid Authenticator
|
radius_server.c | 776 if (!radius_msg_add_mppe_keys(msg, hdr->authenticator, 835 hdr->authenticator) < 0) { 836 RADIUS_DEBUG("Failed to add Message-Authenticator attribute"); 916 hdr->authenticator) < 0) { 917 RADIUS_DEBUG("Failed to add Message-Authenticator attribute"); 961 hdr->authenticator) < 963 RADIUS_DEBUG("Failed to add Message-Authenticator attribute"); 1035 radius_msg_get_hdr(msg)->authenticator, 16) == 0) { 1161 os_memcpy(sess->last_authenticator, hdr->authenticator, 16); [all...] |
radius_das.c | 238 wpa_printf(MSG_DEBUG, "DAS: Invalid authenticator in packet " 304 "Message-Authenticator attribute");
|
/frameworks/base/docs/downloads/training/ |
BasicSyncAdapter.zip | |
/external/wpa_supplicant_8/src/wps/ |
wps_validate.c | 766 static int wps_validate_authenticator(const u8 *authenticator, int mandatory) 768 if (authenticator == NULL) { 770 wpa_printf(MSG_INFO, "WPS-STRICT: Authenticator " 931 "Authenticator attribute missing"); 1382 wps_validate_authenticator(attr.authenticator, 1)) { [all...] |
wps_module_tests.c | 103 /* Authenticator */ 139 /* Key Wrap Authenticator */
|
wps_enrollee.c | 498 /* Save a copy of the last message for Authenticator derivation 982 wps_process_authenticator(wps, attr->authenticator, msg) || 1097 wps_process_authenticator(wps, attr->authenticator, msg) || 1152 wps_process_authenticator(wps, attr->authenticator, msg)) { [all...] |
wps_attr_parse.c | 306 wpa_printf(MSG_DEBUG, "WPS: Invalid Authenticator " 310 attr->authenticator = pos; 379 "Authenticator length %u", len);
|
/cts/tests/core/runner/src/com/android/cts/runner/ |
CtsTestRunListener.java | 40 import java.net.Authenticator; 229 Authenticator.setDefault(null);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/http/ |
HttpURLConnectionTest.java | 21 import java.net.Authenticator; 369 Authenticator.setDefault(new Authenticator() { 643 // Set up test Authenticator 644 Authenticator.setDefault(new Authenticator() { 671 // remove previously set authenticator 672 Authenticator.setDefault(null); [all...] |
/external/vogar/src/vogar/target/ |
TestEnvironment.java | 22 import java.net.Authenticator; 152 Authenticator.setDefault(null);
|
/external/wpa_supplicant_8/wpa_supplicant/tests/ |
test_wpa.c | 2 * Test program for combined WPA authenticator/supplicant 25 /* from authenticator */
|
/frameworks/base/docs/html/training/sync-adapters/ |
creating-sync-adapter.jd | 369 <a href="creating-authenticator.html#CreateAuthenticatorFile" 370 >Add the Authenticator Metadata File</a>. Now you have to set up this account type in the 474 as the account type value you provided when you created the authenticator metadata file, as 475 described in the section <a href="creating-authenticator.html#CreateAuthenticatorFile" 476 >Add the Authenticator Metadata File</a>. It's also the value you specified for the 551 special permission that allows your app to use the authenticator component you created 552 in the lesson <a href="creating-authenticator.html">Creating a Stub Authenticator</a>.
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
URLConnectionTest.java | 49 import java.net.Authenticator; 133 Authenticator.setDefault(null); [all...] |
HttpOverSpdyTest.java | 32 import java.net.Authenticator; 99 Authenticator.setDefault(null); 227 Authenticator.setDefault(new RecordingAuthenticator());
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/ |
BrowseInfo.java | 521 Log.e(TAG, "Authenticator description with bad package name", e); 525 // Main title text comes from the authenticator description (e.g. "Google"). 533 if (DEBUG) Log.e(TAG, "Authenticator description with bad label id", e); 537 // If the authenticator doesn't have a title or an icon, don't present it to 548 // Icon URI to be displayed for each account is based on the type of authenticator. 561 if (DEBUG) Log.e(TAG, "Authenticator has bad resource ids", e);
|
/external/wpa_supplicant_8/hostapd/ |
ChangeLog | 293 * Allow PMKSA caching to be disabled on the Authenticator. See [all...] |
/external/ppp/pppd/ |
chap_ms.c | 265 * <auth_string> is the Authenticator Response (mutual auth) 422 /* Authenticator Response did not match expected. */ 426 /* Authenticator Response matches. */ 919 * Authenticator Response. 924 u_char authResponse[], int authenticator) 944 /* Generate the Authenticator Response. */ 952 &response[MS_CHAP2_NTRESP], authenticator);
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
AccountManagerTest.java | 150 // need to clean up the authenticator cached data 175 * On the second fetch the cache will be populated if we are using a authenticator with 176 * customTokens=false or we are using a scope that will cause the authenticator to set an 207 * Upon invalidating the token, the cache should be clear regardless of authenticator. 689 fail("should have found Authenticator type: " + ACCOUNT_TYPE); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-javamail.jar | |
/hardware/libhardware/include/hardware/ |
keymaster_defs.h | 91 KM_TAG_USER_SECURE_ID = KM_ULONG_REP | 502, /* Secure ID of authorized user or authenticator(s). 95 KM_TAG_USER_AUTH_TYPE = KM_ENUM | 504, /* Bitmask of authenticator types allowed when 97 * rather than a secure authenticator ID. Defined in
|
/packages/apps/Settings/src/com/android/settings/accounts/ |
ManageAccountsSettings.java | 488 * activity that doesn't share a uid with the authenticator. 497 "Refusing to launch authenticator intent because" 514 * authenticator supplying the intent.
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 34 import java.net.Authenticator; 436 Authenticator.setDefault(new Authenticator() { 543 Authenticator.setDefault(new Authenticator() { 581 * (Authenticator was not set up in the system). [all...] |
/external/boringssl/src/include/openssl/ |
modes.h | 143 /* CRYPTO_gcm128_finish calculates the authenticator and compares it against 148 /* CRYPTO_gcm128_tag calculates the authenticator and copies it into |tag|. The
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
Sources.java | 203 // adapter, using the authenticator to find general resources. 242 throw new IllegalStateException("Couldn't find authenticator for specific account type");
|