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

/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_sha256.c40 * Maj(x, y, z) (((x) & (y)) | ((x) & (z)) | ((y) & (z)))
45 #define Maj(x, y, z) (((x) & (y)) ^ ((z) & ((x) ^ (y)))) macro
88 T2 = SIGMA0(a) + Maj(a, b, c);
/opensolaris-onvv-gate/usr/src/lib/libsum/common/
H A Dsum-sha2.c268 #define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) macro
484 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
494 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
507 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
596 T2 = Sigma0_256(a) + Maj(a, b, c);
619 T2 = Sigma0_256(a) + Maj(a, b, c);
852 (h) = T1 + Sigma0_512(a) + Maj((a), (b), (c)), \
862 (h) = T1 + Sigma0_512(a) + Maj((a), (b), (c)); \
875 (h) = T1 + Sigma0_512(a) + Maj((a), (b), (c)); \
959 T2 = Sigma0_512(a) + Maj(
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/sha/
H A Dsha256.c154 #define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) macro
178 T2 = Sigma0(a) + Maj(a,b,c);
193 T2 = Sigma0(a) + Maj(a,b,c);
206 T2 = Sigma0(a) + Maj(a,b,c);
221 h = Sigma0(a) + Maj(a,b,c); \
H A Dsha512.c348 #define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) macro
384 T2 = Sigma0(a) + Maj(a,b,c);
396 T2 = Sigma0(a) + Maj(a,b,c);
412 h = Sigma0(a) + Maj(a,b,c); \
/opensolaris-onvv-gate/usr/src/tools/depcheck/
H A Dmake_pkg_db374 if (($Entity,$FType,$Class,$Maj,$Min,$Mode,$Owner,$Group,@Pkgs) =
467 if (($Entity,$FType,$Class,$Maj,$Min,$Mode,$Owner,$Group,@Pkgs) =
/opensolaris-onvv-gate/usr/src/common/crypto/sha2/
H A Dsha2.c87 /* Ch and Maj are the basic SHA2 functions. */
89 #define Maj(b, c, d) (((b) & (c)) ^ ((b) & (d)) ^ ((c) & (d))) macro
107 T2 = BIGSIGMA0_256(a) + Maj(a, b, c); \
118 T2 = BIGSIGMA0(a) + Maj(a, b, c); \

Completed in 207 milliseconds