Searched refs:rotl (Results 1 – 2 of 2) sorted by relevance
58 #define ROTx rotl195 rotl X(V), S; \196 rotl X(W), S; \197 rotl X(Y), S; \198 rotl X(Z), S;
814 u8 rotl[4]; in mix_column() local831 rotl[0] = in[3]; /* Rotate left 8 bits */ in mix_column()832 rotl[1] = in[0]; in mix_column()833 rotl[2] = in[1]; in mix_column()834 rotl[3] = in[2]; in mix_column()854 xor_32(swap_halves, rotl, tempb); in mix_column()