HomeSort by relevance Sort by last modified time
    Searched defs:IDENTITY (Results 1 - 23 of 23) sorted by null

  /external/clang/test/CodeCompletion/Inputs/
macros.h 3 #define IDENTITY(X) X
  /external/apache-http/src/org/apache/http/entity/
ContentLengthStrategy.java 49 public static final int IDENTITY = -1;
  /frameworks/base/services/surfaceflinger/
Transform.h 53 IDENTITY = 0,
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformOperation.h 51 IDENTITY, NONE
  /external/wpa_supplicant/
eap_sake.c 23 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state;
46 case IDENTITY:
47 return "IDENTITY";
94 data->state = IDENTITY;
165 if (data->state != IDENTITY) {
170 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received Request/Identity");
177 "AT_ANY_ID_REQ in Request/Identity");
181 wpa_printf(MSG_DEBUG, "EAP-SAKE: Sending Response/Identity");
212 if (data->state != IDENTITY && data->state != CHALLENGE) {
218 if (data->state == IDENTITY)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_sake.c 22 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state;
45 case IDENTITY:
46 return "IDENTITY";
76 const u8 *identity, *password; local
89 data->state = IDENTITY;
91 identity = eap_get_config_identity(sm, &identity_len);
92 if (identity) {
98 os_memcpy(data->peerid, identity, identity_len);
156 if (data->state != IDENTITY) {
161 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received Request/Identity");
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sake.c 23 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state;
43 case IDENTITY:
44 return "IDENTITY";
136 wpa_printf(MSG_DEBUG, "EAP-SAKE: Request/Identity");
240 case IDENTITY:
288 if (data->state == IDENTITY && subtype == EAP_SAKE_SUBTYPE_IDENTITY)
312 if (data->state != IDENTITY)
315 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received Response/Identity");
316 /* TODO: update identity and select new user data */
eap_aka.c 41 IDENTITY, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE
69 case IDENTITY:
70 return "IDENTITY";
111 data->state = IDENTITY;
145 data->state = IDENTITY;
195 * No EAP-AKA/Identity packets were exchanged - send empty
202 /* Checkcode is SHA1 hash over all EAP-AKA/Identity packets. */
231 "indicates that AKA/Identity messages were "
243 "that AKA/Identity message were not used, but they "
248 /* Checkcode is SHA1 hash over all EAP-AKA/Identity packets. *
614 const u8 *identity; local
805 const u8 *identity; local
957 const u8 *identity, *id2; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_sake.c 23 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state;
46 case IDENTITY:
47 return "IDENTITY";
77 const u8 *identity, *password; local
90 data->state = IDENTITY;
92 identity = eap_get_config_identity(sm, &identity_len);
93 if (identity) {
99 os_memcpy(data->peerid, identity, identity_len);
157 if (data->state != IDENTITY) {
162 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received Request/Identity");
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_sake.c 24 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state;
44 case IDENTITY:
45 return "IDENTITY";
137 wpa_printf(MSG_DEBUG, "EAP-SAKE: Request/Identity");
241 case IDENTITY:
289 if (data->state == IDENTITY && subtype == EAP_SAKE_SUBTYPE_IDENTITY)
313 if (data->state != IDENTITY)
316 wpa_printf(MSG_DEBUG, "EAP-SAKE: Received Response/Identity");
317 /* TODO: update identity and select new user data */
eap_server_aka.c 41 IDENTITY, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE
69 case IDENTITY:
70 return "IDENTITY";
111 data->state = IDENTITY;
145 data->state = IDENTITY;
195 * No EAP-AKA/Identity packets were exchanged - send empty
202 /* Checkcode is SHA1 hash over all EAP-AKA/Identity packets. */
231 "indicates that AKA/Identity messages were "
243 "that AKA/Identity message were not used, but they "
248 /* Checkcode is SHA1 hash over all EAP-AKA/Identity packets. *
614 const u8 *identity; local
805 const u8 *identity; local
957 const u8 *identity, *id2; local
    [all...]
  /external/opencv/ml/include/
ml.h     [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /prebuilt/common/http-client/
httpcore-4.1.jar 
  /prebuilt/sdk/14/
android.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 345 milliseconds