mirror of
https://github.com/Scandal-UK/Incognito_RCM.git
synced 2024-11-22 11:56:41 +00:00
try additional method
This commit is contained in:
parent
ab56bb5f81
commit
dff93130a0
1 changed files with 8 additions and 0 deletions
|
@ -408,6 +408,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);
|
||||
|
||||
|
||||
|
||||
// writeClientCertHash();
|
||||
// writeCal0Hash();
|
||||
|
||||
|
|
Loading…
Reference in a new issue