DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
F5
crypto/libressl/crypto/ripemd/rmd_locl.h
106
#define F5(x,y,z) ((x)^((y)|(~(z))))
crypto/libressl/crypto/ripemd/rmd_locl.h
115
#define F5(x,y,z) (((~(z)) | (y)) ^ (x))