Home
last modified time | relevance | path

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

/net-tools-latest/tinydtls-0.8.2/sha2/
Dsha2.c289 const static sha2_word64 K512[80] = { variable
716 K512[j] + W512[j]; \
726 K512[j] + (W512[j] = *data++); \
738 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
820 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform()
823 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform()
846 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()