Lines Matching refs:ksch
508 block_copy_nn(ctx->ksch, key, keylen);
514 t0 = ctx->ksch[cc - 4];
515 t1 = ctx->ksch[cc - 3];
516 t2 = ctx->ksch[cc - 2];
517 t3 = ctx->ksch[cc - 1];
532 ctx->ksch[cc + 0] = ctx->ksch[tt + 0] ^ t0;
533 ctx->ksch[cc + 1] = ctx->ksch[tt + 1] ^ t1;
534 ctx->ksch[cc + 2] = ctx->ksch[tt + 2] ^ t2;
535 ctx->ksch[cc + 3] = ctx->ksch[tt + 3] ^ t3;
549 copy_and_key(s1, in, ctx->ksch);
555 add_round_key(s1, ctx->ksch + r * N_BLOCK);
561 copy_and_key(s1, s2, ctx->ksch + r * N_BLOCK);
565 copy_and_key(out, s1, ctx->ksch + r * N_BLOCK);
594 copy_and_key(s1, in, ctx->ksch + ctx->rnd * N_BLOCK);
600 add_round_key(s1, ctx->ksch + r * N_BLOCK);
606 copy_and_key(s2, s1, ctx->ksch + r * N_BLOCK);
610 copy_and_key(out, s1, ctx->ksch);