Home
last modified time | relevance | path

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

/optee_examples/hotp/ta/
A Dhotp_ta.c159 uint8_t mac[SHA1_HASH_SIZE]; in get_hotp() local
160 uint32_t mac_len = sizeof(mac); in get_hotp()
173 res = hmac_sha1(K, K_len, counter, sizeof(counter), mac, &mac_len); in get_hotp()
181 truncate(mac, &hotp_val); in get_hotp()

Completed in 2 milliseconds