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

1 2 3 4 56 7 8 91011>>

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
AddAccountWithTypeActivity.java 50 Log.e(TAG, "Failed to retrieve add account intent from authenticator");
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 98 * @param context The context of Authenticator Activity
170 * @param context The context of Authenticator Activity
225 * @param context The context of Authenticator Activity
246 * @param context The context of Authenticator Activity
271 * @param context the Authenticator Activity context
316 * @param context the Authenticator Activity context
435 * @param context the Authenticator Activity context
458 * @param context the Authenticator Activity context
520 * @param context the Authenticator Activity context
555 * @param context the Authenticator Activity contex
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/
CBCBlockCipherMac.java 57 * or 16 bits if being used as a data authenticator (FIPS Publication 113),
77 * or 16 bits if being used as a data authenticator (FIPS Publication 113),
  /external/jetty/src/java/org/eclipse/jetty/security/authentication/
BasicAuthenticator.java 50 * @see org.eclipse.jetty.security.Authenticator#getAuthMethod()
61 * @see org.eclipse.jetty.security.Authenticator#validateRequest(javax.servlet.ServletRequest, javax.servlet.ServletResponse, boolean)
LoginAuthenticator.java 26 import org.eclipse.jetty.security.Authenticator;
33 public abstract class LoginAuthenticator implements Authenticator
  /external/wpa_supplicant_8/hostapd/
hostapd.eap_user 36 # Multiple methods can be configured to make the authenticator try them one by
42 # authenticator advertises the highest supported version and select the version
hlr_auc_gw.txt 1 HLR/AuC testing gateway for hostapd EAP-SIM/AKA database/authenticator
  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 2 * hostapd - IEEE 802.11i-2004 / WPA Authenticator: Internal definitions
181 /* per authenticator data */
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
eapol_test.sgml 47 ways to IEEE 802.1X/EAPOL Authenticator state machines. In other
48 words, it integrates IEEE 802.1X Authenticator (normally, an
  /frameworks/base/docs/html/training/sync-adapters/
index.jd 106 <b><a href="creating-authenticator.html">Creating a Stub Authenticator</a></b>
  /packages/apps/Email/src/com/android/email/activity/setup/
OAuthAuthenticationActivity.java 157 final OAuthAuthenticator authenticator = new OAuthAuthenticator(); local
158 final AuthenticationResult result = authenticator.requestAccess(
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.c 115 * @aa: Authenticator address
122 * cache. If an old entry is already in the cache for the same Authenticator,
162 /* Replace an old entry for the same Authenticator (if found) with the
320 * @aa: Authenticator address or %NULL to match any
368 * @aa: Authenticator address for the new AP
  /frameworks/base/docs/html/training/id-auth/
authenticate.jd 111 options, // Authenticator-specific options
167 then the authenticator is telling you that it needs to interact directly with the user before it can
170 <p>There may be many reasons for the authenticator to return an {@link android.content.Intent}. It
196 authenticator's response {@link android.content.Intent},
199 authenticator has updated the stored credentials so that they are sufficient for
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c 558 * lost somewhere - start EAPOL Authenticator.
562 MACSTR " - start authenticator", MAC2STR(peer->addr));
616 wpa_printf(MSG_DEBUG, "RSN: IBSS Authenticator already "
621 wpa_printf(MSG_DEBUG, "RSN: Starting IBSS Authenticator "
773 "Authenticator dropped as " MACSTR " is not "
779 wpa_printf(MSG_DEBUG, "RSN: IBSS RX EAPOL for Authenticator "
804 * Authenticator.
  /device/generic/goldfish/fingerprint/
fingerprint.c 148 //the last one is for authenticator id
159 ALOGE("Failed to open emulator storage file to save authenticator id");
167 ALOGE("Failed while writing authenticator id in emulator storage");
170 ALOGD("Save authenticator id (0x%" PRIx64 ")", authenid);
179 ALOGE("Could not load authenticator id from storage at %s; "
190 ALOGW("Corrupt emulator authenticator id storage (read %d)", na);
192 ALOGD("Read authenticator id (0x%" PRIx64 ")", *pauthenid);
267 // firs time, create an authenticator id
339 // fingerprint id, authenticator id, and secure_user_id
  /external/e2fsprogs/lib/et/test_cases/
heimdal.c 42 N_("Kerberos error: Can't decode authenticator"),
  /external/ppp/pppd/
srp-entry.8 21 /etc/ppp/srp\-secrets file on a PPP EAP SRP\-SHA1 authenticator
  /external/wpa_supplicant_8/src/radius/
radius_client.h 230 * RADIUS_RX_INVALID_AUTHENTICATOR - Message has invalid Authenticator
  /frameworks/base/docs/downloads/training/
BasicSyncAdapter.zip 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0-sources.jar 
  /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 */
  /cts/tests/core/runner/src/com/android/cts/runner/
CtsTestRunListener.java 40 import java.net.Authenticator;
229 Authenticator.setDefault(null);
  /external/vogar/src/vogar/target/
TestEnvironment.java 22 import java.net.Authenticator;
166 Authenticator.setDefault(null);

Completed in 656 milliseconds

1 2 3 4 56 7 8 91011>>