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

/freebsd-10.2-release/sys/cddl/boot/zfs/
H A Dsha256.c47 #define Rot32(x, s) (((x) >> s) | ((x) << (32 - s))) macro
48 #define SIGMA0(x) (Rot32(x, 2) ^ Rot32(x, 13) ^ Rot32(x, 22))
49 #define SIGMA1(x) (Rot32(x, 6) ^ Rot32(x, 11) ^ Rot32(x, 25))
50 #define sigma0(x) (Rot32(x, 7) ^ Rot32(x, 18) ^ ((x) >> 3))
51 #define sigma1(x) (Rot32(
[all...]

Completed in 88 milliseconds