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

/freebsd-13-stable/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daesopt.h530 #define brot(x, n) (((uint32_t)(x) << (n)) | ((uint32_t)(x) >> (32 - (n)))) macro
531 #define aes_sw32(x) ((brot((x), 8) & 0x00ff00ff) | (brot((x), 24) & 0xff00ff00))

Completed in 59 milliseconds