Home
last modified time | relevance | path

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

/loramac-node-latest/src/peripherals/soft-se/
Daes.c240 { uint8_t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; in gf_inv() local
251 p2 ^= (p1 * n2) & 0xff; /* and remove from larger one */ in gf_inv()
253 n2 = hibit(p2); /* add into result */ in gf_inv()
262 p1 ^= p2 * n1; in gf_inv()