summaryrefslogtreecommitdiff
path: root/utils/atj2137/atjboottool/atj_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/atj2137/atjboottool/atj_tables.h')
-rw-r--r--utils/atj2137/atjboottool/atj_tables.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/utils/atj2137/atjboottool/atj_tables.h b/utils/atj2137/atjboottool/atj_tables.h
new file mode 100644
index 0000000000..2171453c01
--- /dev/null
+++ b/utils/atj2137/atjboottool/atj_tables.h
@@ -0,0 +1,16 @@
1#ifndef __ATJ_TABLES__
2#define __ATJ_TABLES__
3
4uint8_t g_check_block_A_table[1024];
5uint8_t g_decode_B_table[20];
6uint32_t g_xor_key[9];
7uint32_t g_crypto_table[8];
8uint32_t g_crypto_table2[8];
9uint32_t g_crypto_key6[8];
10uint32_t g_crypto_key3[6];
11uint32_t g_crypto_key4[6];
12uint32_t g_crypto_key5[6];
13uint32_t g_crypto_data[8];
14uint32_t g_crypto_data3[6];
15
16#endif // __ATJ_TABLES__