Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
Ch
usr/src/boot/sys/cddl/boot/zfs/sha256.c
47
#define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z))))
usr/src/common/crypto/sha2/sha2.c
92
#define Ch(b, c, d) (((b) & (c)) ^ ((~b) & (d)))
usr/src/grub/grub-0.97/stage2/zfs_sha256.c
46
#define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z))))