Searched refs:Sigma0_512 (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dsha2.c138 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x))) macro
553 (h) = T1 + Sigma0_512((a)) + Maj((a), (b), (c)); \
566 (h) = T1 + Sigma0_512((a)) + Maj((a), (b), (c)); \
653 T2 = Sigma0_512(a) + Maj(a, b, c);
676 T2 = Sigma0_512(a) + Maj(a, b, c);

Completed in 80 milliseconds