Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
Ch
lib/crypto/sha256.c
57
#define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z))))
lib/crypto/sha512.c
66
#define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z))))
tools/lib/bpf/libbpf_utils.c
167
#define Ch(x, y, z) (((x) & (y)) ^ (~(x) & (z)))