Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/library/
Dsha256.c192 local.temp2 = S2(a) + F0((a),(b),(c)); \
193 (d) += local.temp1; (h) = local.temp1 + local.temp2; \
201 uint32_t temp1, temp2, W[64]; in mbedtls_internal_sha256_process() member
Dsha512.c237 uint64_t temp1, temp2, W[80]; in mbedtls_internal_sha512_process() member
260 local.temp2 = S2(a) + F0((a),(b),(c)); \ in mbedtls_internal_sha512_process()
261 (d) += local.temp1; (h) = local.temp1 + local.temp2; \ in mbedtls_internal_sha512_process()