/hal_espressif-3.5.0/components/wpa_supplicant/src/common/ |
D | dpp.c | 417 goto fail; in dpp_parse_uri_chan_list() 420 goto fail; in dpp_parse_uri_chan_list() 443 goto fail; in dpp_parse_uri_chan_list() 448 fail: in dpp_parse_uri_chan_list() 584 goto fail; in dpp_parse_uri_pk() 589 fail: in dpp_parse_uri_pk() 793 goto fail; in dpp_keygen() 798 goto fail; in dpp_keygen() 807 goto fail; in dpp_keygen() 816 goto fail; in dpp_keygen() [all …]
|
D | mbo.c | 391 goto fail; in wpas_mbo_update_non_pref_chan() 405 goto fail; in wpas_mbo_update_non_pref_chan() 417 goto fail; in wpas_mbo_update_non_pref_chan() 427 goto fail; in wpas_mbo_update_non_pref_chan() 448 fail: in wpas_mbo_update_non_pref_chan() 618 goto fail; in wpas_mbo_ie_trans_req() 623 goto fail; in wpas_mbo_ie_trans_req() 636 goto fail; in wpas_mbo_ie_trans_req() 643 goto fail; in wpas_mbo_ie_trans_req() 649 goto fail; in wpas_mbo_ie_trans_req() [all …]
|
D | sae.c | 231 goto fail; in is_quadratic_residue_blind() 239 goto fail; in is_quadratic_residue_blind() 247 goto fail; in is_quadratic_residue_blind() 254 goto fail; in is_quadratic_residue_blind() 257 fail: in is_quadratic_residue_blind() 504 goto fail; in sae_derive_pwe_ecc() 527 goto fail; in sae_derive_pwe_ecc() 547 fail: in sae_derive_pwe_ecc() 695 goto fail; in sae_derive_commit() 706 goto fail; in sae_derive_commit() [all …]
|
/hal_espressif-3.5.0/components/wpa_supplicant/src/utils/ |
D | json.c | 92 goto fail; in json_parse_string() 109 goto fail; in json_parse_string() 132 goto fail; in json_parse_string() 145 goto fail; in json_parse_string() 154 fail: in json_parse_string() 239 goto fail; in json_parse() 252 goto fail; in json_parse() 258 goto fail; in json_parse() 264 goto fail; in json_parse() 275 goto fail; in json_parse() [all …]
|
/hal_espressif-3.5.0/components/fatfs/vfs/ |
D | vfs_fat_spiflash.c | 64 goto fail; in esp_vfs_fat_spiflash_mount() 72 goto fail; in esp_vfs_fat_spiflash_mount() 82 goto fail; in esp_vfs_fat_spiflash_mount() 87 goto fail; in esp_vfs_fat_spiflash_mount() 97 goto fail; in esp_vfs_fat_spiflash_mount() 106 goto fail; in esp_vfs_fat_spiflash_mount() 111 fail: in esp_vfs_fat_spiflash_mount() 161 goto fail; in esp_vfs_fat_rawflash_mount() 170 goto fail; in esp_vfs_fat_rawflash_mount() 178 goto fail; in esp_vfs_fat_rawflash_mount() [all …]
|
D | vfs_fat_sdmmc.c | 105 goto fail; in mount_to_vfs_fat() 115 goto fail; in mount_to_vfs_fat() 120 goto fail; in mount_to_vfs_fat() 128 goto fail; in mount_to_vfs_fat() 133 fail: in mount_to_vfs_fat() 161 goto fail; in partition_card() 171 goto fail; in partition_card() 176 fail: in partition_card()
|
/hal_espressif-3.5.0/tools/unit-test-app/components/test_utils/ |
D | ccomp_timer.c | 44 goto fail; in ccomp_timer_start() 50 goto fail; in ccomp_timer_start() 59 fail: in ccomp_timer_start() 74 goto fail; in ccomp_timer_stop() 79 goto fail; in ccomp_timer_stop() 90 fail: in ccomp_timer_stop()
|
/hal_espressif-3.5.0/components/esp_eth/src/ |
D | esp_eth_netif_glue.c | 92 goto fail; in esp_eth_set_default_handlers() 97 goto fail; in esp_eth_set_default_handlers() 102 goto fail; in esp_eth_set_default_handlers() 107 goto fail; in esp_eth_set_default_handlers() 112 goto fail; in esp_eth_set_default_handlers() 119 fail: in esp_eth_set_default_handlers() 212 goto fail; in esp_eth_set_glue_instance_handlers() 217 goto fail; in esp_eth_set_glue_instance_handlers() 222 goto fail; in esp_eth_set_glue_instance_handlers() 227 goto fail; in esp_eth_set_glue_instance_handlers() [all …]
|
/hal_espressif-3.5.0/components/esptool_py/esptool/espefuse/efuse/esp32c2/ |
D | fields.py | 152 return self.blocks[block_num].num_errors, self.blocks[block_num].fail 270 block.fail = block.num_errors != 0 280 block.fail = reg_value & (1 << fail_bit) != 0 282 ret_fail |= block.fail 283 if not silent and (block.fail or block.num_errors): 286 % (block.id, block.num_errors, block.fail) 309 errs, fail = self.parent.get_block_errors(self.block) 310 if errs != 0 or fail: 312 "[FAIL:%d]" % (fail) 314 else "[ERRS:%d FAIL:%d]" % (errs, fail) [all …]
|
/hal_espressif-3.5.0/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_dpp.c | 104 goto fail; in esp_dpp_rx_auth_req() 113 goto fail; in esp_dpp_rx_auth_req() 123 goto fail; in esp_dpp_rx_auth_req() 135 fail: in esp_dpp_rx_auth_req() 207 goto fail; in esp_dpp_rx_auth_conf() 214 goto fail; in esp_dpp_rx_auth_conf() 221 goto fail; in esp_dpp_rx_auth_conf() 229 fail: in esp_dpp_rx_auth_conf() 269 goto fail; in gas_query_resp_rx() 275 goto fail; in gas_query_resp_rx() [all …]
|
/hal_espressif-3.5.0/components/esptool_py/esptool/espefuse/efuse/esp32c3/ |
D | fields.py | 163 return self.blocks[block_num].num_errors, self.blocks[block_num].fail 272 block.fail = block.num_errors != 0 276 block.fail = False 278 block.fail = self.read_reg(addr_reg_f) & (1 << fail_bit) != 0 288 ret_fail |= block.fail 289 if not silent and (block.fail or block.num_errors): 292 % (block.id, block.num_errors, block.fail) 316 errs, fail = self.parent.get_block_errors(self.block) 317 if errs != 0 or fail: 319 "[FAIL:%d]" % (fail) [all …]
|
/hal_espressif-3.5.0/components/esptool_py/esptool/espefuse/efuse/esp32c6/ |
D | fields.py | 163 return self.blocks[block_num].num_errors, self.blocks[block_num].fail 272 block.fail = block.num_errors != 0 276 block.fail = False 278 block.fail = self.read_reg(addr_reg_f) & (1 << fail_bit) != 0 288 ret_fail |= block.fail 289 if not silent and (block.fail or block.num_errors): 292 % (block.id, block.num_errors, block.fail) 316 errs, fail = self.parent.get_block_errors(self.block) 317 if errs != 0 or fail: 319 "[FAIL:%d]" % (fail) [all …]
|
/hal_espressif-3.5.0/components/esptool_py/esptool/espefuse/efuse/esp32h2/ |
D | fields.py | 163 return self.blocks[block_num].num_errors, self.blocks[block_num].fail 273 block.fail = block.num_errors != 0 277 block.fail = False 279 block.fail = self.read_reg(addr_reg_f) & (1 << fail_bit) != 0 289 ret_fail |= block.fail 290 if not silent and (block.fail or block.num_errors): 293 % (block.id, block.num_errors, block.fail) 317 errs, fail = self.parent.get_block_errors(self.block) 318 if errs != 0 or fail: 320 "[FAIL:%d]" % (fail) [all …]
|
/hal_espressif-3.5.0/components/esptool_py/esptool/espefuse/efuse/esp32h2beta1/ |
D | fields.py | 157 return self.blocks[block_num].num_errors, self.blocks[block_num].fail 268 block.fail = block.num_errors != 0 278 block.fail = reg_value & (1 << fail_bit) != 0 280 ret_fail |= block.fail 281 if not silent and (block.fail or block.num_errors): 284 % (block.id, block.num_errors, block.fail) 307 errs, fail = self.parent.get_block_errors(self.block) 308 if errs != 0 or fail: 310 "[FAIL:%d]" % (fail) 312 else "[ERRS:%d FAIL:%d]" % (errs, fail) [all …]
|
/hal_espressif-3.5.0/components/esptool_py/esptool/espefuse/efuse/esp32s3/ |
D | fields.py | 163 return self.blocks[block_num].num_errors, self.blocks[block_num].fail 274 block.fail = block.num_errors != 0 284 block.fail = reg_value & (1 << fail_bit) != 0 286 ret_fail |= block.fail 287 if not silent and (block.fail or block.num_errors): 290 % (block.id, block.num_errors, block.fail) 324 errs, fail = self.parent.get_block_errors(self.block) 325 if errs != 0 or fail: 327 "[FAIL:%d]" % (fail) 329 else "[ERRS:%d FAIL:%d]" % (errs, fail) [all …]
|
/hal_espressif-3.5.0/components/esptool_py/esptool/espefuse/efuse/esp32s3beta2/ |
D | fields.py | 163 return self.blocks[block_num].num_errors, self.blocks[block_num].fail 274 block.fail = block.num_errors != 0 284 block.fail = reg_value & (1 << fail_bit) != 0 286 ret_fail |= block.fail 287 if not silent and (block.fail or block.num_errors): 290 % (block.id, block.num_errors, block.fail) 324 errs, fail = self.parent.get_block_errors(self.block) 325 if errs != 0 or fail: 327 "[FAIL:%d]" % (fail) 329 else "[ERRS:%d FAIL:%d]" % (errs, fail) [all …]
|
/hal_espressif-3.5.0/components/esp_wifi/src/ |
D | wifi_default.c | 165 goto fail; in _esp_wifi_set_default_wifi_handlers() 170 goto fail; in _esp_wifi_set_default_wifi_handlers() 175 goto fail; in _esp_wifi_set_default_wifi_handlers() 180 goto fail; in _esp_wifi_set_default_wifi_handlers() 186 goto fail; in _esp_wifi_set_default_wifi_handlers() 191 goto fail; in _esp_wifi_set_default_wifi_handlers() 197 goto fail; in _esp_wifi_set_default_wifi_handlers() 202 goto fail; in _esp_wifi_set_default_wifi_handlers() 207 fail: in _esp_wifi_set_default_wifi_handlers()
|
/hal_espressif-3.5.0/components/esptool_py/esptool/espefuse/efuse/esp32s2/ |
D | fields.py | 163 return self.blocks[block_num].num_errors, self.blocks[block_num].fail 320 block.fail = block.num_errors != 0 330 block.fail = reg_value & (1 << fail_bit) != 0 332 ret_fail |= block.fail 333 if not silent and (block.fail or block.num_errors): 336 % (block.id, block.num_errors, block.fail) 370 errs, fail = self.parent.get_block_errors(self.block) 371 if errs != 0 or fail: 373 "[FAIL:%d]" % (fail) 375 else "[ERRS:%d FAIL:%d]" % (errs, fail) [all …]
|
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_core/ |
D | provisioner_prov.c | 1696 goto fail; 1704 goto fail; 1711 goto fail; 1720 goto fail; 1728 goto fail; 1735 goto fail; 1750 goto fail; 1757 goto fail; 1808 goto fail; 1822 goto fail; [all …]
|
/hal_espressif-3.5.0/components/esp_hw_support/test/ |
D | test_rtc_clk.c | 204 int i = 0, fail = 0; in start_freq() local 236 fail = 1; in start_freq() 248 fail = 1; in start_freq() 260 TEST_ASSERT_MESSAGE(fail == 0, "Test failed"); in start_freq() 266 int i = 0, fail = 0; variable 294 fail = 1; 301 TEST_ASSERT_MESSAGE(fail == 0, "Test failed");
|
D | test_fp.c | 167 int fail; member 184 state->fail++; in tskTestFP() 207 if (state.fail) { 209 printf("Failed: %d, total: %d\r\n", state.fail, total); 211 TEST_ASSERT(state.fail == 0);
|
/hal_espressif-3.5.0/components/wpa_supplicant/src/crypto/ |
D | crypto_mbedtls-ec.c | 540 goto fail; in crypto_ec_set_pubkey_point() 544 goto fail; in crypto_ec_set_pubkey_point() 548 goto fail; in crypto_ec_set_pubkey_point() 554 goto fail; in crypto_ec_set_pubkey_point() 559 goto fail; in crypto_ec_set_pubkey_point() 566 fail: in crypto_ec_set_pubkey_point() 675 goto fail; in crypto_ec_get_key() 680 fail: in crypto_ec_get_key() 744 goto fail; in crypto_ecdh() 753 goto fail; in crypto_ecdh() [all …]
|
/hal_espressif-3.5.0/components/wpa_supplicant/src/tls/ |
D | tlsv1_client_read.c | 424 goto fail; in tlsv1_process_diffie_hellman() 431 goto fail; in tlsv1_process_diffie_hellman() 435 goto fail; in tlsv1_process_diffie_hellman() 442 goto fail; in tlsv1_process_diffie_hellman() 446 goto fail; in tlsv1_process_diffie_hellman() 449 goto fail; in tlsv1_process_diffie_hellman() 455 goto fail; in tlsv1_process_diffie_hellman() 458 goto fail; in tlsv1_process_diffie_hellman() 462 goto fail; in tlsv1_process_diffie_hellman() 465 goto fail; in tlsv1_process_diffie_hellman() [all …]
|
/hal_espressif-3.5.0/components/mbedtls/test/ |
D | test_mbedtls_mpi.c | 157 bool fail = false; in test_bignum_modexp() local 174 fail = true; in test_bignum_modexp() 187 fail = true; in test_bignum_modexp() 196 if (fail == true) { in test_bignum_modexp() 201 return fail; in test_bignum_modexp()
|
/hal_espressif-3.5.0/components/esptool_py/esptool/espefuse/efuse/ |
D | base_fields.py | 160 self.fail = False 367 if self.fail or self.num_errors: 371 % (self.id, burns, self.fail, self.num_errors) 374 if not self.fail and self.num_errors == 0: 504 old_fail = block.fail 507 if (block.fail and old_fail != block.fail) or ( 556 self.fail = False 674 self.fail = not err_bitarray.read(field_len).all(False) 676 self.fail = self.parent.blocks[self.block].fail
|