Searched refs:MAJ (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/bearssl/src/hash/ |
H A D | sha2big.c | 28 #define MAJ(X, Y, Z) (((Y) & (Z)) | (((Y) | (Z)) & (X))) macro 101 T2 = BSG5_0(A) + MAJ(A, B, C); \ in sha2big_round()
|
H A D | sha2small.c | 28 #define MAJ(X, Y, Z) (((Y) & (Z)) | (((Y) | (Z)) & (X))) macro 76 T2 = BSG2_0(A) + MAJ(A, B, C); \ in br_sha2small_round() 134 t2 = BSG2_0(a) + MAJ(a, b, c); \ in br_sha2small_round()
|
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | sha2.h | 105 #define MAJ(x, y, z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) macro 112 t2 = SIGMA_MAJ0_##sha_type((a)) + MAJ((a), (b), (c));\
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SHA256.cpp | 35 #define MAJ(x, y, z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) macro 47 H += SIGMA_0(A) + MAJ(A, B, C); \
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | NormalizationTest.txt | 5871 B9DE;B9DE;1106 1161 11BD;B9DE;1106 1161 11BD; # (맞; 맞; 맞; 맞; 맞; ) HANGUL SYLLABLE MAJ
|