keys: Add ETicket RSA keypair to keyfile

This commit is contained in:
shchmue 2022-04-02 09:45:14 -06:00
parent 065ba8bc11
commit 85e56adbf5
2 changed files with 11 additions and 9 deletions

View file

@ -131,6 +131,7 @@ typedef struct {
tsec_root_key[AES_128_KEY_SIZE];
u32 sbk[4];
keyblob_t keyblob[KB_FIRMWARE_VERSION_600 + 1];
rsa_keypair_t rsa_keypair;
} key_derivation_ctx_t;
typedef struct {