Home
last modified time | relevance | path

Searched defs:bit_len (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.4.0/components/esp_hw_support/port/esp32c3/
Desp_hmac.c75 uint64_t bit_len = __builtin_bswap64(message_len * 8 + 512); in esp_hmac_calculate() local
102 uint64_t bit_len = __builtin_bswap64(message_len * 8 + 512); in esp_hmac_calculate() local
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32h2/
Desp_hmac.c75 uint64_t bit_len = __builtin_bswap64(message_len * 8 + 512); in esp_hmac_calculate() local
102 uint64_t bit_len = __builtin_bswap64(message_len * 8 + 512); in esp_hmac_calculate() local
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s3/
Desp_hmac.c76 uint64_t bit_len = __builtin_bswap64(message_len * 8 + 512); in esp_hmac_calculate() local
103 uint64_t bit_len = __builtin_bswap64(message_len * 8 + 512); in esp_hmac_calculate() local
/hal_espressif-3.4.0/components/hal/esp32/include/hal/
Dspi_flash_ll.h366 static inline void spi_flash_ll_set_usr_address(spi_dev_t *dev, uint32_t addr, int bit_len) in spi_flash_ll_set_usr_address()
/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Dspi_struct.h251 …uint32_t bit_len: 24; /*In the slave mode it is the length in bits for w… member
258 …uint32_t bit_len: 24; /*In the slave mode it is the length in bits for r… member