Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daesopt.h319 #define to_byte(x) ((uint8_t)(x))
321 #define to_byte(x) ((x) & 0xff) macro
551 #define bval(x, n) to_byte((x) >> (8 * (n)))
561 #define bval(x, n) to_byte((x) >> (24 - 8 * (n)))