/hal_espressif-3.7.0/components/spi_flash/ |
D | memspi_host_driver.c | 90 spi_flash_trans_t t = { in memspi_host_read_id_hs() local 115 spi_flash_trans_t t = { in memspi_host_read_status_hs() local 138 spi_flash_trans_t t = { 0 }; in memspi_host_erase_chip() local 147 spi_flash_trans_t t = { in memspi_host_erase_sector() local 159 spi_flash_trans_t t = { in memspi_host_erase_block() local 171 spi_flash_trans_t t = { in memspi_host_program_page() local 183 spi_flash_trans_t t = { in memspi_host_read() local 196 spi_flash_trans_t t = { in memspi_host_set_write_protect() local
|
D | spi_flash_chip_mxic_opi.c | 70 spi_flash_trans_t t = {}; in spi_flash_chip_mxic_opi_set_write_protect() local 102 spi_flash_trans_t t = { in spi_flash_chip_mxic_opi_read_id() local 137 spi_flash_trans_t t = { in spi_flash_chip_mxic_opi_read_reg() local 179 spi_flash_trans_t t = { in spi_flash_chip_mxic_opi_erase_chip() local 207 spi_flash_trans_t t = { in spi_flash_chip_mxic_opi_erase_sector() local 236 spi_flash_trans_t t = { in spi_flash_chip_mxic_opi_erase_block() local 265 spi_flash_trans_t t = { in spi_flash_chip_mxic_opi_page_program() local 318 spi_flash_trans_t t = { in spi_flash_chip_mxic_opi_get_io_mode() local
|
D | spi_flash_chip_winbond.c | 206 spi_flash_trans_t t = { in spi_flash_command_winbond_program_4B() local 219 spi_flash_trans_t t = { in spi_flash_command_winbond_erase_sector_4B() local 230 spi_flash_trans_t t = { in spi_flash_command_erase_block_4B() local
|
/hal_espressif-3.7.0/components/bt/porting/ext/tinycrypt/src/ |
D | aes_encrypt.c | 77 unsigned int t; in tc_aes128_set_encrypt_key() local 134 uint8_t t[Nb*Nk]; in mix_columns() local 149 uint8_t t[Nb * Nk]; in shift_rows() local
|
D | aes_decrypt.c | 83 uint8_t t[Nb*Nk]; in inv_mix_columns() local 120 uint8_t t[Nb*Nk]; in inv_shift_rows() local
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | aes_encrypt.c | 77 unsigned int t; in tc_aes128_set_encrypt_key() local 134 uint8_t t[Nb * Nk]; in mix_columns() local 149 uint8_t t[Nb * Nk]; in shift_rows() local
|
D | aes_decrypt.c | 83 uint8_t t[Nb * Nk]; in inv_mix_columns() local 120 uint8_t t[Nb * Nk]; in inv_shift_rows() local
|
/hal_espressif-3.7.0/components/esp_hw_support/test_apps/esp_hw_support_unity_tests/main/ |
D | test_ds.c | 110 const encrypt_testcase_t *t = &test_cases[i]; variable 321 const encrypt_testcase_t *t = &test_cases[i]; variable 358 const encrypt_testcase_t *t = &test_cases[i]; variable 395 const encrypt_testcase_t *t = &test_cases[0]; variable
|
/hal_espressif-3.7.0/components/esp_hw_support/test_apps/security_support/esp_hw_support_unity_tests/main/ |
D | test_ds.c | 110 const encrypt_testcase_t *t = &test_cases[i]; variable 321 const encrypt_testcase_t *t = &test_cases[i]; variable 358 const encrypt_testcase_t *t = &test_cases[i]; variable 395 const encrypt_testcase_t *t = &test_cases[0]; variable
|
/hal_espressif-3.7.0/components/hal/esp32c2/include/hal/ |
D | rtc_cntl_ll.h | 19 FORCE_INLINE_ATTR void rtc_cntl_ll_set_wakeup_timer(uint64_t t) in rtc_cntl_ll_set_wakeup_timer() 72 uint64_t t = READ_PERI_REG(RTC_CNTL_TIME0_REG); in rtc_cntl_ll_get_rtc_time() local
|
/hal_espressif-3.7.0/components/hal/esp32c3/include/hal/ |
D | rtc_cntl_ll.h | 19 FORCE_INLINE_ATTR void rtc_cntl_ll_set_wakeup_timer(uint64_t t) in rtc_cntl_ll_set_wakeup_timer() 78 uint64_t t = READ_PERI_REG(RTC_CNTL_TIME0_REG); in rtc_cntl_ll_get_rtc_time() local
|
/hal_espressif-3.7.0/components/hal/esp32s2/include/hal/ |
D | rtc_cntl_ll.h | 18 FORCE_INLINE_ATTR void rtc_cntl_ll_set_wakeup_timer(uint64_t t) in rtc_cntl_ll_set_wakeup_timer() 84 uint64_t t = READ_PERI_REG(RTC_CNTL_TIME0_REG); in rtc_cntl_ll_get_rtc_time() local
|
/hal_espressif-3.7.0/components/hal/esp32/include/hal/ |
D | rtc_cntl_ll.h | 19 FORCE_INLINE_ATTR void rtc_cntl_ll_set_wakeup_timer(uint64_t t) in rtc_cntl_ll_set_wakeup_timer() 96 uint64_t t = READ_PERI_REG(RTC_CNTL_TIME0_REG); in rtc_cntl_ll_get_rtc_time() local
|
/hal_espressif-3.7.0/components/driver/spi/sdspi/ |
D | sdspi_host.c | 172 spi_transaction_t t = { in release_bus() local 187 spi_transaction_t t = { in go_idle_clockout() local 524 spi_transaction_t t = { in start_command_default() local 563 spi_transaction_t t = { in poll_busy() local 599 spi_transaction_t t = { in poll_data_token() local
|
/hal_espressif-3.7.0/components/esp_rom/linux/ |
D | esp_rom_md5.c | 53 uint32_t t; in esp_rom_md5_update() local 138 uint32_t t; in byteReverse() local
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/jv/ |
D | bta_jv_act.c | 2577 struct fc_channel *t = fc_channels; in fcchan_get() local 2624 struct fc_client *t = start; in fcclient_find_by_addr() local 2646 struct fc_client *t = fc_clients; in fcclient_find_by_id() local 2658 struct fc_client *t; in fcclient_alloc() local 2710 struct fc_client *t = fc_clients; in fcclient_free() local 2759 struct fc_client *t = NULL, *new_conn; in fcchan_conn_chng_cbk() local 2839 struct fc_client *t = NULL; in fcchan_data_cbk() local 2878 struct fc_client *t; in bta_jv_l2cap_connect_le() local 2971 struct fc_client *t; in bta_jv_l2cap_start_server_le() local 3007 struct fc_client *t; in bta_jv_l2cap_close_fixed() local
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/crypto/ |
D | md5-internal.c | 73 u32 t; in byteReverse() local 104 u32 t; in MD5Update() local
|
D | aes-unwrap.c | 32 unsigned int t; in aes_unwrap() local
|
D | aes-wrap.c | 31 unsigned int t; in aes_wrap() local
|
/hal_espressif-3.7.0/components/esp_system/ |
D | system_time.c | 38 int64_t t = 0; in esp_system_get_time() local
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/tls/ |
D | libtommath.h | 195 unsigned char t; in bn_reverse() local 541 mp_int t; in mp_mulmod() local 561 mp_int t; in mp_mod() local 1004 mp_int t; in mp_to_unsigned_bin() local 1034 mp_int t; in mp_div_2d() local 1242 mp_int t; in mp_exch() local 1718 int res, n, t, i, norm, neg; in mp_div() local 2375 mp_int t; in s_mp_mul_digs() local 2560 mp_int t; in s_mp_sqr() local 2627 mp_int t; in s_mp_mul_high_digs() local
|
/hal_espressif-3.7.0/components/hal/esp32s3/include/hal/ |
D | rtc_cntl_ll.h | 22 FORCE_INLINE_ATTR void rtc_cntl_ll_set_wakeup_timer(uint64_t t) in rtc_cntl_ll_set_wakeup_timer() 165 uint64_t t = READ_PERI_REG(RTC_CNTL_TIME0_REG); in rtc_cntl_ll_get_rtc_time() local
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/utils/ |
D | common.c | 483 int os_gmtime(os_time_t t, struct os_tm *tm) in os_gmtime() 501 os_time_t *t) in os_mktime() 543 int os_reltime_initialized(struct os_reltime *t) in os_reltime_initialized()
|
/hal_espressif-3.7.0/zephyr/port/wifi/wpa_supplicant/ |
D | os_xtensa.c | 32 int os_get_time(struct os_time *t) in os_get_time()
|
/hal_espressif-3.7.0/components/wpa_supplicant/test/ |
D | test_eloop.c | 26 int t; variable
|