mirror of
https://github.com/Decscots/Lockpick_RCM.git
synced 2025-06-21 16:37:18 +02:00
Support dev key dumping on all consoles
This commit is contained in:
parent
38fff7127b
commit
a89e9b4d7f
7 changed files with 176 additions and 78 deletions
|
@ -109,8 +109,7 @@ typedef struct {
|
|||
package2_key[KB_FIRMWARE_VERSION_MAX + 1][AES_128_KEY_SIZE],
|
||||
titlekek[KB_FIRMWARE_VERSION_MAX + 1][AES_128_KEY_SIZE],
|
||||
tsec_key[AES_128_KEY_SIZE],
|
||||
tsec_root_key[AES_128_KEY_SIZE],
|
||||
tsec_root_key_dev[AES_128_KEY_SIZE];
|
||||
tsec_root_key[AES_128_KEY_SIZE];
|
||||
u32 sbk[4];
|
||||
keyblob_t keyblob[KB_FIRMWARE_VERSION_600 + 1];
|
||||
} key_derivation_ctx_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue