Home
last modified time | relevance | path

Searched refs:t_string (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/mbedtls/port/sha/dma/
Dsha.c147 uint32_t t_string = 0; in esp_sha_512_t_init_hash() local
156 t_string = (uint32_t)((1 << 23) | ((0x30 + t) << 24)); in esp_sha_512_t_init_hash()
161 t_string = (uint32_t)((1 << 15) | ((0x30 + t0) << 16) | in esp_sha_512_t_init_hash()
168 t_string = (uint32_t)((1 << 7) | ((0x30 + t0) << 8) | in esp_sha_512_t_init_hash()
176 sha_hal_sha512_init_hash(t_string, t_len); in esp_sha_512_t_init_hash()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dsha_ll.h156 static inline void sha_ll_t_string_set(uint32_t t_string) in sha_ll_t_string_set() argument
158 REG_WRITE(SHA_T_STRING_REG, t_string); in sha_ll_t_string_set()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dsha_ll.h156 static inline void sha_ll_t_string_set(uint32_t t_string) in sha_ll_t_string_set() argument
158 REG_WRITE(SHA_T_STRING_REG, t_string); in sha_ll_t_string_set()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsha_struct.h36 uint32_t t_string:32; member
192 volatile sha_t_string_reg_t t_string; member
/hal_espressif-latest/components/hal/
Dsha_hal.c151 void sha_hal_sha512_init_hash(uint32_t t_string, uint8_t t_len) in sha_hal_sha512_init_hash() argument
153 sha_ll_t_string_set(t_string); in sha_hal_sha512_init_hash()
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsha_struct.h36 uint32_t t_string:32; member
192 volatile sha_t_string_reg_t t_string; member
/hal_espressif-latest/components/hal/include/hal/
Dsha_hal.h85 void sha_hal_sha512_init_hash(uint32_t t_string, uint8_t t_len);