Home
last modified time | relevance | path

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

/system/keymaster/
Dintegrity_assured_key_blob.cpp68 unsigned tmp_len; in ComputeHmac() local
71 !HMAC_Final(&ctx, tmp, &tmp_len)) in ComputeHmac()
74 assert(tmp_len >= HMAC_SIZE); in ComputeHmac()
75 memcpy(hmac, tmp, min(HMAC_SIZE, tmp_len)); in ComputeHmac()