Searched refs:temp1 (Results 1 – 2 of 2) sorted by relevance
177 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() local203 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()
213 uint64_t temp1, temp2, W[80]; in mbedtls_sha512_software_process() local230 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()