/third_party/node/test/sequential/ |
H A D | test-tls-psk-client.js | 16 const IDENTITY = 'Client_identity'; // Hardcoded by `openssl s_server` 24 '-psk_hint', IDENTITY, 89 if (hint === null || hint === IDENTITY) { 91 identity: IDENTITY,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_sake.c | 17 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state; enumerator 40 case IDENTITY: in eap_sake_state_txt() 41 return "IDENTITY"; in eap_sake_state_txt() 84 data->state = IDENTITY; in eap_sake_init() 150 if (data->state != IDENTITY) { in eap_sake_process_identity() 195 if (data->state != IDENTITY && data->state != CHALLENGE) { in eap_sake_process_challenge() 201 if (data->state == IDENTITY) in eap_sake_process_challenge()
|
H A D | eap_eke.c | 18 IDENTITY, COMMIT, CONFIRM, SUCCESS, FAILURE enumerator 41 case IDENTITY: in eap_eke_state_txt() 42 return "IDENTITY"; in eap_eke_state_txt() 84 eap_eke_state(data, IDENTITY); in eap_eke_init() 233 if (data->state != IDENTITY) { in eap_eke_process_id()
|
H A D | eap.c | 982 SM_STATE(EAP, IDENTITY) in SM_STATE() 986 SM_ENTRY(EAP, IDENTITY); in SM_STATE() 1237 SM_ENTER(EAP, IDENTITY); in eap_peer_sm_step_received() 2266 return "IDENTITY"; in eap_sm_state_txt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_sake.c | 17 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state; enumerator 40 case IDENTITY: in eap_sake_state_txt() 41 return "IDENTITY"; in eap_sake_state_txt() 84 data->state = IDENTITY; in eap_sake_init() 150 if (data->state != IDENTITY) { in eap_sake_process_identity() 195 if (data->state != IDENTITY && data->state != CHALLENGE) { in eap_sake_process_challenge() 201 if (data->state == IDENTITY) in eap_sake_process_challenge()
|
H A D | eap_eke.c | 18 IDENTITY, COMMIT, CONFIRM, SUCCESS, FAILURE enumerator 41 case IDENTITY: in eap_eke_state_txt() 42 return "IDENTITY"; in eap_eke_state_txt() 84 eap_eke_state(data, IDENTITY); in eap_eke_init() 233 if (data->state != IDENTITY) { in eap_eke_process_id()
|
H A D | eap.c | 993 SM_STATE(EAP, IDENTITY) in SM_STATE() 997 SM_ENTRY(EAP, IDENTITY); in SM_STATE() 1269 SM_ENTER(EAP, IDENTITY); in eap_peer_sm_step_received() 2325 return "IDENTITY"; in eap_sm_state_txt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_sake.c | 18 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state; enumerator 36 case IDENTITY: in eap_sake_state_txt() 37 return "IDENTITY"; in eap_sake_state_txt() 220 case IDENTITY: in eap_sake_buildReq() 268 if (data->state == IDENTITY && subtype == EAP_SAKE_SUBTYPE_IDENTITY) in eap_sake_check() 292 if (data->state != IDENTITY) in eap_sake_process_identity()
|
H A D | eap_server_eke.c | 19 IDENTITY, COMMIT, CONFIRM, FAILURE_REPORT, SUCCESS, FAILURE enumerator 41 case IDENTITY: in eap_eke_state_txt() 42 return "IDENTITY"; in eap_eke_state_txt() 84 eap_eke_state(data, IDENTITY); in eap_eke_init() 366 case IDENTITY: in eap_eke_buildReq() 400 if (data->state == IDENTITY && eke_exch == EAP_EKE_ID) in eap_eke_check() 429 if (data->state != IDENTITY) { in eap_eke_process_identity()
|
H A D | eap_server_aka.c | 36 IDENTITY, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE enumerator 64 case IDENTITY: in eap_aka_state_txt() 65 return "IDENTITY"; in eap_aka_state_txt() 108 /* Remain in IDENTITY state for another round */ in eap_aka_check_identity_reauth() 165 /* Remain in IDENTITY state for another round */ in eap_aka_check_identity() 196 data->state = IDENTITY; in eap_aka_init() 229 data->state = IDENTITY; in eap_aka_prime_init() 650 case IDENTITY: in eap_aka_buildReq() 692 case IDENTITY: in eap_aka_subtype_ok() 756 /* Remain in IDENTITY stat in eap_aka_determine_identity() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_sake.c | 18 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state; enumerator 36 case IDENTITY: in eap_sake_state_txt() 37 return "IDENTITY"; in eap_sake_state_txt() 220 case IDENTITY: in eap_sake_buildReq() 268 if (data->state == IDENTITY && subtype == EAP_SAKE_SUBTYPE_IDENTITY) in eap_sake_check() 292 if (data->state != IDENTITY) in eap_sake_process_identity()
|
H A D | eap_server_eke.c | 19 IDENTITY, COMMIT, CONFIRM, FAILURE_REPORT, SUCCESS, FAILURE enumerator 41 case IDENTITY: in eap_eke_state_txt() 42 return "IDENTITY"; in eap_eke_state_txt() 84 eap_eke_state(data, IDENTITY); in eap_eke_init() 366 case IDENTITY: in eap_eke_buildReq() 400 if (data->state == IDENTITY && eke_exch == EAP_EKE_ID) in eap_eke_check() 429 if (data->state != IDENTITY) { in eap_eke_process_identity()
|
H A D | eap_server_aka.c | 36 IDENTITY, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE enumerator 64 case IDENTITY: in eap_aka_state_txt() 65 return "IDENTITY"; in eap_aka_state_txt() 108 /* Remain in IDENTITY state for another round */ in eap_aka_check_identity_reauth() 165 /* Remain in IDENTITY state for another round */ in eap_aka_check_identity() 196 data->state = IDENTITY; in eap_aka_init() 229 data->state = IDENTITY; in eap_aka_prime_init() 650 case IDENTITY: in eap_aka_buildReq() 692 case IDENTITY: in eap_aka_subtype_ok() 756 /* Remain in IDENTITY stat in eap_aka_determine_identity() [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_gpu_load.c | 72 #define IDENTITY(x) x macro 108 UPDATE_COUNTER(gpu, IDENTITY); in r600_update_mmio_counters()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | Transform.java | 22 * - IDENTITY (0): dictionary word is inserted "as is" 58 private static final int IDENTITY = 0; field in Transform 59 private static final int OMIT_LAST_BASE = IDENTITY + 1 - 1; // there is no OMIT_LAST_0.
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_gpu_load.c | 70 #define IDENTITY(x) x macro 125 UPDATE_COUNTER(gpu, IDENTITY); in si_update_mmio_counters()
|
/third_party/backends/backend/pixma/ |
H A D | pixma_bjnp_private.h | 273 struct __attribute__ ((__packed__)) IDENTITY struct
|
H A D | pixma_bjnp.c | 746 struct IDENTITY *id; in get_scanner_id() 771 id = (struct IDENTITY *) resp_buf; in get_scanner_id()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_format.c | 319 DEF_SWIZZLE(IDENTITY, X, Y, Z, W); in d3d12_get_format_info()
|