Searched refs:Maj (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/osfmk/corecrypto/ |
| H A D | ccsha256_ltc_compress.c | 64 #define Maj(x, y, z) (((x | y) & z) | (x & y)) macro 77 t1 = Sigma0(a) + Maj(a, b, c); \ 116 t1 = Sigma0(S[0]) + Maj(S[0], S[1], S[2]); in ccsha256_ltc_compress()
|
| H A D | ccsha512_ltc_compress.c | 34 #define Maj(x,y,z) (((x | y) & z) | (x & y)) macro 70 t1 = Sigma0(S[0]) + Maj(S[0], S[1], S[2]); in ccsha512_ltc_compress() 83 t1 = Sigma0(a) + Maj(a, b, c); \ in ccsha512_ltc_compress()
|