Home
last modified time | relevance | path

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

/system/keymaster/key_blob_utils/
Dintegrity_assured_key_blob.cpp66 unsigned tmp_len; in ComputeHmac() local
69 !HMAC_Final(&ctx, tmp, &tmp_len)) in ComputeHmac()
72 assert(tmp_len >= HMAC_SIZE); in ComputeHmac()
73 memcpy(hmac, tmp, min(HMAC_SIZE, tmp_len)); in ComputeHmac()