Searched refs:temp1 (Results 1 – 1 of 1) sorted by relevance
133 uint32_t temp1, temp2; in hash_computation() local135 temp1 = *h + sigma3(e) + choice_alg(e, f, g) + j + x; in hash_computation()137 *d += temp1; in hash_computation()138 *h = temp1 + temp2; in hash_computation()
Completed in 5 milliseconds