Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/crypto_toolbox/
H A Daes.cc174 static const uint_8t gfm3_sbox[256] = sb_data(f3); variable
184 #define gfm3_sb(x) gfm3_sbox[(x)]
/aosp12/system/bt/stack/crypto_toolbox/
H A Daes.cc222 static const uint_8t gfm3_sbox[256] = sb_data(f3); variable
232 #define gfm3_sb(x) gfm3_sbox[(x)]