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

/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_sha256.c39 * Ch(x, y, z) (((x) & (y)) ^ ((~(x)) & (z)))
44 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
87 T1 = h + SIGMA1(e) + Ch(e, f, g) + SHA256_K[t] + W[t];
/opensolaris-onvv-gate/usr/src/lib/libsum/common/
H A Dsum-sha2.c267 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
481 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
491 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
504 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
591 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
594 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
617 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
849 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
859 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
872 T1 = (h) + Sigma1_512(e) + Ch((
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/sha/
H A Dsha256.c153 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
177 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
192 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
205 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
220 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
H A Dsha512.c347 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
383 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
395 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
411 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
/opensolaris-onvv-gate/usr/src/common/crypto/sha2/
H A Dsha2.c87 /* Ch and Maj are the basic SHA2 functions. */
88 #define Ch(b, c, d) (((b) & (c)) ^ ((~b) & (d))) macro
105 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_CONST(i) + w; \
116 T1 = h + BIGSIGMA1(e) + Ch(e, f, g) + SHA512_CONST(i) + w; \
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm243 Ch. 15, pp. 403 of C<Programming Perl (3rd Edition)>
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencoding.pm522 Ch. 15 of C<Programming Perl (3rd Edition)>
/opensolaris-onvv-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common_asm.s735 ldxa [%g0]ASI_EC_CTRL, %o0 ! read Ch/Ch+ E$ control reg
/opensolaris-onvv-gate/usr/src/cmd/hwdata/
H A Dpci.ids2104 1028 0511 PowerEdge Cost Effective RAID Controller ATA100/4Ch
17766 0e11 0295 SATA 6Ch (Bearcat)

Completed in 145 milliseconds