mirror of
https://github.com/Scandal-UK/Incognito_RCM.git
synced 2024-11-08 13:11:52 +00:00
add output
This commit is contained in:
parent
dff93130a0
commit
ecc1b65d9d
1 changed files with 2 additions and 1 deletions
|
@ -407,13 +407,14 @@ void dump_keys() {
|
|||
|
||||
gfx_hexdump(0, tmp_dec, 0x10);
|
||||
|
||||
|
||||
se_aes_xts_crypt_sec(9, 8, 0, 0, tmp_dec, tmp, NX_EMMC_BLOCKSIZE);
|
||||
|
||||
gfx_hexdump(0, tmp_dec, 0x10);
|
||||
|
||||
se_aes_xts_crypt_sec(9, 8, 0, prodinfo_part->lba_start, tmp_dec, tmp, NX_EMMC_BLOCKSIZE);
|
||||
|
||||
gfx_hexdump(0, tmp_dec, 0x10);
|
||||
|
||||
|
||||
|
||||
// writeClientCertHash();
|
||||
|
|
Loading…
Reference in a new issue