Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Daes.c234 static uint_8t gf_inv(const uint_8t x) in gf_inv() function
291 #define s_box(x) fwd_affine(gf_inv(x))
292 #define is_box(x) gf_inv(inv_affine(x))