DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ROTR
crypto/libressl/crypto/sha/sha512.c
312
# define ROTR(a,n) ({ SHA_LONG64 ret; \
crypto/libressl/crypto/sha/sha512.c
329
# define ROTR(a,n) ({ SHA_LONG64 ret; \
crypto/libressl/crypto/sha/sha512.c
342
#define ROTR(x,s) (((x)>>s) | (x)<<(64-s))