Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Daes.c235 static uint_8t gf_inv(const uint_8t x) in gf_inv() function
293 #define s_box(x) fwd_affine(gf_inv(x))
294 #define is_box(x) gf_inv(inv_affine(x))