/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | rc4.c | 16 int rc4_skip(const u8 *key, size_t keylen, size_t skip, in rc4_skip() argument 38 for (k = 0; k < skip; k++) { in rc4_skip()
|
D | tls_internal.c | 419 int ret = -1, skip = 0; in tls_connection_prf() local 424 skip = tls_get_keyblock_size(conn); in tls_connection_prf() 425 if (skip < 0) in tls_connection_prf() 427 tmp_out = os_malloc(skip + out_len); in tls_connection_prf() 437 _out, skip + out_len); in tls_connection_prf() 444 _out, skip + out_len); in tls_connection_prf() 448 os_memcpy(out, _out + skip, out_len); in tls_connection_prf() 449 bin_clear_free(tmp_out, skip); in tls_connection_prf()
|
D | crypto.h | 485 int rc4_skip(const u8 *key, size_t keylen, size_t skip,
|
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_modem.c | 318 bool skip = false; in sleep_modem_wifi_modem_state_skip_light_sleep() local 323 skip = sleep_modem_wifi_modem_state_enabled() && !sleep_modem_wifi_modem_link_done(); in sleep_modem_wifi_modem_state_skip_light_sleep() 325 return skip; in sleep_modem_wifi_modem_state_skip_light_sleep()
|
/hal_espressif-latest/components/esp_wifi/include/ |
D | esp_wifi_crypto_types.h | 248 typedef int (*esp_rc4_skip_t)(const unsigned char *key, unsigned int keylen, unsigned int skip,
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | advanced-options.rst | 23 …* ``--before no_reset`` will skip DTR/RTS control signal assignments and just start sending a seri… 24 …* ``--before no_reset_no_sync`` will skip DTR/RTS control signal assignments and skip also the ser…
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/ |
D | hciblecmds.c | 1640 uint16_t skip = 0; in btsnd_hcic_ble_periodic_adv_create_sync() local 1649 UINT16_TO_STREAM(pp, skip); in btsnd_hcic_ble_periodic_adv_create_sync() 1866 …set_periodic_adv_sync_trans_params(UINT16 conn_handle, UINT8 mode, UINT16 skip, UINT16 sync_timeou… in btsnd_hcic_ble_set_periodic_adv_sync_trans_params() argument 1882 UINT16_TO_STREAM(pp, skip); in btsnd_hcic_ble_set_periodic_adv_sync_trans_params() 1890 UINT8 btsnd_hcic_ble_set_default_periodic_adv_sync_trans_params(UINT8 mode, UINT16 skip, UINT16 syn… in btsnd_hcic_ble_set_default_periodic_adv_sync_trans_params() argument 1895 HCI_TRACE_DEBUG("%s mode %x, skip %x, sync timeout %x", __func__, mode, skip, sync_timeout); in btsnd_hcic_ble_set_default_periodic_adv_sync_trans_params() 1905 UINT16_TO_STREAM(pp, skip); in btsnd_hcic_ble_set_default_periodic_adv_sync_trans_params()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_5_gap.c | 834 || (params->skip > 0x01F3)) { in BTM_BlePeriodicAdvCreateSync() 1464 void BTM_BleSetPeriodicAdvSyncTransParams(BD_ADDR bd_addr, UINT8 mode, UINT16 skip, UINT16 sync_tim… in BTM_BleSetPeriodicAdvSyncTransParams() argument 1472 …if ((err = btsnd_hcic_ble_set_default_periodic_adv_sync_trans_params(mode, skip, sync_timeout, cte… in BTM_BleSetPeriodicAdvSyncTransParams() 1496 …btsnd_hcic_ble_set_periodic_adv_sync_trans_params(p_lcb->handle, mode, skip, sync_timeout, cte_typ… in BTM_BleSetPeriodicAdvSyncTransParams()
|
/hal_espressif-latest/tools/esptool_py/ |
D | pyproject.toml | 103 skip = '*.bin,*test/images/efuse/*,*docs/en/espefuse/inc/*'
|
D | CONTRIBUTING.rst | 117 … the `.codespell.rc`. To exclude files from the spell check, utilize the `skip` keyword followed b…
|
/hal_espressif-latest/components/esp_system/ld/esp32s3/ |
D | sections.ld.in | 199 * This section is required to skip .iram0.text area because iram0_0_seg and 406 * This section is required to skip flash rodata sections, because `extern_ram_seg`
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_esptool.py | 305 pytest.skip("Valid encryption key already programmed, aborting the test") 326 pytest.skip("Valid encryption key already programmed, aborting the test") 365 pytest.skip("Valid encryption key already programmed, aborting the test")
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | hcimsgs.h | 1067 …set_periodic_adv_sync_trans_params(UINT16 conn_handle, UINT8 mode, UINT16 skip, UINT16 sync_timeou… 1069 UINT8 btsnd_hcic_ble_set_default_periodic_adv_sync_trans_params(UINT8 mode, UINT16 skip, UINT16 syn…
|
D | btm_ble_api.h | 820 UINT16 skip; member 2806 void BTM_BleSetPeriodicAdvSyncTransParams(BD_ADDR bd_addr, UINT8 mode, UINT16 skip, UINT16 sync_tim…
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32/ |
D | bootloader.ld | 21 /* 63kB, IRAM. We skip the first 1k to prevent the entry point being
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 980 …uint16_t skip; /*!< Maximum number of periodic advertising events that ca… member 1068 …uint16_t skip; /*!< the number of periodic advertising packets that can be sk… member
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | execute-scripts-cmd.rst | 31 …urn_all()`` which prompts ``Type 'BURN' (all capitals) to continue.``. To skip this check and go w…
|
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | tlsv1_client_read.c | 963 goto skip; in tls_process_certificate_status() 1017 skip: in tls_process_certificate_status()
|
/hal_espressif-latest/components/esp_system/ld/esp32c2/ |
D | sections.ld.in | 30 * This section is required to skip .iram0.text area because iram0_0_seg and
|
/hal_espressif-latest/components/esp_system/ld/esp32h2/ |
D | sections.ld.in | 196 * This section is required to skip .iram0.text area because iram0_0_seg and
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 1571 UINT16 skip; member 1655 UINT16 skip; member
|
/hal_espressif-latest/components/esp_system/ld/esp32c6/ |
D | sections.ld.in | 196 * This section is required to skip .iram0.text area because iram0_0_seg and
|
/hal_espressif-latest/components/esp_system/ld/esp32/ |
D | sections.ld.in | 25 This section is required to skip rtc.text area because rtc_iram_seg and
|
/hal_espressif-latest/components/esp_system/ld/esp32c3/ |
D | sections.ld.in | 161 * This section is required to skip .iram0.text area because iram0_0_seg and
|
/hal_espressif-latest/components/esp_system/ld/esp32s2/ |
D | sections.ld.in | 34 This section is required to skip rtc.text area because rtc_iram_seg and
|