Searched refs:Ch (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libsum/common/ |
H A D | sum-sha2.c | 267 #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]; in SHA256_Transform() 594 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); in SHA256_Transform() 617 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256_Transform() 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 …]
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | zfs_sha256.c | 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]; in SHA256Transform()
|
/titanic_41/usr/src/common/crypto/sha2/ |
H A D | sha2.c | 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; \
|
/titanic_41/usr/src/uts/sun4u/cpu/ |
H A D | us3_common_asm.s | 735 ldxa [%g0]ASI_EC_CTRL, %o0 ! read Ch/Ch+ E$ control reg
|
/titanic_41/usr/src/data/hwdata/ |
H A D | pci.ids | 4152 1028 0511 PowerEdge Cost Effective RAID Controller ATA100/4Ch 29935 0e11 0295 SATA 6Ch (Bearcat)
|
H A D | usb.ids | 8796 00fa Ch Throttle Quadrant
|