Searched refs:Sigma0 (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/osfmk/corecrypto/ |
| H A D | ccsha256_ltc_compress.c | 67 #define Sigma0(x) (S(x, 2) ^ S(x, 13) ^ S(x, 22)) 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 | 37 #define Sigma0(x) (S(x, 28) ^ S(x, 34) ^ S(x, 39)) 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()
|