Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/corecrypto/
H A Dccsha256_ltc_compress.c63 #define Ch(x, y, z) (z ^ (x & (y ^ z))) macro
76 t0 = h + Sigma1(e) + Ch(e, f, g) + K(i) + W[i]; \
115 t0 = S[7] + Sigma1(S[4]) + Ch(S[4], S[5], S[6]) + K(i) + W[i]; in ccsha256_ltc_compress()
H A Dccsha512_ltc_compress.c33 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
69 t0 = S[7] + Sigma1(S[4]) + Ch(S[4], S[5], S[6]) + K[i] + W[i]; in ccsha512_ltc_compress()
82 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in ccsha512_ltc_compress()