Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Ddigital_signature.h124 ETS_DS_KEY_HMAC, /* The HMAC key (as stored in efuse) */ enumerator
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Ddigital_signature.h128 ETS_DS_KEY_HMAC, /* The HMAC key (as stored in efuse) */ enumerator
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Ddigital_signature.h131 ETS_DS_KEY_HMAC, /* The HMAC key (as stored in efuse) */ enumerator
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Ddigital_signature.h123 ETS_DS_KEY_HMAC, /* The HMAC key (as stored in efuse) */ enumerator
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Ddigital_signature.h123 ETS_DS_KEY_HMAC, /* The HMAC key (as stored in efuse) */ enumerator
/hal_espressif-latest/components/esp_hw_support/
Desp_ds.c236 …s_ds_result_t ets_result = ets_ds_encrypt_params(ds_data, iv, ds_plain_data, key, ETS_DS_KEY_HMAC); in esp_ds_encrypt_params()
424 …s_ds_result_t ets_result = ets_ds_encrypt_params(ds_data, iv, ds_plain_data, key, ETS_DS_KEY_HMAC); in esp_ds_encrypt_params()