Home
last modified time | relevance | path

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

/net-tools-3.4.0/tinydtls-0.8.2/sha2/
Dsha2.c228 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
387 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
397 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
410 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
497 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in SHA256_Transform()
500 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); in SHA256_Transform()
523 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256_Transform()
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] + \
[all …]