Home
last modified time | relevance | path

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

/net-tools-latest/tinydtls-0.8.2/sha2/
Dsha2.c239 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) macro
715 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
725 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
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()