Searched refs:aes_inv_sbox (Results 1 - 2 of 2) sorted by relevance

/external/srtp/tables/
H A Daes_tables.c52 unsigned char aes_inv_sbox[256]; variable
87 aes_inv_sbox[x] = i;
141 extern uint8_t aes_inv_sbox[256];
151 x = aes_inv_sbox[i];
/external/srtp/crypto/cipher/
H A Daes.c1141 * the following tables (aes_sbox, aes_inv_sbox, T4, U4) are
1183 aes_inv_sbox[256] = { variable
1599 state->v8[0] = aes_inv_sbox[state->v8[0]];
1600 state->v8[4] = aes_inv_sbox[state->v8[4]];
1601 state->v8[8] = aes_inv_sbox[state->v8[8]];
1602 state->v8[12] = aes_inv_sbox[state->v8[12]];
1605 tmp = aes_inv_sbox[state->v8[13]];
1606 state->v8[13] = aes_inv_sbox[state->v8[9]];
1607 state->v8[9] = aes_inv_sbox[state->v8[5]];
1608 state->v8[5] = aes_inv_sbox[stat
[all...]

Completed in 92 milliseconds