Home
last modified time | relevance | path

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

/optee_examples/hotp/ta/
A Dhotp_ta.c117 static void truncate(uint8_t *hmac_result, uint32_t *bin_code) in truncate() argument
121 *bin_code = (hmac_result[offset] & 0x7f) << 24 | in truncate()
126 *bin_code %= DBC2_MODULO; in truncate()

Completed in 1 milliseconds