Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/rmmd/
H A Drmmd_attest.c37 const char hex_chars[] = {'0', '1', '2', '3', '4', '5', '6', '7', in print_challenge() local
43 hex_chars[hash[i] >> 4]; in print_challenge()
45 hex_chars[hash[i] & 0x0f]; in print_challenge()