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; \184 uint32_t temp1, temp2, W[64]; in mbedtls_sha256_process() local201 temp1 = A[7]; A[7] = A[6]; A[6] = A[5]; A[5] = A[4]; A[4] = A[3]; in mbedtls_sha256_process()202 A[3] = A[2]; A[2] = A[1]; A[1] = A[0]; A[0] = temp1; in mbedtls_sha256_process()
202 uint64_t temp1, temp2, W[80]; in mbedtls_sha512_process() local219 temp1 = h + S3(e) + F1(e,f,g) + K + x; \ in mbedtls_sha512_process()221 d += temp1; h = temp1 + temp2; \ in mbedtls_sha512_process()