Home
last modified time | relevance | path

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

/u-boot/lib/libavb/
A Davb_util.c398 const char hex_digits[17] = "0123456789abcdef"; in avb_bin2hex() local
408 hex_data[n * 2] = hex_digits[data[n] >> 4]; in avb_bin2hex()
409 hex_data[n * 2 + 1] = hex_digits[data[n] & 0x0f]; in avb_bin2hex()

Completed in 7 milliseconds