Home
last modified time | relevance | path

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

/optee_client/tee-supplicant/src/
A Dhmac_sha2.c107 unsigned char mac_temp[SHA256_DIGEST_SIZE] = { 0 }; in hmac_sha256_final() local
111 sha256_final(&ctx->ctx_outside, mac_temp); in hmac_sha256_final()
112 memcpy(mac, mac_temp, mac_size); in hmac_sha256_final()

Completed in 2 milliseconds