Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_utility.c961 char hexbuf[128 * 2 + 1]; local
963 bootloader_sha256_hex_to_str(hexbuf, bytes, output_len);
965 hexbuf[output_len * 2] = '\0';
966 ESP_LOGD(TAG, "%s: %s", label, hexbuf);