Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/peripherals/soft-se/
Daes.c527 block_copy_nn(ctx->ksch, key, keylen);
533 t0 = ctx->ksch[cc - 4];
534 t1 = ctx->ksch[cc - 3];
535 t2 = ctx->ksch[cc - 2];
536 t3 = ctx->ksch[cc - 1];
554 ctx->ksch[cc + 0] = ctx->ksch[tt + 0] ^ t0;
555 ctx->ksch[cc + 1] = ctx->ksch[tt + 1] ^ t1;
556 ctx->ksch[cc + 2] = ctx->ksch[tt + 2] ^ t2;
557 ctx->ksch[cc + 3] = ctx->ksch[tt + 3] ^ t3;
573 copy_and_key( s1, in, ctx->ksch );
[all …]
Daes.h73 { uint8_t ksch[(N_MAX_ROUNDS + 1) * N_BLOCK]; member
Dcmac.c63 memset1( ctx->rijndael.ksch, '\0', 240 ); in AES_CMAC_Init()
Dsoft-se.c248 memset1( aesContext.ksch, '\0', 240 ); in SecureElementAesEncrypt()