Home
last modified time | relevance | path

Searched refs:op_code (Results 1 – 25 of 40) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_wsc.c368 const u8 *buf, size_t len, u8 op_code) in eap_wsc_process_cont() argument
371 if (op_code != data->in_op_code) { in eap_wsc_process_cont()
374 op_code, data->in_op_code); in eap_wsc_process_cont()
395 u8 id, u8 flags, u8 op_code, in eap_wsc_process_fragment() argument
416 data->in_op_code = op_code; in eap_wsc_process_fragment()
435 u8 op_code, flags, id; in eap_wsc_process() local
453 op_code = *pos++; in eap_wsc_process()
474 op_code, flags, message_length); in eap_wsc_process()
477 if (op_code != WSC_FRAG_ACK) { in eap_wsc_process()
479 "in WAIT_FRAG_ACK state", op_code); in eap_wsc_process()
[all …]
Deap_pax.c94 u8 id, u8 op_code, size_t plen) in eap_pax_alloc_resp() argument
105 pax->op_code = op_code; in eap_pax_alloc_resp()
357 req->op_code, req->flags, req->mac_id, req->dh_group_id, in eap_pax_process()
419 if (req->op_code == EAP_PAX_OP_STD_1) { in eap_pax_process()
442 switch (req->op_code) { in eap_pax_process()
451 "op_code %d", req->op_code); in eap_pax_process()
Deap_mschapv2.c32 u8 op_code; /* MSCHAPV2_OP_* */ member
172 ms->op_code = MSCHAPV2_OP_RESPONSE; in eap_mschapv2_challenge_reply()
546 ms->op_code = MSCHAPV2_OP_CHANGE_PASSWORD; in eap_mschapv2_change_password()
817 switch (ms->op_code) { in eap_mschapv2_process()
828 ms->op_code); in eap_mschapv2_process()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_wsc.c368 const u8 *buf, size_t len, u8 op_code) in eap_wsc_process_cont() argument
371 if (op_code != data->in_op_code) { in eap_wsc_process_cont()
374 op_code, data->in_op_code); in eap_wsc_process_cont()
395 u8 id, u8 flags, u8 op_code, in eap_wsc_process_fragment() argument
416 data->in_op_code = op_code; in eap_wsc_process_fragment()
435 u8 op_code, flags, id; in eap_wsc_process() local
453 op_code = *pos++; in eap_wsc_process()
474 op_code, flags, message_length); in eap_wsc_process()
477 if (op_code != WSC_FRAG_ACK) { in eap_wsc_process()
479 "in WAIT_FRAG_ACK state", op_code); in eap_wsc_process()
[all …]
Deap_pax.c94 u8 id, u8 op_code, size_t plen) in eap_pax_alloc_resp() argument
105 pax->op_code = op_code; in eap_pax_alloc_resp()
357 req->op_code, req->flags, req->mac_id, req->dh_group_id, in eap_pax_process()
419 if (req->op_code == EAP_PAX_OP_STD_1) { in eap_pax_process()
442 switch (req->op_code) { in eap_pax_process()
451 "op_code %d", req->op_code); in eap_pax_process()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_wsc.c291 const u8 *buf, size_t len, u8 op_code) in eap_wsc_process_cont() argument
294 if (op_code != data->in_op_code) { in eap_wsc_process_cont()
297 op_code, data->in_op_code); in eap_wsc_process_cont()
318 u8 flags, u8 op_code, u16 message_length, in eap_wsc_process_fragment() argument
336 data->in_op_code = op_code; in eap_wsc_process_fragment()
354 u8 op_code, flags; in eap_wsc_process() local
373 op_code = *pos++; in eap_wsc_process()
392 op_code, flags, message_length); in eap_wsc_process()
395 if (op_code != WSC_FRAG_ACK) { in eap_wsc_process()
397 "in WAIT_FRAG_ACK state", op_code); in eap_wsc_process()
[all …]
Deap_server_mschapv2.c18 u8 op_code; /* MSCHAPV2_OP_* */ member
123 ms->op_code = MSCHAPV2_OP_CHALLENGE; in eap_mschapv2_build_challenge()
161 ms->op_code = MSCHAPV2_OP_SUCCESS; in eap_mschapv2_build_success_req()
204 ms->op_code = MSCHAPV2_OP_FAILURE; in eap_mschapv2_build_failure_req()
255 resp->op_code != MSCHAPV2_OP_RESPONSE) { in eap_mschapv2_check()
257 "ignore op %d", resp->op_code); in eap_mschapv2_check()
262 resp->op_code != MSCHAPV2_OP_SUCCESS && in eap_mschapv2_check()
263 resp->op_code != MSCHAPV2_OP_FAILURE) { in eap_mschapv2_check()
265 "Failure - ignore op %d", resp->op_code); in eap_mschapv2_check()
270 resp->op_code != MSCHAPV2_OP_FAILURE) { in eap_mschapv2_check()
[all …]
Deap_server_pax.c98 pax->op_code = EAP_PAX_OP_STD_1; in eap_pax_build_std_1()
144 pax->op_code = EAP_PAX_OP_STD_3; in eap_pax_build_std_3()
219 resp->op_code, resp->flags, resp->mac_id, resp->dh_group_id, in eap_pax_check()
225 resp->op_code != EAP_PAX_OP_STD_2) { in eap_pax_check()
227 "ignore op %d", resp->op_code); in eap_pax_check()
232 resp->op_code != EAP_PAX_OP_ACK) { in eap_pax_check()
234 "ignore op %d", resp->op_code); in eap_pax_check()
238 if (resp->op_code != EAP_PAX_OP_STD_2 && in eap_pax_check()
239 resp->op_code != EAP_PAX_OP_ACK) { in eap_pax_check()
241 resp->op_code); in eap_pax_check()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_wsc.c293 const u8 *buf, size_t len, u8 op_code) in eap_wsc_process_cont() argument
296 if (op_code != data->in_op_code) { in eap_wsc_process_cont()
299 op_code, data->in_op_code); in eap_wsc_process_cont()
320 u8 flags, u8 op_code, u16 message_length, in eap_wsc_process_fragment() argument
338 data->in_op_code = op_code; in eap_wsc_process_fragment()
356 u8 op_code, flags; in eap_wsc_process() local
375 op_code = *pos++; in eap_wsc_process()
394 op_code, flags, message_length); in eap_wsc_process()
397 if (op_code != WSC_FRAG_ACK) { in eap_wsc_process()
399 "in WAIT_FRAG_ACK state", op_code); in eap_wsc_process()
[all …]
Deap_server_mschapv2.c18 u8 op_code; /* MSCHAPV2_OP_* */ member
123 ms->op_code = MSCHAPV2_OP_CHALLENGE; in eap_mschapv2_build_challenge()
161 ms->op_code = MSCHAPV2_OP_SUCCESS; in eap_mschapv2_build_success_req()
204 ms->op_code = MSCHAPV2_OP_FAILURE; in eap_mschapv2_build_failure_req()
255 resp->op_code != MSCHAPV2_OP_RESPONSE) { in eap_mschapv2_check()
257 "ignore op %d", resp->op_code); in eap_mschapv2_check()
262 resp->op_code != MSCHAPV2_OP_SUCCESS && in eap_mschapv2_check()
263 resp->op_code != MSCHAPV2_OP_FAILURE) { in eap_mschapv2_check()
265 "Failure - ignore op %d", resp->op_code); in eap_mschapv2_check()
270 resp->op_code != MSCHAPV2_OP_FAILURE) { in eap_mschapv2_check()
[all …]
Deap_server_pax.c98 pax->op_code = EAP_PAX_OP_STD_1; in eap_pax_build_std_1()
144 pax->op_code = EAP_PAX_OP_STD_3; in eap_pax_build_std_3()
219 resp->op_code, resp->flags, resp->mac_id, resp->dh_group_id, in eap_pax_check()
225 resp->op_code != EAP_PAX_OP_STD_2) { in eap_pax_check()
227 "ignore op %d", resp->op_code); in eap_pax_check()
232 resp->op_code != EAP_PAX_OP_ACK) { in eap_pax_check()
234 "ignore op %d", resp->op_code); in eap_pax_check()
238 if (resp->op_code != EAP_PAX_OP_STD_2 && in eap_pax_check()
239 resp->op_code != EAP_PAX_OP_ACK) { in eap_pax_check()
241 resp->op_code); in eap_pax_check()
[all …]
/third_party/spirv-tools/source/fuzz/
Dtransformation_replace_load_store_with_copy_memory.cpp136 SpvOp op_code) { in IsMemoryWritingOpCode() argument
137 if (spvOpcodeIsAtomicOp(op_code)) { in IsMemoryWritingOpCode()
138 return op_code != SpvOpAtomicLoad; in IsMemoryWritingOpCode()
140 switch (op_code) { in IsMemoryWritingOpCode()
151 SpvOp op_code) { in IsMemoryBarrierOpCode() argument
152 switch (op_code) { in IsMemoryBarrierOpCode()
Dtransformation_replace_load_store_with_copy_memory.h55 static bool IsMemoryWritingOpCode(SpvOp op_code);
59 static bool IsMemoryBarrierOpCode(SpvOp op_code);
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_replace_load_store_with_copy_memory.cpp136 SpvOp op_code) { in IsMemoryWritingOpCode() argument
137 if (spvOpcodeIsAtomicOp(op_code)) { in IsMemoryWritingOpCode()
138 return op_code != SpvOpAtomicLoad; in IsMemoryWritingOpCode()
140 switch (op_code) { in IsMemoryWritingOpCode()
151 SpvOp op_code) { in IsMemoryBarrierOpCode() argument
152 switch (op_code) { in IsMemoryBarrierOpCode()
Dtransformation_replace_load_store_with_copy_memory.h55 static bool IsMemoryWritingOpCode(SpvOp op_code);
59 static bool IsMemoryBarrierOpCode(SpvOp op_code);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_replace_load_store_with_copy_memory.cpp136 SpvOp op_code) { in IsMemoryWritingOpCode() argument
137 if (spvOpcodeIsAtomicOp(op_code)) { in IsMemoryWritingOpCode()
138 return op_code != SpvOpAtomicLoad; in IsMemoryWritingOpCode()
140 switch (op_code) { in IsMemoryWritingOpCode()
151 SpvOp op_code) { in IsMemoryBarrierOpCode() argument
152 switch (op_code) { in IsMemoryBarrierOpCode()
Dtransformation_replace_load_store_with_copy_memory.h55 static bool IsMemoryWritingOpCode(SpvOp op_code);
59 static bool IsMemoryBarrierOpCode(SpvOp op_code);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_enrollee.c453 enum wsc_op_code *op_code) in wps_enrollee_get_msg() argument
460 *op_code = WSC_MSG; in wps_enrollee_get_msg()
464 *op_code = WSC_MSG; in wps_enrollee_get_msg()
468 *op_code = WSC_MSG; in wps_enrollee_get_msg()
472 *op_code = WSC_MSG; in wps_enrollee_get_msg()
477 *op_code = WSC_NACK; in wps_enrollee_get_msg()
481 *op_code = WSC_ACK; in wps_enrollee_get_msg()
489 *op_code = WSC_NACK; in wps_enrollee_get_msg()
493 *op_code = WSC_Done; in wps_enrollee_get_msg()
502 if (*op_code == WSC_MSG && msg) { in wps_enrollee_get_msg()
[all …]
Dwps_i.h197 enum wsc_op_code *op_code);
199 enum wsc_op_code op_code,
204 enum wsc_op_code *op_code);
206 enum wsc_op_code op_code,
Dwps.c202 enum wsc_op_code op_code, in wps_process_msg() argument
206 return wps_registrar_process_msg(wps, op_code, msg); in wps_process_msg()
208 return wps_enrollee_process_msg(wps, op_code, msg); in wps_process_msg()
221 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) in wps_get_msg() argument
224 return wps_registrar_get_msg(wps, op_code); in wps_get_msg()
226 return wps_enrollee_get_msg(wps, op_code); in wps_get_msg()
Dwps_er.c1010 enum wsc_op_code op_code) in wps_er_sta_process() argument
1014 res = wps_process_msg(sta->wps, op_code, msg); in wps_er_sta_process()
1016 struct wpabuf *next = wps_get_msg(sta->wps, &op_code); in wps_er_sta_process()
1092 enum wsc_op_code op_code = WSC_MSG; in wps_er_process_wlanevent_eap() local
1096 op_code = WSC_ACK; in wps_er_process_wlanevent_eap()
1099 op_code = WSC_NACK; in wps_er_process_wlanevent_eap()
1102 op_code = WSC_Done; in wps_er_process_wlanevent_eap()
1106 wps_er_sta_process(sta, msg, op_code); in wps_er_process_wlanevent_eap()
1746 enum wsc_op_code op_code; in wps_er_ap_process() local
1748 op_code = WSC_MSG; in wps_er_ap_process()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_enrollee.c453 enum wsc_op_code *op_code) in wps_enrollee_get_msg() argument
460 *op_code = WSC_MSG; in wps_enrollee_get_msg()
464 *op_code = WSC_MSG; in wps_enrollee_get_msg()
468 *op_code = WSC_MSG; in wps_enrollee_get_msg()
472 *op_code = WSC_MSG; in wps_enrollee_get_msg()
477 *op_code = WSC_NACK; in wps_enrollee_get_msg()
481 *op_code = WSC_ACK; in wps_enrollee_get_msg()
489 *op_code = WSC_NACK; in wps_enrollee_get_msg()
493 *op_code = WSC_Done; in wps_enrollee_get_msg()
502 if (*op_code == WSC_MSG && msg) { in wps_enrollee_get_msg()
[all …]
Dwps_i.h197 enum wsc_op_code *op_code);
199 enum wsc_op_code op_code,
204 enum wsc_op_code *op_code);
206 enum wsc_op_code op_code,
Dwps.c202 enum wsc_op_code op_code, in wps_process_msg() argument
206 return wps_registrar_process_msg(wps, op_code, msg); in wps_process_msg()
208 return wps_enrollee_process_msg(wps, op_code, msg); in wps_process_msg()
221 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) in wps_get_msg() argument
224 return wps_registrar_get_msg(wps, op_code); in wps_get_msg()
226 return wps_enrollee_get_msg(wps, op_code); in wps_get_msg()
Dwps_er.c1010 enum wsc_op_code op_code) in wps_er_sta_process() argument
1014 res = wps_process_msg(sta->wps, op_code, msg); in wps_er_sta_process()
1016 struct wpabuf *next = wps_get_msg(sta->wps, &op_code); in wps_er_sta_process()
1092 enum wsc_op_code op_code = WSC_MSG; in wps_er_process_wlanevent_eap() local
1096 op_code = WSC_ACK; in wps_er_process_wlanevent_eap()
1099 op_code = WSC_NACK; in wps_er_process_wlanevent_eap()
1102 op_code = WSC_Done; in wps_er_process_wlanevent_eap()
1106 wps_er_sta_process(sta, msg, op_code); in wps_er_process_wlanevent_eap()
1746 enum wsc_op_code op_code; in wps_er_ap_process() local
1748 op_code = WSC_MSG; in wps_er_ap_process()
[all …]

12