Lines Matching defs:sbox
44 static uint8_t sbox[256];
122 static inline void aes_crypt(AVAES *a, int s, const uint8_t *sbox,
132 subshift(&a->state[0], s, sbox);
142 aes_crypt(a, 2, sbox, enc_multbl);
175 const uint8_t *sbox)
180 int x = sbox[i];
224 sbox[i] = j;
229 log8, alog8, sbox);
242 tk[0][i] ^= sbox[tk[KC - 1][(i + 1) & 3]];
251 tk[j][i] ^= sbox[tk[j - 1][i]];
261 subshift(&tmp[1], 0, sbox);