Home
last modified time | relevance | path

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

/device/google/contexthub/lib/nanohub/
Dsha2.c95 uint32_t temp1 = h + s1 + ch + k[i] + state->w[i]; in sha2processBlock() local
103 e = d + temp1; in sha2processBlock()
107 a = temp1 + temp2; in sha2processBlock()