Lines Matching refs:s2
612 uint_8t s2[N_BLOCK];
613 mix_sub_columns(s2, s1);
614 copy_and_key(s1, s2, ctx->ksch + r * N_BLOCK);
660 uint_8t s2[N_BLOCK];
661 copy_and_key(s2, s1, ctx->ksch + r * N_BLOCK);
662 inv_mix_sub_columns(s1, s2);
732 uint_8t s2[N_BLOCK];
733 mix_sub_columns(s2, s1);
735 copy_and_key(s1, s2, o_key);
787 uint_8t s2[N_BLOCK];
789 copy_and_key(s2, s1, o_key);
790 inv_mix_sub_columns(s1, s2);
858 uint_8t s2[N_BLOCK];
859 mix_sub_columns(s2, s1);
861 copy_and_key(s1, s2, o_key + 16);
864 copy_and_key(s1, s2, o_key);
938 uint_8t s2[N_BLOCK];
941 copy_and_key(s2, s1, o_key + 16);
943 copy_and_key(s2, s1, o_key);
944 inv_mix_sub_columns(s1, s2);