Searched refs:to_hex_digit (Results 1 – 1 of 1) sorted by relevance
63 static inline char IRAM_ATTR to_hex_digit(unsigned val) in to_hex_digit() function98 dst[2*i] = to_hex_digit(s_app_elf_sha256[i] >> 4); in esp_app_get_elf_sha256()99 dst[2*i + 1] = to_hex_digit(s_app_elf_sha256[i] & 0xf); in esp_app_get_elf_sha256()