Amaury Pouly | 821efc4 | 2012-10-03 14:27:19 +0200 | [diff] [blame] | 1 | #ifndef __ATJ_TABLES__ |
2 | #define __ATJ_TABLES__ | ||||
3 | |||||
4 | uint8_t g_check_block_A_table[1024]; | ||||
5 | uint8_t g_decode_B_table[20]; | ||||
6 | uint32_t g_xor_key[9]; | ||||
7 | uint32_t g_crypto_table[8]; | ||||
8 | uint32_t g_crypto_table2[8]; | ||||
9 | uint32_t g_crypto_key6[8]; | ||||
10 | uint32_t g_crypto_key3[6]; | ||||
11 | uint32_t g_crypto_key4[6]; | ||||
12 | uint32_t g_crypto_key5[6]; | ||||
13 | uint32_t g_crypto_data[8]; | ||||
14 | uint32_t g_crypto_data3[6]; | ||||
15 | |||||
16 | #endif // __ATJ_TABLES__ |