Home
last modified time | relevance | path

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

/loramac-node-latest/src/peripherals/soft-se/
Daes.c229 static uint8_t hibit(const uint8_t x) in hibit() function
240 { uint8_t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; in gf_inv()
253 n2 = hibit(p2); /* add into result */ in gf_inv()
264 n1 = hibit(p1); in gf_inv()