Lines Matching refs:ksch
528 block_copy_nn(ctx->ksch, key, keylen);
534 t0 = ctx->ksch[cc - 4];
535 t1 = ctx->ksch[cc - 3];
536 t2 = ctx->ksch[cc - 2];
537 t3 = ctx->ksch[cc - 1];
555 ctx->ksch[cc + 0] = ctx->ksch[tt + 0] ^ t0;
556 ctx->ksch[cc + 1] = ctx->ksch[tt + 1] ^ t1;
557 ctx->ksch[cc + 2] = ctx->ksch[tt + 2] ^ t2;
558 ctx->ksch[cc + 3] = ctx->ksch[tt + 3] ^ t3;
574 copy_and_key( s1, in, ctx->ksch );
580 add_round_key( s1, ctx->ksch + r * N_BLOCK);
585 copy_and_key( s1, s2, ctx->ksch + r * N_BLOCK);
589 copy_and_key( out, s1, ctx->ksch + r * N_BLOCK );
625 copy_and_key( s1, in, ctx->ksch + ctx->rnd * N_BLOCK );
631 add_round_key( s1, ctx->ksch + r * N_BLOCK );
636 copy_and_key( s2, s1, ctx->ksch + r * N_BLOCK );
640 copy_and_key( out, s1, ctx->ksch );