Home
last modified time | relevance | path

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

/system/bt/stack/crypto_toolbox/
Daes.cc218 static const uint_8t sbox[256] = sb_data(f1); variable
229 #define s_box(x) sbox[(x)]
/system/bt/gd/crypto_toolbox/
Daes.cc170 static const uint_8t sbox[256] = sb_data(f1); variable
181 #define s_box(x) sbox[(x)]