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

/freebsd-12-stable/sys/crypto/skein/
H A Dskein_block.c125 #define R256(p0,p1,p2,p3,ROT,rNum) /* fully unrolled */ \ macro
136 #define R256(p0,p1,p2,p3,ROT,rNum) \ macro
153 R256(0,1,2,3,R_256_0,8*(R) + 1); \
154 R256(0,3,2,1,R_256_1,8*(R) + 2); \
155 R256(0,1,2,3,R_256_2,8*(R) + 3); \
156 R256(0,3,2,1,R_256_3,8*(R) + 4); \
158 R256(0,1,2,3,R_256_4,8*(R) + 5); \
159 R256(0,3,2,1,R_256_5,8*(R) + 6); \
160 R256(0,1,2,3,R_256_6,8*(R) + 7); \
161 R256(
[all...]

Completed in 29 milliseconds