Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/services/std_svc/rmmd/
A Drmmd_attest.c34 const char hex_chars[] = {'0', '1', '2', '3', '4', '5', '6', '7', in print_challenge() local
40 hex_chars[hash[i] >> 4]; in print_challenge()
42 hex_chars[hash[i] & 0x0f]; in print_challenge()

Completed in 5 milliseconds