Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/services/std_svc/rmmd/
Drmmd_attest.c21 #define BYTES_PER_LINE_BASE 4UL macro
31 const size_t bytes_per_line = 1 << BYTES_PER_LINE_BASE; in print_challenge()
32 char hash_text[(1 << BYTES_PER_LINE_BASE) * DIGITS_PER_BYTE + in print_challenge()
46 (i >> BYTES_PER_LINE_BASE) + 1, hash_text); in print_challenge()
54 VERBOSE("hash part %u = %s\n", (i >> BYTES_PER_LINE_BASE) + 1, in print_challenge()