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

  /netvirt/usr/src/grub/grub-0.95/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];
  /netvirt/usr/src/uts/common/fs/zfs/
sha256.c 41 * The literal definitions of Ch() and Maj() according to FIPS 180-3 are:
43 * Ch(x, y, z) (x & y) ^ (~x & z)
48 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z))))
91 T1 = h + SIGMA1(e) + Ch(e, f, g) + SHA256_K[t] + W[t];
  /netvirt/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]; \
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
Unicode.pm 243 Ch. 15, pp. 403 of C<Programming Perl (3rd Edition)>
  /netvirt/usr/src/common/crypto/sha2/
sha2.c 73 /* Ch and Maj are the basic SHA2 functions. */
74 #define Ch(b, c, d) (((b) & (c)) ^ ((~b) & (d)))
91 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_CONST(i) + w; \
102 T1 = h + BIGSIGMA1(e) + Ch(e, f, g) + SHA512_CONST(i) + w; \
  /netvirt/usr/src/uts/sun4u/cpu/
us3_common_asm.s 707 ldxa [%g0]ASI_EC_CTRL, %o0 ! read Ch/Ch+ E$ control reg
    [all...]
  /netvirt/usr/src/cmd/hwdata/
pci.ids     [all...]

Completed in 620 milliseconds