Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 25 of 30) sorted by relevance

12

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Drc4.c16 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()
Dtls_internal.c419 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()
Dcrypto.h485 int rc4_skip(const u8 *key, size_t keylen, size_t skip,
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modem.c318 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/
Desp_wifi_crypto_types.h248 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/
Dadvanced-options.rst23 …* ``--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/
Dhciblecmds.c1640 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/
Dbtm_ble_5_gap.c834 || (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/
Dpyproject.toml103 skip = '*.bin,*test/images/efuse/*,*docs/en/espefuse/inc/*'
DCONTRIBUTING.rst117 … the `.codespell.rc`. To exclude files from the spell check, utilize the `skip` keyword followed b…
/hal_espressif-latest/components/esp_system/ld/esp32s3/
Dsections.ld.in199 * 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/
Dtest_esptool.py305 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/
Dhcimsgs.h1067 …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…
Dbtm_ble_api.h820 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/
Dbootloader.ld21 /* 63kB, IRAM. We skip the first 1k to prevent the entry point being
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h980 …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/
Dexecute-scripts-cmd.rst31 …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/
Dtlsv1_client_read.c963 goto skip; in tls_process_certificate_status()
1017 skip: in tls_process_certificate_status()
/hal_espressif-latest/components/esp_system/ld/esp32c2/
Dsections.ld.in30 * This section is required to skip .iram0.text area because iram0_0_seg and
/hal_espressif-latest/components/esp_system/ld/esp32h2/
Dsections.ld.in196 * This section is required to skip .iram0.text area because iram0_0_seg and
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h1571 UINT16 skip; member
1655 UINT16 skip; member
/hal_espressif-latest/components/esp_system/ld/esp32c6/
Dsections.ld.in196 * This section is required to skip .iram0.text area because iram0_0_seg and
/hal_espressif-latest/components/esp_system/ld/esp32/
Dsections.ld.in25 This section is required to skip rtc.text area because rtc_iram_seg and
/hal_espressif-latest/components/esp_system/ld/esp32c3/
Dsections.ld.in161 * This section is required to skip .iram0.text area because iram0_0_seg and
/hal_espressif-latest/components/esp_system/ld/esp32s2/
Dsections.ld.in34 This section is required to skip rtc.text area because rtc_iram_seg and

12