Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dhmac_hal.h27 HMAC_OUTPUT_USER = 0, /**< Let user provide a message and read the HMAC result */ enumerator
/hal_espressif-latest/components/hal/
Dhmac_hal.c29 } else if (config != HMAC_OUTPUT_USER) { in hmac_hal_configure()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dhmac_ll.h47 case HMAC_OUTPUT_USER: in hmac_ll_config_output()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dhmac_ll.h50 case HMAC_OUTPUT_USER: in hmac_ll_config_output()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dhmac_ll.h58 case HMAC_OUTPUT_USER: in hmac_ll_config_output()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dhmac_ll.h50 case HMAC_OUTPUT_USER: in hmac_ll_config_output()
/hal_espressif-latest/components/esp_hw_support/
Desp_hmac.c76 uint32_t conf_error = hmac_hal_configure(HMAC_OUTPUT_USER, key_id); in esp_hmac_calculate()