Searched refs:swap_halfs (Results 1 – 1 of 1) sorted by relevance
805 u8 swap_halfs[4]; in mix_column() local818 swap_halfs[0] = in[2]; /* Swap halves */ in mix_column()819 swap_halfs[1] = in[3]; in mix_column()820 swap_halfs[2] = in[0]; in mix_column()821 swap_halfs[3] = in[1]; in mix_column()852 xor_32(swap_halfs, rotl, tempb); in mix_column()