Lines Matching refs:rhotates

76 my @rhotates = ([  0,  1, 62, 28, 27 ],
206 ror $A[0][1],$A[1][1],#64-$rhotates[1][1]
208 ror $A[0][2],$A[2][2],#64-$rhotates[2][2]
210 ror $A[0][3],$A[3][3],#64-$rhotates[3][3]
212 ror $A[0][4],$A[4][4],#64-$rhotates[4][4]
214 ror $A[1][1],$A[1][4],#64-$rhotates[1][4]
215 ror $A[2][2],$A[2][3],#64-$rhotates[2][3]
216 ror $A[3][3],$A[3][2],#64-$rhotates[3][2]
217 ror $A[4][4],$A[4][1],#64-$rhotates[4][1]
219 ror $A[1][4],$A[4][2],#64-$rhotates[4][2]
220 ror $A[2][3],$A[3][4],#64-$rhotates[3][4]
221 ror $A[3][2],$A[2][1],#64-$rhotates[2][1]
222 ror $A[4][1],$A[1][3],#64-$rhotates[1][3]
224 ror $A[4][2],$A[2][4],#64-$rhotates[2][4]
225 ror $A[3][4],$A[4][3],#64-$rhotates[4][3]
226 ror $A[2][1],$A[1][2],#64-$rhotates[1][2]
227 ror $A[1][3],$A[3][1],#64-$rhotates[3][1]
229 ror $A[2][4],$A[4][0],#64-$rhotates[4][0]
230 ror $A[4][3],$A[3][0],#64-$rhotates[3][0]
231 ror $A[1][2],$A[2][0],#64-$rhotates[2][0]
232 ror $A[3][1],$A[1][0],#64-$rhotates[1][0]
234 ror $A[1][0],$C[0],#64-$rhotates[0][3]
235 ror $A[2][0],$C[3],#64-$rhotates[0][1]
236 ror $A[3][0],$C[2],#64-$rhotates[0][4]
237 ror $A[4][0],$C[1],#64-$rhotates[0][2]
582 xar $C[0], $A[0][1],$D[1],#64-$rhotates[0][1] // C[0]=A[2][0]
584 xar $A[0][1],$A[1][1],$D[1],#64-$rhotates[1][1]
585 xar $A[1][1],$A[1][4],$D[4],#64-$rhotates[1][4]
586 xar $A[1][4],$A[4][2],$D[2],#64-$rhotates[4][2]
587 xar $A[4][2],$A[2][4],$D[4],#64-$rhotates[2][4]
588 xar $A[2][4],$A[4][0],$D[0],#64-$rhotates[4][0]
590 xar $C[1], $A[0][2],$D[2],#64-$rhotates[0][2] // C[1]=A[4][0]
592 xar $A[0][2],$A[2][2],$D[2],#64-$rhotates[2][2]
593 xar $A[2][2],$A[2][3],$D[3],#64-$rhotates[2][3]
594 xar $A[2][3],$A[3][4],$D[4],#64-$rhotates[3][4]
595 xar $A[3][4],$A[4][3],$D[3],#64-$rhotates[4][3]
596 xar $A[4][3],$A[3][0],$D[0],#64-$rhotates[3][0]
598 xar $A[3][0],$A[0][4],$D[4],#64-$rhotates[0][4]
600 xar $D[4], $A[4][4],$D[4],#64-$rhotates[4][4] // D[4]=A[0][4]
601 xar $A[4][4],$A[4][1],$D[1],#64-$rhotates[4][1]
602 xar $A[1][3],$A[1][3],$D[3],#64-$rhotates[1][3] // A[1][3]=A[4][1]
603 xar $A[0][4],$A[3][1],$D[1],#64-$rhotates[3][1] // A[0][4]=A[1][3]
604 xar $A[3][1],$A[1][0],$D[0],#64-$rhotates[1][0]
606 xar $A[1][0],$A[0][3],$D[3],#64-$rhotates[0][3]
610 xar $D[3], $A[3][3],$D[3],#64-$rhotates[3][3] // D[3]=A[0][3]
611 xar $A[0][3],$A[3][2],$D[2],#64-$rhotates[3][2] // A[0][3]=A[3][3]
612 xar $D[1], $A[2][1],$D[1],#64-$rhotates[2][1] // D[1]=A[3][2]
613 xar $D[2], $A[1][2],$D[2],#64-$rhotates[1][2] // D[2]=A[2][1]
614 xar $D[0], $A[2][0],$D[0],#64-$rhotates[2][0] // D[0]=A[1][2]