Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/rmmd/
H A Drmmd_attest.c35 char hash_text[(1 << BYTES_PER_LINE_BASE) * DIGITS_PER_BYTE + in print_challenge() local
42 hash_text[(i & (bytes_per_line - 1)) * DIGITS_PER_BYTE] = in print_challenge()
44 hash_text[(i & (bytes_per_line - 1)) * DIGITS_PER_BYTE + 1] = in print_challenge()
47 hash_text[bytes_per_line * DIGITS_PER_BYTE] = '\0'; in print_challenge()
49 (i >> BYTES_PER_LINE_BASE) + 1, hash_text); in print_challenge()
56 hash_text[leftover * DIGITS_PER_BYTE] = '\0'; in print_challenge()
58 hash_text); in print_challenge()