Searched refs:HMAC_KEY4 (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/components/esp_hw_support/test/ |
D | test_hmac.c | 166 TEST_ESP_OK(esp_hmac_calculate(HMAC_KEY4, zeroes, zero_results[i].msglen, hmac)); 964 TEST_ESP_OK(esp_hmac_calculate(HMAC_KEY4, message, results[i].msglen, hmac)); 988 TEST_ESP_OK(esp_hmac_calculate(HMAC_KEY4, message, results[i].msglen, hmac));
|
/hal_espressif-3.6.0/components/esp_hw_support/include/soc/esp32s3/ |
D | esp_hmac.h | 23 HMAC_KEY4, enumerator
|
/hal_espressif-3.6.0/components/esp_hw_support/include/soc/esp32c3/ |
D | esp_hmac.h | 25 HMAC_KEY4, enumerator
|
/hal_espressif-3.6.0/components/esp_hw_support/include/soc/esp32h2/ |
D | esp_hmac.h | 25 HMAC_KEY4, enumerator
|
/hal_espressif-3.6.0/components/esp_hw_support/include/soc/esp32s2/ |
D | esp_hmac.h | 25 HMAC_KEY4, enumerator
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | hmac.rst | 143 esp_err_t result = esp_hmac_calculate(HMAC_KEY4, message, msg_len, hmac);
|