Searched refs:HMAC_KEY5 (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.4.0/components/esp_hw_support/include/soc/esp32s3/ |
D | esp_hmac.h | 24 HMAC_KEY5, enumerator
|
/hal_espressif-3.4.0/components/esp_hw_support/include/soc/esp32c3/ |
D | esp_hmac.h | 26 HMAC_KEY5, enumerator
|
/hal_espressif-3.4.0/components/esp_hw_support/include/soc/esp32s2/ |
D | esp_hmac.h | 26 HMAC_KEY5, enumerator
|
/hal_espressif-3.4.0/components/esp_hw_support/include/soc/esp32h2/ |
D | esp_hmac.h | 26 HMAC_KEY5, enumerator
|
/hal_espressif-3.4.0/components/esp_hw_support/test/ |
D | test_ds.c | 171 … 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…
|
D | test_hmac.c | 1007 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/ |
D | hmac.rst | 40 The enum :cpp:enum:`hmac_key_id_t` in the API maps them to `HMAC_KEY0 ... HMAC_KEY5`.
|