HomeSort by relevance Sort by last modified time
    Searched refs:Ch (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
zfs_sha256.c 39 * Ch(x, y, z) (((x) & (y)) ^ ((~(x)) & (z)))
44 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z))))
87 T1 = h + SIGMA1(e) + Ch(e, f, g) + SHA256_K[t] + W[t];
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
sha256.c 38 * The literal definitions of Ch() and Maj() according to FIPS 180-3 are:
40 * Ch(x, y, z) (x & y) ^ (~x & z)
45 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z))))
88 T1 = h + SIGMA1(e) + Ch(e, f, g) + SHA256_K[t] + W[t];
  /onnv/onnv-gate/usr/src/lib/libsum/common/
sum-sha2.c 267 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z)))
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((e), (f), (g)) + K512[j] +
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/sha/
sha256.c 153 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z)))
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]; \
sha512.c 347 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z)))
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]; \
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
Unicode.pm 243 Ch. 15, pp. 403 of C<Programming Perl (3rd Edition)>
  /onnv/onnv-gate/usr/src/common/crypto/sha2/
sha2.c 87 /* Ch and Maj are the basic SHA2 functions. */
88 #define Ch(b, c, d) (((b) & (c)) ^ ((~b) & (d)))
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; \
  /onnv/onnv-gate/usr/src/uts/sun4u/cpu/
us3_common_asm.s 735 ldxa [%g0]ASI_EC_CTRL, %o0 ! read Ch/Ch+ E$ control reg
    [all...]
  /onnv/onnv-gate/usr/src/cmd/hwdata/
pci.ids     [all...]

Completed in 300 milliseconds