Searched refs:middle (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-3.4.0/components/mbedtls/esp_crt_bundle/ |
D | esp_crt_bundle.c | 121 int middle = (end - start) / 2; in esp_crt_verify_callback() local 125 name_len = s_crt_bundle.crts[middle][0] << 8 | s_crt_bundle.crts[middle][1]; in esp_crt_verify_callback() 126 crt_name = s_crt_bundle.crts[middle] + CRT_HEADER_OFFSET; in esp_crt_verify_callback() 133 end = middle - 1; in esp_crt_verify_callback() 135 start = middle + 1; in esp_crt_verify_callback() 137 middle = (start + end) / 2; in esp_crt_verify_callback() 142 size_t key_len = s_crt_bundle.crts[middle][2] << 8 | s_crt_bundle.crts[middle][3]; in esp_crt_verify_callback() 143 …ret = esp_crt_check_signature(child, s_crt_bundle.crts[middle] + CRT_HEADER_OFFSET + name_len, key… in esp_crt_verify_callback()
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/ap/ |
D | ap_config.c | 194 int start, end, middle, res; in hostapd_maclist_found() local 200 middle = (start + end) / 2; in hostapd_maclist_found() 201 res = memcmp(list[middle].addr, addr, ETH_ALEN); in hostapd_maclist_found() 204 *vlan_id = list[middle].vlan_id; in hostapd_maclist_found() 208 start = middle + 1; in hostapd_maclist_found() 210 end = middle - 1; in hostapd_maclist_found()
|
/hal_espressif-3.4.0/components/esp_system/ |
D | eh_frame_parser.c | 418 uint32_t middle = (end + begin) / 2; in esp_eh_frame_find_entry() local 431 while (end != 0 && middle != (length - 1) && !found) { in esp_eh_frame_find_entry() 432 const uint32_t fun_addr = sorted_table[middle].fun_addr; in esp_eh_frame_find_entry() 433 const uint32_t nxt_addr = sorted_table[middle + 1].fun_addr; in esp_eh_frame_find_entry() 436 ra = return_address - (uint32_t) (sorted_table + middle); in esp_eh_frame_find_entry() 446 begin = middle + 1; in esp_eh_frame_find_entry() 448 end = middle; in esp_eh_frame_find_entry() 456 begin = middle + 1; in esp_eh_frame_find_entry() 458 end = middle; in esp_eh_frame_find_entry() 461 middle = (end + begin) / 2; in esp_eh_frame_find_entry() [all …]
|
/hal_espressif-3.4.0/docs/en/api-guides/ |
D | wifi-security.rst | 24 …- Launching man-in-the-middle attack by forcing clients to deauth from legitimate AP and associati…
|
/hal_espressif-3.4.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/ |
D | asm_arm.inc | 578 /* Add middle terms */ 753 /* Add middle terms */
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_acceptor/ |
D | ESP32_SSP.md | 30 …ondary goals are to protect against passive eavesdropping and man-in-the-middle (MITM) attacks (ac…
|
/hal_espressif-3.4.0/docs/en/hw-reference/esp32/ |
D | get-started-wrover-kit-v3.rst | 159 The JP1 connector consists of 14x2 male pins whose functions are shown in the middle two "I/O" colu…
|
D | get-started-wrover-kit.rst | 166 The JP1 connector consists of 14x2 male pins whose functions are shown in the middle two "I/O" colu…
|
/hal_espressif-3.4.0/examples/storage/spiffsgen/spiffs_image/sub/ |
D | alice.txt | 141 door, she walked sadly down the middle, wondering how she was ever to 472 in the middle. Alice kept her eyes anxiously fixed on it, for she felt 771 kind of thing never happened, and now here I am in the middle of one! 894 in the middle, being held up by two guinea-pigs, who were giving it 1332 the middle, nursing a baby; the cook was leaning over the fire, stirring 2324 in the middle of her favourite word ‘moral,’ and the arm that was linked 2837 and a scroll of parchment in the other. In the very middle of the court 3638 including obsolete, old, middle-aged and new computers. It exists
|