Home
last modified time | relevance | path

Searched refs:MODE_DECRYPT_BIT (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Daes_ll.h70 const uint32_t MODE_DECRYPT_BIT = 4; in aes_ll_set_mode() local
71 unsigned mode_reg_base = (mode == ESP_AES_ENCRYPT) ? 0 : MODE_DECRYPT_BIT; in aes_ll_set_mode()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Daes_ll.h59 const uint32_t MODE_DECRYPT_BIT = 4; in aes_ll_set_mode() local
60 unsigned mode_reg_base = (mode == ESP_AES_ENCRYPT) ? 0 : MODE_DECRYPT_BIT; in aes_ll_set_mode()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Daes_ll.h59 const uint32_t MODE_DECRYPT_BIT = 4; in aes_ll_set_mode() local
60 unsigned mode_reg_base = (mode == ESP_AES_ENCRYPT) ? 0 : MODE_DECRYPT_BIT; in aes_ll_set_mode()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Daes_ll.h59 const uint32_t MODE_DECRYPT_BIT = 4; in aes_ll_set_mode() local
60 unsigned mode_reg_base = (mode == ESP_AES_ENCRYPT) ? 0 : MODE_DECRYPT_BIT; in aes_ll_set_mode()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Daes_ll.h59 const uint32_t MODE_DECRYPT_BIT = 4; in aes_ll_set_mode() local
60 unsigned mode_reg_base = (mode == ESP_AES_ENCRYPT) ? 0 : MODE_DECRYPT_BIT; in aes_ll_set_mode()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Daes_ll.h60 const uint32_t MODE_DECRYPT_BIT = 4; in aes_ll_set_mode() local
61 unsigned mode_reg_base = (mode == ESP_AES_ENCRYPT) ? 0 : MODE_DECRYPT_BIT; in aes_ll_set_mode()