Searched refs:to_byte (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/crypto/aes/amd64/
H A Daesopt.h320 #define to_byte(x) ((uint8_t)(x))
322 #define to_byte(x) ((x) & 0xff) macro
552 #define bval(x, n) to_byte((x) >> (8 * (n)))
562 #define bval(x, n) to_byte((x) >> (24 - 8 * (n)))

Completed in 99 milliseconds