Lines Matching refs:ksch
560 block_copy_nn(ctx->ksch, key, keylen);
566 t0 = ctx->ksch[cc - 4];
567 t1 = ctx->ksch[cc - 3];
568 t2 = ctx->ksch[cc - 2];
569 t3 = ctx->ksch[cc - 1];
584 ctx->ksch[cc + 0] = ctx->ksch[tt + 0] ^ t0;
585 ctx->ksch[cc + 1] = ctx->ksch[tt + 1] ^ t1;
586 ctx->ksch[cc + 2] = ctx->ksch[tt + 2] ^ t2;
587 ctx->ksch[cc + 3] = ctx->ksch[tt + 3] ^ t3;
602 copy_and_key(s1, in, ctx->ksch);
608 add_round_key(s1, ctx->ksch + r * N_BLOCK);
614 copy_and_key(s1, s2, ctx->ksch + r * N_BLOCK);
618 copy_and_key(out, s1, ctx->ksch + r * N_BLOCK);
649 copy_and_key(s1, in, ctx->ksch + ctx->rnd * N_BLOCK);
655 add_round_key(s1, ctx->ksch + r * N_BLOCK);
661 copy_and_key(s2, s1, ctx->ksch + r * N_BLOCK);
665 copy_and_key(out, s1, ctx->ksch);