/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
D | eap_wsc.c | 234 const u8 *buf, size_t len, u8 op_code) in eap_wsc_process_cont() argument 237 if (op_code != data->in_op_code) { in eap_wsc_process_cont() 240 op_code, data->in_op_code); in eap_wsc_process_cont() 261 u8 id, u8 flags, u8 op_code, in eap_wsc_process_fragment() argument 282 data->in_op_code = op_code; in eap_wsc_process_fragment() 301 u8 op_code, flags, id; in eap_wsc_process() local 318 op_code = *pos++; in eap_wsc_process() 339 op_code, flags, message_length); in eap_wsc_process() 342 if (op_code != WSC_FRAG_ACK) { in eap_wsc_process() 344 "in WAIT_FRAG_ACK state", op_code); in eap_wsc_process() [all …]
|
D | eap_pax.c | 101 u8 id, u8 op_code, size_t plen) in eap_pax_alloc_resp() argument 112 pax->op_code = op_code; in eap_pax_alloc_resp() 354 req->op_code, req->flags, req->mac_id, req->dh_group_id, in eap_pax_process() 416 if (req->op_code == EAP_PAX_OP_STD_1) { in eap_pax_process() 439 switch (req->op_code) { in eap_pax_process() 448 "op_code %d", req->op_code); in eap_pax_process()
|
D | eap_mschapv2.c | 37 u8 op_code; /* MSCHAPV2_OP_* */ member 179 ms->op_code = MSCHAPV2_OP_RESPONSE; in eap_mschapv2_challenge_reply() 529 ms->op_code = MSCHAPV2_OP_CHANGE_PASSWORD; in eap_mschapv2_change_password() 795 switch (ms->op_code) { in eap_mschapv2_process() 806 ms->op_code); in eap_mschapv2_process()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_wsc.c | 321 const u8 *buf, size_t len, u8 op_code) in eap_wsc_process_cont() argument 324 if (op_code != data->in_op_code) { in eap_wsc_process_cont() 327 op_code, data->in_op_code); in eap_wsc_process_cont() 348 u8 id, u8 flags, u8 op_code, in eap_wsc_process_fragment() argument 369 data->in_op_code = op_code; in eap_wsc_process_fragment() 388 u8 op_code, flags, id; in eap_wsc_process() local 406 op_code = *pos++; in eap_wsc_process() 427 op_code, flags, message_length); in eap_wsc_process() 430 if (op_code != WSC_FRAG_ACK) { in eap_wsc_process() 432 "in WAIT_FRAG_ACK state", op_code); in eap_wsc_process() [all …]
|
D | eap_pax.c | 94 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() 347 req->op_code, req->flags, req->mac_id, req->dh_group_id, in eap_pax_process() 409 if (req->op_code == EAP_PAX_OP_STD_1) { in eap_pax_process() 432 switch (req->op_code) { in eap_pax_process() 441 "op_code %d", req->op_code); in eap_pax_process()
|
D | eap_mschapv2.c | 32 u8 op_code; /* MSCHAPV2_OP_* */ member 174 ms->op_code = MSCHAPV2_OP_RESPONSE; in eap_mschapv2_challenge_reply() 529 ms->op_code = MSCHAPV2_OP_CHANGE_PASSWORD; in eap_mschapv2_change_password() 795 switch (ms->op_code) { in eap_mschapv2_process() 806 ms->op_code); in eap_mschapv2_process()
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
D | eap_wsc.c | 277 const u8 *buf, size_t len, u8 op_code) in eap_wsc_process_cont() argument 280 if (op_code != data->in_op_code) { in eap_wsc_process_cont() 283 op_code, data->in_op_code); in eap_wsc_process_cont() 304 u8 flags, u8 op_code, u16 message_length, in eap_wsc_process_fragment() argument 322 data->in_op_code = op_code; in eap_wsc_process_fragment() 340 u8 op_code, flags; in eap_wsc_process() local 359 op_code = *pos++; in eap_wsc_process() 378 op_code, flags, message_length); in eap_wsc_process() 381 if (op_code != WSC_FRAG_ACK) { in eap_wsc_process() 383 "in WAIT_FRAG_ACK state", op_code); in eap_wsc_process() [all …]
|
D | eap_mschapv2.c | 23 u8 op_code; /* MSCHAPV2_OP_* */ member 130 ms->op_code = MSCHAPV2_OP_CHALLENGE; in eap_mschapv2_build_challenge() 168 ms->op_code = MSCHAPV2_OP_SUCCESS; in eap_mschapv2_build_success_req() 211 ms->op_code = MSCHAPV2_OP_FAILURE; in eap_mschapv2_build_failure_req() 262 resp->op_code != MSCHAPV2_OP_RESPONSE) { in eap_mschapv2_check() 264 "ignore op %d", resp->op_code); in eap_mschapv2_check() 269 resp->op_code != MSCHAPV2_OP_SUCCESS && in eap_mschapv2_check() 270 resp->op_code != MSCHAPV2_OP_FAILURE) { in eap_mschapv2_check() 272 "Failure - ignore op %d", resp->op_code); in eap_mschapv2_check() 277 resp->op_code != MSCHAPV2_OP_FAILURE) { in eap_mschapv2_check() [all …]
|
D | eap_pax.c | 102 pax->op_code = EAP_PAX_OP_STD_1; in eap_pax_build_std_1() 143 pax->op_code = EAP_PAX_OP_STD_3; in eap_pax_build_std_3() 209 resp->op_code, resp->flags, resp->mac_id, resp->dh_group_id, in eap_pax_check() 215 resp->op_code != EAP_PAX_OP_STD_2) { in eap_pax_check() 217 "ignore op %d", resp->op_code); in eap_pax_check() 222 resp->op_code != EAP_PAX_OP_ACK) { in eap_pax_check() 224 "ignore op %d", resp->op_code); in eap_pax_check() 228 if (resp->op_code != EAP_PAX_OP_STD_2 && in eap_pax_check() 229 resp->op_code != EAP_PAX_OP_ACK) { in eap_pax_check() 231 resp->op_code); in eap_pax_check() [all …]
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_wsc.c | 291 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 …]
|
D | eap_server_mschapv2.c | 18 u8 op_code; /* MSCHAPV2_OP_* */ member 125 ms->op_code = MSCHAPV2_OP_CHALLENGE; in eap_mschapv2_build_challenge() 163 ms->op_code = MSCHAPV2_OP_SUCCESS; in eap_mschapv2_build_success_req() 206 ms->op_code = MSCHAPV2_OP_FAILURE; in eap_mschapv2_build_failure_req() 257 resp->op_code != MSCHAPV2_OP_RESPONSE) { in eap_mschapv2_check() 259 "ignore op %d", resp->op_code); in eap_mschapv2_check() 264 resp->op_code != MSCHAPV2_OP_SUCCESS && in eap_mschapv2_check() 265 resp->op_code != MSCHAPV2_OP_FAILURE) { in eap_mschapv2_check() 267 "Failure - ignore op %d", resp->op_code); in eap_mschapv2_check() 272 resp->op_code != MSCHAPV2_OP_FAILURE) { in eap_mschapv2_check() [all …]
|
D | eap_server_pax.c | 97 pax->op_code = EAP_PAX_OP_STD_1; in eap_pax_build_std_1() 138 pax->op_code = EAP_PAX_OP_STD_3; in eap_pax_build_std_3() 204 resp->op_code, resp->flags, resp->mac_id, resp->dh_group_id, in eap_pax_check() 210 resp->op_code != EAP_PAX_OP_STD_2) { in eap_pax_check() 212 "ignore op %d", resp->op_code); in eap_pax_check() 217 resp->op_code != EAP_PAX_OP_ACK) { in eap_pax_check() 219 "ignore op %d", resp->op_code); in eap_pax_check() 223 if (resp->op_code != EAP_PAX_OP_STD_2 && in eap_pax_check() 224 resp->op_code != EAP_PAX_OP_ACK) { in eap_pax_check() 226 resp->op_code); in eap_pax_check() [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | wps.c | 134 enum wsc_op_code op_code, in wps_process_msg() argument 138 return wps_registrar_process_msg(wps, op_code, msg); in wps_process_msg() 140 return wps_enrollee_process_msg(wps, op_code, msg); in wps_process_msg() 153 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) in wps_get_msg() argument 156 return wps_registrar_get_msg(wps, op_code); in wps_get_msg() 158 return wps_enrollee_get_msg(wps, op_code); in wps_get_msg()
|
D | wps_enrollee.c | 403 enum wsc_op_code *op_code) in wps_enrollee_get_msg() argument 410 *op_code = WSC_MSG; in wps_enrollee_get_msg() 414 *op_code = WSC_MSG; in wps_enrollee_get_msg() 418 *op_code = WSC_MSG; in wps_enrollee_get_msg() 422 *op_code = WSC_MSG; in wps_enrollee_get_msg() 427 *op_code = WSC_NACK; in wps_enrollee_get_msg() 431 *op_code = WSC_ACK; in wps_enrollee_get_msg() 439 *op_code = WSC_NACK; in wps_enrollee_get_msg() 443 *op_code = WSC_Done; in wps_enrollee_get_msg() 452 if (*op_code == WSC_MSG && msg) { in wps_enrollee_get_msg() [all …]
|
D | wps_i.h | 227 enum wsc_op_code *op_code); 229 enum wsc_op_code op_code, 234 enum wsc_op_code *op_code); 236 enum wsc_op_code op_code,
|
D | wps_registrar.c | 1444 enum wsc_op_code *op_code) in wps_registrar_get_msg() argument 1469 *op_code = WSC_ACK; in wps_registrar_get_msg() 1472 *op_code = WSC_NACK; in wps_registrar_get_msg() 1475 *op_code = WSC_MSG; in wps_registrar_get_msg() 1497 *op_code = WSC_MSG; in wps_registrar_get_msg() 1501 *op_code = WSC_MSG; in wps_registrar_get_msg() 1505 *op_code = WSC_MSG; in wps_registrar_get_msg() 1509 *op_code = WSC_MSG; in wps_registrar_get_msg() 1513 *op_code = WSC_MSG; in wps_registrar_get_msg() 1517 *op_code = WSC_ACK; in wps_registrar_get_msg() [all …]
|
D | wps.h | 156 enum wsc_op_code op_code, 159 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_enrollee.c | 412 enum wsc_op_code *op_code) in wps_enrollee_get_msg() argument 419 *op_code = WSC_MSG; in wps_enrollee_get_msg() 423 *op_code = WSC_MSG; in wps_enrollee_get_msg() 427 *op_code = WSC_MSG; in wps_enrollee_get_msg() 431 *op_code = WSC_MSG; in wps_enrollee_get_msg() 436 *op_code = WSC_NACK; in wps_enrollee_get_msg() 440 *op_code = WSC_ACK; in wps_enrollee_get_msg() 448 *op_code = WSC_NACK; in wps_enrollee_get_msg() 452 *op_code = WSC_Done; in wps_enrollee_get_msg() 461 if (*op_code == WSC_MSG && msg) { in wps_enrollee_get_msg() [all …]
|
D | wps.c | 156 enum wsc_op_code op_code, in wps_process_msg() argument 160 return wps_registrar_process_msg(wps, op_code, msg); in wps_process_msg() 162 return wps_enrollee_process_msg(wps, op_code, msg); in wps_process_msg() 175 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) in wps_get_msg() argument 178 return wps_registrar_get_msg(wps, op_code); in wps_get_msg() 180 return wps_enrollee_get_msg(wps, op_code); in wps_get_msg()
|
D | wps_i.h | 273 enum wsc_op_code *op_code); 275 enum wsc_op_code op_code, 280 enum wsc_op_code *op_code); 282 enum wsc_op_code op_code,
|
D | wps_er.c | 1028 enum wsc_op_code op_code) in wps_er_sta_process() argument 1032 res = wps_process_msg(sta->wps, op_code, msg); in wps_er_sta_process() 1034 struct wpabuf *next = wps_get_msg(sta->wps, &op_code); in wps_er_sta_process() 1110 enum wsc_op_code op_code = WSC_MSG; in wps_er_process_wlanevent_eap() local 1114 op_code = WSC_ACK; in wps_er_process_wlanevent_eap() 1117 op_code = WSC_NACK; in wps_er_process_wlanevent_eap() 1120 op_code = WSC_Done; in wps_er_process_wlanevent_eap() 1124 wps_er_sta_process(sta, msg, op_code); in wps_er_process_wlanevent_eap() 1715 enum wsc_op_code op_code; in wps_er_ap_process() local 1717 op_code = WSC_MSG; in wps_er_ap_process() [all …]
|
D | wps_registrar.c | 1844 enum wsc_op_code *op_code) in wps_registrar_get_msg() argument 1869 *op_code = WSC_ACK; in wps_registrar_get_msg() 1872 *op_code = WSC_NACK; in wps_registrar_get_msg() 1875 *op_code = WSC_MSG; in wps_registrar_get_msg() 1897 *op_code = WSC_MSG; in wps_registrar_get_msg() 1901 *op_code = WSC_MSG; in wps_registrar_get_msg() 1905 *op_code = WSC_MSG; in wps_registrar_get_msg() 1909 *op_code = WSC_MSG; in wps_registrar_get_msg() 1913 *op_code = WSC_MSG; in wps_registrar_get_msg() 1917 *op_code = WSC_ACK; in wps_registrar_get_msg() [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
D | eap_pax_common.h | 23 u8 op_code; member
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_pax_common.h | 17 u8 op_code; member
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readdwarf.c | 341 UChar op_code; in process_extended_line_op() local 358 op_code = * data ++; in process_extended_line_op() 360 if (0) VG_(printf)("dwarf2: ext OPC: %d\n", op_code); in process_extended_line_op() 362 switch (op_code) { in process_extended_line_op() 392 (Int)op_code); in process_extended_line_op() 400 (Int)op_code, (Addr)adr); in process_extended_line_op() 732 UChar op_code; in read_dwarf2_lineblock() local 736 op_code = * data ++; in read_dwarf2_lineblock() 738 if (0) VG_(printf)("dwarf2: OPC: %d\n", op_code); in read_dwarf2_lineblock() 740 if (op_code >= info.li_opcode_base) { in read_dwarf2_lineblock() [all …]
|