Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Daes.c224 static uint_8t hibit(const uint_8t x) in hibit() function
237 uint_8t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; in gf_inv()
249 n2 = hibit(p2); /* add into result */ in gf_inv()
260 n1 = hibit(p1); in gf_inv()