Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dhmac_hal.h28HMAC_OUTPUT_DS = 1, /**< HMAC is provided to the DS peripheral to decrypt DS private k… enumerator
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dhmac_ll.h50 case HMAC_OUTPUT_DS: in hmac_ll_config_output()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dhmac_ll.h53 case HMAC_OUTPUT_DS: in hmac_ll_config_output()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dhmac_ll.h61 case HMAC_OUTPUT_DS: in hmac_ll_config_output()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dhmac_ll.h53 case HMAC_OUTPUT_DS: in hmac_ll_config_output()
/hal_espressif-latest/components/esp_hw_support/
Desp_ds.c329 uint32_t conf_error = hmac_hal_configure(HMAC_OUTPUT_DS, key_id); in esp_ds_start_sign()