Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esp_hw_support/include/soc/esp32s3/
Desp_hmac.h24 HMAC_KEY5, enumerator
/hal_espressif-3.4.0/components/esp_hw_support/include/soc/esp32c3/
Desp_hmac.h26 HMAC_KEY5, enumerator
/hal_espressif-3.4.0/components/esp_hw_support/include/soc/esp32s2/
Desp_hmac.h26 HMAC_KEY5, enumerator
/hal_espressif-3.4.0/components/esp_hw_support/include/soc/esp32h2/
Desp_hmac.h26 HMAC_KEY5, enumerator
/hal_espressif-3.4.0/components/esp_hw_support/test/
Dtest_ds.c171 … TEST_ASSERT_EQUAL(ESP_ERR_INVALID_ARG, esp_ds_start_sign(message, &ds_data, HMAC_KEY5 + 1, &ctx));
242 …TEST_ASSERT_EQUAL(ESP_ERR_INVALID_ARG, esp_ds_sign(message, &ds_data, HMAC_KEY5 + 1, signature_dat…
Dtest_hmac.c1007 TEST_ASSERT_EQUAL(ESP_ERR_INVALID_ARG, esp_hmac_calculate(HMAC_KEY5 + 1, message, 47, hmac));
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Dhmac.rst40 The enum :cpp:enum:`hmac_key_id_t` in the API maps them to `HMAC_KEY0 ... HMAC_KEY5`.