Home
last modified time | relevance | path

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

/hypervisor/lib/crypto/mbedtls/
A Dsha256.c133 uint32_t temp1, temp2; in hash_computation() local
135 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