Home
last modified time | relevance | path

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

/loramac-node-latest/src/peripherals/soft-se/
Daes.c515 uint8_t cc, rc, hi; local
528 hi = (keylen + 28) << 2;
529 ctx->rnd = (hi >> 4) - 1;
530 for( cc = keylen, rc = 1; cc < hi; cc += 4 )