diff options
Diffstat (limited to 'utils/atj2137/atjboottool/atj_tables.c')
-rw-r--r-- | utils/atj2137/atjboottool/atj_tables.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/utils/atj2137/atjboottool/atj_tables.c b/utils/atj2137/atjboottool/atj_tables.c index 579e17d52b..e2bd976bfe 100644 --- a/utils/atj2137/atjboottool/atj_tables.c +++ b/utils/atj2137/atjboottool/atj_tables.c @@ -20,7 +20,7 @@ ****************************************************************************/ #include <stdint.h> -uint8_t g_check_block_A_table[1024] = +uint8_t g_decode_A_table[1024] = { 0x16, 0x2b, 0x01, 0xe4, 0x0e, 0x3d, 0xc1, 0xdf, 0x0f, 0x35, 0x8f, 0xf5, 0xe2, 0x48, 0xa0, 0x2e, 0x1c, 0x6a, 0x57, 0xea, 0x6d, 0x9a, 0xe2, 0x03, 0xec, 0xe8, @@ -109,45 +109,45 @@ uint8_t g_decode_B_table[20] = 0xf8, 0xb4, 0x36, 0x41, 0xc5, 0x51, 0xaf }; -uint32_t g_crypto_table[8] = +uint32_t g_sect233k1_G_x[8] = { 0xefad6126, 0x0a4c9d6e, 0x19c26bf5, 0x149563a4, 0x29f22ff4, 0x7e731af1, 0x32ba853a, 0x00000172 }; -uint32_t g_crypto_table2[8] = +uint32_t g_sect233k1_G_y[8] = { 0x56fae6a3, 0x56e0c110, 0xf18aeb9b, 0x27a8cd9b, 0x555a67c4, 0x19b7f70f, 0x537dece8, 0x000001db }; -uint32_t g_crypto_key6[8] = +uint32_t g_sect233k1_b[8] = { 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }; -uint32_t g_crypto_key3[6] = +uint32_t g_sect163r2_G_x[6] = { 0xe8343e36, 0xd4994637, 0xa0991168, 0x86a2d57e, 0xf0eba162, 0x00000003 }; -uint32_t g_crypto_key4[6] = +uint32_t g_sect163r2_G_y[6] = { 0x797324f1, 0xb11c5c0c, 0xa2cdd545, 0x71a0094f, 0xd51fbc6c, 0x00000000 }; -uint32_t g_atj_ec163_a[6] = +uint32_t g_sect163r2_a[6] = { 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }; -uint32_t g_crypto_key5[6] = +uint32_t g_sect163r2_b[6] = { 0x4a3205fd, 0x512f7874, 0x1481eb10, 0xb8c953ca, 0x0a601907, 0x00000002 }; -uint32_t g_atj_ec233_a[8] = +uint32_t g_sect233k1_a[8] = { 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, }; |