Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
to_byte
usr/src/common/crypto/aes/amd64/aesopt.h
320
#define to_byte(x) ((uint8_t)(x))
usr/src/common/crypto/aes/amd64/aesopt.h
322
#define to_byte(x) ((x) & 0xff)