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

/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/skein/
H A Dskein_block.c138 #define R256(p0, p1, p2, p3, ROT, rNum) /* fully unrolled */ \ macro
149 #define R256(p0, p1, p2, p3, ROT, rNum) \ macro
167 R256(0, 1, 2, 3, R_256_0, 8 * (R) + 1); \
168 R256(0, 3, 2, 1, R_256_1, 8 * (R) + 2); \
169 R256(0, 1, 2, 3, R_256_2, 8 * (R) + 3); \
170 R256(0, 3, 2, 1, R_256_3, 8 * (R) + 4); \
172 R256(0, 1, 2, 3, R_256_4, 8 * (R) + 5); \
173 R256(0, 3, 2, 1, R_256_5, 8 * (R) + 6); \
174 R256(0, 1, 2, 3, R_256_6, 8 * (R) + 7); \
175 R256(
[all...]
/freebsd-13-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 92 milliseconds