Lines Matching refs:s2
559 uint_8t s2[N_BLOCK];
560 mix_sub_columns(s2, s1);
561 copy_and_key(s1, s2, ctx->ksch + r * N_BLOCK);
605 uint_8t s2[N_BLOCK];
606 copy_and_key(s2, s1, ctx->ksch + r * N_BLOCK);
607 inv_mix_sub_columns(s1, s2);
677 uint_8t s2[N_BLOCK];
678 mix_sub_columns(s2, s1);
680 copy_and_key(s1, s2, o_key);
733 uint_8t s2[N_BLOCK];
735 copy_and_key(s2, s1, o_key);
736 inv_mix_sub_columns(s1, s2);
805 uint_8t s2[N_BLOCK];
806 mix_sub_columns(s2, s1);
808 copy_and_key(s1, s2, o_key + 16);
811 copy_and_key(s1, s2, o_key);
886 uint_8t s2[N_BLOCK];
889 copy_and_key(s2, s1, o_key + 16);
891 copy_and_key(s2, s1, o_key);
892 inv_mix_sub_columns(s1, s2);