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

/freebsd-12-stable/sys/crypto/skein/
H A Dskein_block.c321 #define R512(p0,p1,p2,p3,p4,p5,p6,p7,ROT,rNum) /* unrolled */ \ macro
336 #define R512(p0,p1,p2,p3,p4,p5,p6,p7,ROT,rNum) \ macro
357 R512(0,1,2,3,4,5,6,7,R_512_0,8*(R)+ 1); \
358 R512(2,1,4,7,6,5,0,3,R_512_1,8*(R)+ 2); \
359 R512(4,1,6,3,0,5,2,7,R_512_2,8*(R)+ 3); \
360 R512(6,1,0,7,2,5,4,3,R_512_3,8*(R)+ 4); \
362 R512(0,1,2,3,4,5,6,7,R_512_4,8*(R)+ 5); \
363 R512(2,1,4,7,6,5,0,3,R_512_5,8*(R)+ 6); \
364 R512(4,1,6,3,0,5,2,7,R_512_6,8*(R)+ 7); \
365 R512(
[all...]

Completed in 99 milliseconds