Home | History | Annotate | Download | only in smp

Lines Matching refs:ksch

520     block_copy_nn(ctx->ksch, key, keylen);
526 t0 = ctx->ksch[cc - 4];
527 t1 = ctx->ksch[cc - 3];
528 t2 = ctx->ksch[cc - 2];
529 t3 = ctx->ksch[cc - 1];
547 ctx->ksch[cc + 0] = ctx->ksch[tt + 0] ^ t0;
548 ctx->ksch[cc + 1] = ctx->ksch[tt + 1] ^ t1;
549 ctx->ksch[cc + 2] = ctx->ksch[tt + 2] ^ t2;
550 ctx->ksch[cc + 3] = ctx->ksch[tt + 3] ^ t3;
566 copy_and_key( s1, in, ctx->ksch );
572 add_round_key( s1, ctx->ksch + r * N_BLOCK);
577 copy_and_key( s1, s2, ctx->ksch + r * N_BLOCK);
581 copy_and_key( out, s1, ctx->ksch + r * N_BLOCK );
617 copy_and_key( s1, in, ctx->ksch + ctx->rnd * N_BLOCK );
623 add_round_key( s1, ctx->ksch + r * N_BLOCK );
628 copy_and_key( s2, s1, ctx->ksch + r * N_BLOCK );
632 copy_and_key( out, s1, ctx->ksch );