HomeSort by relevance Sort by last modified time
    Searched full:ksch (Results 1 - 2 of 2) sorted by null

  /system/bt/stack/smp/
aes.c 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
    [all...]
aes.h 69 { uint_8t ksch[(N_MAX_ROUNDS + 1) * N_BLOCK]; member in struct:__anon73991

Completed in 431 milliseconds