/hal_espressif-2.7.6/components/wpa_supplicant/src/crypto/ |
D | sha256-internal.c | 147 static int sha256_compress(struct sha256_state *md, unsigned char *buf) in sha256_compress() argument 155 S[i] = md->state[i]; in sha256_compress() 183 md->state[i] = md->state[i] + S[i]; in sha256_compress() 190 void sha256_init(struct sha256_state *md) in sha256_init() argument 192 md->curlen = 0; in sha256_init() 193 md->length = 0; in sha256_init() 194 md->state[0] = 0x6A09E667UL; in sha256_init() 195 md->state[1] = 0xBB67AE85UL; in sha256_init() 196 md->state[2] = 0x3C6EF372UL; in sha256_init() 197 md->state[3] = 0xA54FF53AUL; in sha256_init() [all …]
|
D | sha256_i.h | 20 void sha256_init(struct sha256_state *md); 21 int sha256_process(struct sha256_state *md, const unsigned char *in, 23 int sha256_done(struct sha256_state *md, unsigned char *out);
|
/hal_espressif-2.7.6/examples/wifi/ |
D | README.md | 9 See the [README.md](./wpa2_enterprise/README.md) file in the project [wpa2_enterprise](./wpa2_enter… 15 See the [README.md](./power_save/README.md) file in the project [power_save](./power_save/). 21 See the [README.md](./wps/README.md) file in the project [wps](./wps/). 27 See the [README.md](./espnow/README.md) file in the project [espnow](./espnow/). 33 See the [README.md](./fast_scan/README.md) file in the project [fast_scan](./fast_scan/). 39 See the [README.md](./scan/README.md) file in the project [scan](./scan/). 45 See the [README.md](./ftm/README.md) file in the project [ftm](./ftm/). 49 See the [README.md](../README.md) file in the upper level [examples](../) directory for more inform…
|
/hal_espressif-2.7.6/examples/bluetooth/nimble/ |
D | README.md | 13 See the [README.md](./bleprph/README.md) file in the example [bleprph](./bleprph/). 20 See the [README.md](./bleprph_wifi_coex/README.md) file in the example [bleprph_wifi_coex](./bleprp… 26 See the [README.md](./blecent/README.md) file in the example [blecent](./blecent/). 32 See the [README.md](./blemesh/README.md) file in the example [blemesh](./blemesh/). 38 See the [README.md](./blehr/README.md) file in the example [blehr](./blehr/). 42 See the [README.md](../../README.md) file in the upper level [examples](../../) directory for more …
|
/hal_espressif-2.7.6/examples/bluetooth/hci/ |
D | README.md | 13 See the [README.md](./controller_hci_uart/README.md) file in the example [controller_hci_uart](./co… 19 See the [README.md](./controller_vhci_ble_adv/README.md) file in the example [controller_vhci_ble_a… 25 See the [README.md](./ble_adv_scan_combined/README.md) file in the example [ble_adv_scan_combined](…
|
/hal_espressif-2.7.6/docs/zh_CN/api-reference/bluetooth/ |
D | index.rst | 24 …file:`GATT 客户端示例 <bluetooth/bluedroid/ble/gatt_client/tutorial/Gatt_Client_Example_Walkthrough.md>` 25 …bluedroid/ble/gatt_server_service_table/tutorial/Gatt_Server_Service_Table_Example_Walkthrough.md>` 26 …file:`GATT 服务端示例 <bluetooth/bluedroid/ble/gatt_server/tutorial/Gatt_Server_Example_Walkthrough.md>` 27 …bluetooth/bluedroid/ble/gatt_security_client/tutorial/Gatt_Security_Client_Example_Walkthrough.md>` 28 …bluetooth/bluedroid/ble/gatt_security_server/tutorial/Gatt_Security_Server_Example_Walkthrough.md>` 29 …th/bluedroid/ble/gattc_multi_connect/tutorial/Gatt_Client_Multi_Connection_Example_Walkthrough.md>`
|
/hal_espressif-2.7.6/docs/en/api-reference/bluetooth/ |
D | index.rst | 31 …mple Walkthrough <bluetooth/bluedroid/ble/gatt_client/tutorial/Gatt_Client_Example_Walkthrough.md>` 32 …bluedroid/ble/gatt_server_service_table/tutorial/Gatt_Server_Service_Table_Example_Walkthrough.md>` 33 …mple Walkthrough <bluetooth/bluedroid/ble/gatt_server/tutorial/Gatt_Server_Example_Walkthrough.md>` 34 …bluetooth/bluedroid/ble/gatt_security_client/tutorial/Gatt_Security_Client_Example_Walkthrough.md>` 35 …bluetooth/bluedroid/ble/gatt_security_server/tutorial/Gatt_Security_Server_Example_Walkthrough.md>` 36 …th/bluedroid/ble/gattc_multi_connect/tutorial/Gatt_Client_Multi_Connection_Example_Walkthrough.md>`
|
/hal_espressif-2.7.6/docs/zh_CN/contribute/ |
D | creating-examples.rst | 13 - 示例项目需要包含一个 ``README.md`` 文件,建议使用 :idf_file:`示例项目 README 模板 <docs/TEMPLATE_EXAMPLE_README.md>` ,并… 26 - 示例项目的名字(包括 ``Makefile`` 和 ``README.md`` 中)应使用 ``example``,而不要写 “demo”,“test” 等词汇。 28 - 每个示例项目应包含一个 ``README.md`` 文件,建议使用 :idf_file:`示例项目 README 模板 <docs/TEMPLATE_EXAMPLE_README.md>`。
|
/hal_espressif-2.7.6/docs/en/api-guides/esp-ble-mesh/ |
D | ble-mesh-feature-list.rst | 116 …sp_ble_mesh/ble_mesh_node/onoff_client/tutorial/BLE_Mesh_Node_OnOff_Client_Example_Walkthrough.md>` 117 …sp_ble_mesh/ble_mesh_node/onoff_server/tutorial/BLE_Mesh_Node_OnOff_Server_Example_Walkthrough.md>` 120 …<bluetooth/esp_ble_mesh/ble_mesh_provisioner/tutorial/BLE_Mesh_Provisioner_Example_Walkthrough.md>` 123 …le_mesh_fast_provision/fast_prov_client/tutorial/BLE_Mesh_Fast_Prov_Client_Example_Walkthrough.md>` 124 …le_mesh_fast_provision/fast_prov_server/tutorial/BLE_Mesh_Fast_Prov_Server_Example_Walkthrough.md>` 128 …luetooth/esp_ble_mesh/ble_mesh_wifi_coexist/tutorial/BLE_Mesh_WiFi_Coexist_Example_Walkthrough.md>`
|
/hal_espressif-2.7.6/examples/protocols/modbus/tcp/ |
D | README.md | 15 See README.md for each individual project for more information. 22 The master and slave boards should be connected to the same network (see the README.md file in exam… 23 See the connection schematic in README.md files of each example. 28 Please refer to README.md files of each example project for more information. This example uses the… 37 Refer to README.md file in the appropriate example folder for more information about master and sla…
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gattc_multi_connect/tutorial/ |
D | Gatt_Client_Multi_Connection_Example_Walkthrough.md | 6 …le Walkthrough](../../gatt_client/tutorial/Gatt_Client_Example_Walkthrough.md) and is shown in the… 16 …_Example_Walkthrough.md#includes) in [GATT Client Example Walkthrough](../../gatt_client/tutorial/… 19 …mple_Walkthrough.md#main-entry-point) in [GATT Client Example Walkthrough](../../gatt_client/tutor… 31 …mple_Walkthrough.md#main-entry-point) in [GATT Client Example Walkthrough](../../gatt_client/tutor… 48 …le_Walkthrough.md#application-profiles) in [GATT Client Example Walkthrough](../../gatt_client/tut… 53 …_Walkthrough.md#setting-scan-parameters) in [GATT Client Example Walkthrough](../../gatt_client/tu… 56 …ample_Walkthrough.md#start-scanning) in [GATT Client Example Walkthrough](../../gatt_client/tutori… 59 …ample_Walkthrough.md#start-scanning) in [GATT Client Example Walkthrough](../../gatt_client/tutori…
|
/hal_espressif-2.7.6/docs/en/contribute/ |
D | creating-examples.rst | 13 …e example should have a ``README.md`` file. Use the :idf_file:`template example README <docs/TEMPL… 26 * Example project name (in ``Makefile`` and ``README.md``) uses the word "example". Use "example" i… 28 * Example has a ``README.md`` file which is similar to the :idf_file:`template example README <docs…
|
/hal_espressif-2.7.6/examples/protocols/openssl_client/ |
D | README.md | 7 …Wi-Fi or Ethernet Connection" section in [examples/protocols/README.md](../README.md) for more det… 17 See the README.md file in the upper level 'examples' directory for more information about examples.
|
/hal_espressif-2.7.6/examples/peripherals/secure_element/atecc608_ecdsa/ |
D | README.md | 6 ….com/espressif/esp-cryptoauthlib/blob/master/esp_cryptoauth_utility/README.md#using-atecc608a-with… 7 See the README.md file in the upper level examples directory for more information about examples. 12 ….com/espressif/esp-cryptoauthlib/blob/master/esp_cryptoauth_utility/README.md#esp_cryptoauth_utili… 17 ….com/espressif/esp-cryptoauthlib/blob/master/esp_cryptoauth_utility/README.md#find-type-of-atecc60…
|
/hal_espressif-2.7.6/examples/protocols/asio/tcp_echo_server/ |
D | README.md | 13 …i-Fi or Ethernet Connection" section in [examples/protocols/README.md](../../README.md) for more d… 19 See the README.md file in the upper level 'examples' directory for more information about examples.
|
/hal_espressif-2.7.6/examples/protocols/asio/udp_echo_server/ |
D | README.md | 13 …i-Fi or Ethernet Connection" section in [examples/protocols/README.md](../../README.md) for more d… 19 See the README.md file in the upper level 'examples' directory for more information about examples.
|
/hal_espressif-2.7.6/examples/protocols/http_server/persistent_sockets/ |
D | README.md | 6 …i-Fi or Ethernet Connection" section in [examples/protocols/README.md](../../README.md) for more d… 15 See the README.md file in the upper level 'examples' directory for more information about examples.
|
/hal_espressif-2.7.6/examples/protocols/asio/chat_client/ |
D | README.md | 13 …i-Fi or Ethernet Connection" section in [examples/protocols/README.md](../../README.md) for more d… 20 See the README.md file in the upper level 'examples' directory for more information about examples.
|
/hal_espressif-2.7.6/examples/protocols/asio/chat_server/ |
D | README.md | 13 …i-Fi or Ethernet Connection" section in [examples/protocols/README.md](../../README.md) for more d… 23 See the README.md file in the upper level 'examples' directory for more information about examples.
|
/hal_espressif-2.7.6/examples/protocols/openssl_server/ |
D | README.md | 7 …Wi-Fi or Ethernet Connection" section in [examples/protocols/README.md](../README.md) for more det… 22 See the README.md file in the upper level 'examples' directory for more information about examples.
|
/hal_espressif-2.7.6/examples/ethernet/basic/ |
D | README.md | 2 (See the README.md file in the upper level 'examples' directory for more information about examples… 24 See common pin assignments for Ethernet examples from [upper level](../README.md#common-pin-assignm… 32 See common configurations for Ethernet examples from [upper level](../README.md#common-configuratio… 67 See common troubleshooting for Ethernet examples from [upper level](../README.md#common-troubleshoo…
|
/hal_espressif-2.7.6/examples/protocols/http_server/simple/ |
D | README.md | 7 …i-Fi or Ethernet Connection" section in [examples/protocols/README.md](../../README.md) for more d… 24 See the README.md file in the upper level 'examples' directory for more information about examples.
|
/hal_espressif-2.7.6/examples/protocols/websocket/ |
D | README.md | 3 (See the README.md file in the upper level 'examples' directory for more information about examples… 15 …i-Fi or Ethernet Connection" section in [examples/protocols/README.md](../../README.md) for more d…
|
/hal_espressif-2.7.6/examples/protocols/https_x509_bundle/ |
D | README.md | 6 See the README.md file in the upper level 'examples' directory for more information about examples. 15 …Wi-Fi or Ethernet Connection" section in [examples/protocols/README.md](../README.md) for more det…
|
/hal_espressif-2.7.6/examples/get-started/ |
D | README.md | 5 See the [README.md](../README.md) file in the upper level [examples](../) directory for more inform…
|