Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/ext/tinycrypt/src/
Daes_encrypt.c37 static const uint8_t sbox[256] = { variable
67 #define subbyte(a, o)(sbox[((a) >> (o))&0xff] << (o))
118 s[i] = sbox[s[i]]; in sub_bytes()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Daes_encrypt.c37 static const uint8_t sbox[256] = { variable
67 #define subbyte(a, o)(sbox[((a) >> (o))&0xff] << (o))
118 s[i] = sbox[s[i]]; in sub_bytes()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Daes.c197 static const uint_8t sbox[256] = sb_data(f1);
208 #define s_box(x) sbox[(x)]