partition_data_manager: Add accessor for decrypted PRODINFO partition
This commit is contained in:
parent
e443d76a29
commit
42252d9796
2 changed files with 5 additions and 0 deletions
|
@ -84,6 +84,7 @@ public:
|
|||
bool HasProdInfo() const;
|
||||
FileSys::VirtualFile GetProdInfoRaw() const;
|
||||
void DecryptProdInfo(std::array<u8, 0x20> bis_key);
|
||||
FileSys::VirtualFile GetDecryptedProdInfo() const;
|
||||
std::array<u8, 0x240> GetETicketExtendedKek() const;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue