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

/freebsd-12-stable/contrib/bearssl/src/hash/
H A Dsha2big.c28 #define MAJ(X, Y, Z) (((Y) & (Z)) | (((Y) | (Z)) & (X))) macro
101 T2 = BSG5_0(A) + MAJ(A, B, C); \
H A Dsha2small.c28 #define MAJ(X, Y, Z) (((Y) & (Z)) | (((Y) | (Z)) & (X))) macro
76 T2 = BSG2_0(A) + MAJ(A, B, C); \
134 t2 = BSG2_0(a) + MAJ(a, b, c); \

Completed in 392 milliseconds