Searched refs:swap_halfs (Results 1 – 1 of 1) sorted by relevance
1018 u8 swap_halfs[4]; in mix_column() local1031 swap_halfs[0] = in[2]; /* Swap halfs */ in mix_column()1032 swap_halfs[1] = in[3]; in mix_column()1033 swap_halfs[2] = in[0]; in mix_column()1034 swap_halfs[3] = in[1]; in mix_column()1065 xor_32(swap_halfs, rotl, tempb); in mix_column()