Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/
Desp_sha256.c177 temp1 = h + S3(e) + F1(e,f,g) + K + x; \
179 d += temp1; h = temp1 + temp2; \
185 uint32_t temp1, temp2, W[64]; in mbedtls_sha256_software_process() local
203 temp1 = A[7]; A[7] = A[6]; A[6] = A[5]; A[5] = A[4]; A[4] = A[3]; in mbedtls_sha256_software_process()
204 A[3] = A[2]; A[2] = A[1]; A[1] = A[0]; A[0] = temp1; in mbedtls_sha256_software_process()
Desp_sha512.c213 uint64_t temp1, temp2, W[80]; in mbedtls_sha512_software_process() local
230 temp1 = h + S3(e) + F1(e,f,g) + K + x; \ in mbedtls_sha512_software_process()
232 d += temp1; h = temp1 + temp2; \ in mbedtls_sha512_software_process()