Add basic support to fusee for multiple tsec_root_keys.

This commit is contained in:
Michael Scire
2019-01-30 04:14:00 -08:00
parent 3d6405be85
commit f78fd29e38
9 changed files with 81 additions and 52 deletions

View File

@@ -22,7 +22,7 @@
#include "masterkey.h"
typedef struct {
unsigned char tsec_root_key[0x10];
unsigned char tsec_root_keys[0x20][0x10];
unsigned char master_keks[0x20][0x10];
} fusee_extkeys_t;