Home
last modified time | relevance | path

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

/system/bt/stack/crypto_toolbox/
Daes.cc255 static uint_8t gf_inv(const uint_8t x) { in gf_inv() function
306 #define s_box(x) fwd_affine(gf_inv(x))
307 #define is_box(x) gf_inv(inv_affine(x))