OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S32
lib/libc/hash/sha2.c
156
#define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b))))
sys/crypto/sha2.c
123
#define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b))))
sys/lib/libsa/sha2.c
157
#define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b))))