Searched refs:sbox (Results 1 – 3 of 3) sorted by relevance
37 static const uint8_t sbox[256] = { variable67 #define subbyte(a, o)(sbox[((a) >> (o))&0xff] << (o))118 s[i] = sbox[s[i]]; in sub_bytes()
197 static const uint_8t sbox[256] = sb_data(f1);208 #define s_box(x) sbox[(x)]