Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsha256.c62 UINT32_T temp1, temp2, W[64]; in sha256_process() local
102 temp1 = h + S3(e) + F1(e, f, g) + K + x; \ in sha256_process()
104 d += temp1; h = temp1 + temp2; \ in sha256_process()