Home
last modified time | relevance | path

Searched refs:ksch (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Daes.c534 block_copy_nn(ctx->ksch, key, keylen);
540 t0 = ctx->ksch[cc - 4];
541 t1 = ctx->ksch[cc - 3];
542 t2 = ctx->ksch[cc - 2];
543 t3 = ctx->ksch[cc - 1];
558 ctx->ksch[cc + 0] = ctx->ksch[tt + 0] ^ t0;
559 ctx->ksch[cc + 1] = ctx->ksch[tt + 1] ^ t1;
560 ctx->ksch[cc + 2] = ctx->ksch[tt + 2] ^ t2;
561 ctx->ksch[cc + 3] = ctx->ksch[tt + 3] ^ t3;
577 copy_and_key( s1, in, ctx->ksch );
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Daes.h69 uint_8t ksch[(N_MAX_ROUNDS + 1) * N_BLOCK]; member