Home
last modified time | relevance | path

Searched refs:ESP_CRYPTO_DPA_SEC_LEVEL_HIGH (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/include/
Desp_dpa_protection.h17 ESP_CRYPTO_DPA_SEC_LEVEL_HIGH, /*!< DPA protection level high */ enumerator
/hal_espressif-latest/components/esp_hw_support/
Desp_dpa_protection.c14 assert(level >= ESP_CRYPTO_DPA_SEC_LEVEL_LOW && level <= ESP_CRYPTO_DPA_SEC_LEVEL_HIGH); in esp_crypto_dpa_set_level()