Searched refs:SHA256_CH (Results 1 – 1 of 1) sorted by relevance
2602 #define SHA256_CH(e, f, g) (((e) & (f)) ^ (~(e) & (g))) macro2624 t = SHA256_CH(E, F, G) + SHA256_RNDS1(E) + wk0 + H; in helper_sha256rnds2()2636 t = SHA256_CH(E, F, G) + SHA256_RNDS1(E) + wk1 + H; in helper_sha256rnds2()