/hal_espressif-3.4.0/components/freertos/test/ |
D | test_thread_local.c | 53 for (int k = 0; k < sizeof(tl_test_arr_var); k++) { in task_test_tls() local 59 for (int k = 0; k < sizeof(tl_test_struct_var.farr); k++) { in task_test_tls() local 66 for (int k = 0; k < sizeof(tl_test_arr_var); k++) { in task_test_tls() local 72 for (int k = 0; k < sizeof(tl_test_struct_var.farr); k++) { in task_test_tls() local
|
D | test_freertos_task_notify.c | 191 … for(int k = 0; k < NO_OF_TASKS; k++){ //Wait for sender and receiver task deletion variable
|
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | aes_decrypt.c | 62 int tc_aes128_set_decrypt_key(TCAesKeySched_t s, const uint8_t *k) in tc_aes128_set_decrypt_key() 92 static inline void add_round_key(uint8_t *s, const unsigned int *k) in add_round_key()
|
D | aes_encrypt.c | 70 int tc_aes128_set_encrypt_key(TCAesKeySched_t s, const uint8_t *k) in tc_aes128_set_encrypt_key() 101 static inline void add_round_key(uint8_t *s, const unsigned int *k) in add_round_key()
|
D | ecc_dsa.c | 100 unsigned hash_size, uECC_word_t *k, uint8_t *signature, in uECC_sign_with_k() 164 uECC_word_t k[NUM_ECC_WORDS]; in uECC_sign() local
|
D | cmac_mode.c | 224 uint8_t *k; in tc_cmac_final() local
|
/hal_espressif-3.4.0/components/efuse/esp32/ |
D | esp_efuse_utility.c | 89 for (int k = 0; k < 4; ++k, ++j) { in esp_efuse_utility_burn_chip() local 92 for (int k = 0; k < COUNT_EFUSE_REG_PER_BLOCK; ++k) { in esp_efuse_utility_burn_chip() local
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/rfcomm/ |
D | rfc_port_if.c | 145 UINT8 k; in RFCOMM_ParNegReq() local 191 void RFCOMM_ParNegRsp (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k) in RFCOMM_ParNegRsp()
|
D | port_rfc.c | 289 void PORT_ParNegInd (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k) in PORT_ParNegInd() 369 void PORT_ParNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k) in PORT_ParNegCnf() 1106 void port_get_credits (tPORT *p_port, UINT8 k) in port_get_credits()
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/crypto/ |
D | rc4.c | 19 u32 i, j, k; in rc4_skip() local
|
/hal_espressif-3.4.0/examples/peripherals/i2c/i2c_tools/main/ |
D | cmd_i2ctools.c | 357 for (int k = 0; k < size; k++) { in do_i2cdump_cmd() local 362 for (int k = 0; k < size; k++) { in do_i2cdump_cmd() local 369 for (int k = 0; k < 16; k++) { in do_i2cdump_cmd() local
|
/hal_espressif-3.4.0/components/wpa_supplicant/src/common/ |
D | sae.c | 421 u8 counter, k = 40; in sae_derive_pwe_ecc() local 730 static int sae_derive_k_ecc(struct sae_data *sae, u8 *k) in sae_derive_k_ecc() 765 static int sae_derive_k_ffc(struct sae_data *sae, u8 *k) in sae_derive_k_ffc() 802 static int sae_derive_keys(struct sae_data *sae, const u8 *k) in sae_derive_keys() 849 u8 k[SAE_MAX_PRIME_LEN]; in sae_process_commit() local
|
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_core/ |
D | test.c | 38 int i, j, k; in bt_mesh_device_auto_enter_network() local
|
/hal_espressif-3.4.0/examples/system/freertos/real_time_stats/main/ |
D | real_time_stats_example_main.c | 98 int k = -1; in print_real_time_stats() local
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/sys/ |
D | utl.c | 121 UINT16 j, k; in utl_itoa() local
|
/hal_espressif-3.4.0/components/wear_levelling/test_wl_host/ |
D | test_wl.cpp | 141 for (int32_t k = 0; k < max_check_count; k++) { variable
|
/hal_espressif-3.4.0/components/hal/esp32c3/include/hal/ |
D | mwdt_ll.h | 46 #define FORCE_MODIFY_WHOLE_REG(i, j, k) \ argument
|
/hal_espressif-3.4.0/components/hal/esp32h2/include/hal/ |
D | mwdt_ll.h | 46 #define FORCE_MODIFY_WHOLE_REG(i, j, k) \ argument
|
/hal_espressif-3.4.0/components/hal/esp32s2/include/hal/ |
D | mwdt_ll.h | 46 #define FORCE_MODIFY_WHOLE_REG(i, j, k) \ argument
|
/hal_espressif-3.4.0/examples/common_components/qrcode/ |
D | qrcodegen.c | 313 for (int j = 0, k = i; j < datLen; j++, k += numBlocks) { // Copy data in addEccAndInterleave() local 318 for (int j = 0, k = dataLen + i; j < blockEccLen; j++, k += numBlocks) // Copy ECC in addEccAndInterleave() local 503 int k = qrsize - 11 + j; in drawWhiteFunctionModules() local 710 int k = (int)((labs(black * 20L - total * 10L) + total - 1) / total) - 1; in getPenaltyScore() local
|
/hal_espressif-3.4.0/components/esp_http_server/src/ |
D | httpd_uri.c | 252 for (int k = (i - j); k < i; k++) { in httpd_unregister_uri() local
|
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_models/server/ |
D | sensor_server.c | 1018 for (int k = i + 1; k < state_count; k++) { in check_sensor_server_init() local 1032 for (int k = j + 1; k < state->setting_count; k++) { in check_sensor_server_init() local
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/smp/ |
D | p_256_ecc_pp.c | 159 static void ECC_NAF(uint8_t *naf, uint32_t *NumNAF, DWORD *k, uint32_t keyLength) in ECC_NAF()
|
/hal_espressif-3.4.0/components/mbedtls/test/ |
D | test_mbedtls_sha.c | 458 unsigned char sha512[64], k; variable
|
/hal_espressif-3.4.0/components/driver/test/ |
D | test_ledc.c | 291 for (int k = 0; k < 4; k++) { variable
|