HomeSort by relevance Sort by last modified time
    Searched full:authenticator (Results 76 - 100 of 276) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sim_db.h 2 * hostapd / EAP-SIM database/authenticator gateway
  /external/wpa_supplicant_8/src/eap_peer/
mschapv2.c 67 /* Authenticator response is not really needed yet, but calculate it
  /prebuilt/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/openssl/ssl/
kssl.c 838 /* Return true:1 if p "looks like" the start of the real authenticator
909 /* Return pointer to start of real authenticator within authenticator, or
911 ** Decrypted authenticator looks like this:
    [all...]
  /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/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/chromium/chrome/browser/chromeos/login/
login_performer.h 14 #include "chrome/browser/chromeos/login/authenticator.h"
153 scoped_refptr<Authenticator> authenticator_;
user_image_downloader.cc 13 #include "chrome/browser/chromeos/login/authenticator.h"
161 if (Authenticator::Canonicalize(email) == username_)
  /external/openssl/crypto/krb5/
krb5_asn.c 105 ASN1_EXP(KRB5_APREQBODY, authenticator, KRB5_ENCDATA, 4),
118 /* Authenticator stuff */
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_i.h 125 const u8 *authenticator; /* WPS_AUTHENTICATOR_LEN (8) octets */ member in struct:wps_parse_attr
216 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator,
wps_enrollee.c 453 /* Save a copy of the last message for Authenticator derivation
756 wps_process_authenticator(wps, attr->authenticator, msg)) {
846 wps_process_authenticator(wps, attr->authenticator, msg) ||
895 wps_process_authenticator(wps, attr->authenticator, msg)) {
942 wps_process_authenticator(wps, attr->authenticator, msg)) {
1031 * Save a copy of the last message for Authenticator derivation if we
1035 * M1 in Authenticator derivation.
1038 /* Save a copy of the last message for Authenticator derivation
1172 * Enrollee is Authenticator */
wps_attr_parse.c 171 wpa_printf(MSG_DEBUG, "WPS: Invalid Authenticator "
175 attr->authenticator = pos;
244 "Authenticator length %u", len);
  /external/wpa_supplicant_6/wpa_supplicant/
todo.txt 25 - test what happens if authenticator sends EAP-Success before real EAP
38 - possibility to link in WPA Authenticator state machine to wpa_supplicant
  /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
ChangeLog 362 * added support for EAP-AKA in the integrated EAP authenticator
439 using integrated EAP authenticator for EAP-TLS; new hostapd.conf
452 authenticator
494 * added support for EAP-PEAP in the integrated EAP authenticator
495 * added support for EAP-GTC in the integrated EAP authenticator
497 the integrated EAP authenticator can, e.g., use the wildcard entry
499 * added support for EAP-TTLS in the integrated EAP authenticator
500 * added support for EAP-SIM in the integrated EAP authenticator
502 with the integrated EAP authenticator taking care of EAP
511 * added support for EAP-MSCHAPv2 in the integrated EAP authenticator
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 2 * hostapd - IEEE 802.11i-2004 / WPA Authenticator: Internal definitions
161 /* per authenticator data */
ieee802_1x.h 2 * hostapd / IEEE 802.1X-2004 Authenticator
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.c 117 * @aa: Authenticator address
124 * cache. If an old entry is already in the cache for the same Authenticator,
153 /* Replace an old entry for the same Authenticator (if found) with the
257 * @aa: Authenticator address or %NULL to match any
317 * @aa: Authenticator address for the new AP
  /external/wpa_supplicant_8/src/wps/
wps_enrollee.c 441 /* Save a copy of the last message for Authenticator derivation
871 wps_process_authenticator(wps, attr->authenticator, msg) ||
954 wps_process_authenticator(wps, attr->authenticator, msg) ||
1009 wps_process_authenticator(wps, attr->authenticator, msg)) {
1062 wps_process_authenticator(wps, attr->authenticator, msg)) {
1180 * Save a copy of the last message for Authenticator derivation if we
1184 * M1 in Authenticator derivation.
1187 /* Save a copy of the last message for Authenticator derivation
    [all...]
  /external/chromium/chrome/common/net/gaia/
gaia_authenticator.h 72 const GaiaAuthenticator* authenticator; member in struct:gaia::GaiaAuthEvent
161 GaiaAuthenticator* authenticator; member in struct:gaia::GaiaAuthenticator::AuthParams
192 // currently directly being used in sync/engine/authenticator.cc, which is
  /external/chromium/chrome/browser/remoting/
setup_flow_login_step.cc 74 // Start the authenticator.
  /external/e2fsprogs/lib/et/test_cases/
heimdal.c 40 "Kerberos error: Can't decode authenticator",
  /external/kernel-headers/original/linux/sunrpc/
clnt.h 47 struct rpc_auth * cl_auth; /* authenticator */
  /external/ppp/pppd/
srp-entry.8 21 /etc/ppp/srp\-secrets file on a PPP EAP SRP\-SHA1 authenticator
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c 386 wpa_printf(MSG_DEBUG, "RSN: IBSS Authenticator and "
393 wpa_printf(MSG_DEBUG, "RSN: Starting IBSS Authenticator and "
561 wpa_printf(MSG_DEBUG, "RSN: IBSS RX EAPOL for Authenticator");
587 * Authenticator.

Completed in 684 milliseconds

1 2 34 5 6 7 8 91011>>