Home
last modified time | relevance | path

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

/system/bt/stack/crypto_toolbox/
Daes.cc245 static uint_8t hibit(const uint_8t x) { in hibit() function
256 uint_8t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; in gf_inv()
267 n2 = hibit(p2); /* add into result */ in gf_inv()
277 n1 = hibit(p1); in gf_inv()