Removed key writeout function
This commit is contained in:
parent
3e8dc06867
commit
f0b13ee2f6
2 changed files with 0 additions and 95 deletions
|
|
@ -314,10 +314,6 @@ private:
|
|||
bool dev_mode;
|
||||
void LoadFromFile(const std::filesystem::path& file_path, bool is_title_keys);
|
||||
|
||||
template <size_t Size>
|
||||
void WriteKeyToFile(KeyCategory category, std::string_view keyname,
|
||||
const std::array<u8, Size>& key);
|
||||
|
||||
void DeriveGeneralPurposeKeys(std::size_t crypto_revision);
|
||||
|
||||
void DeriveETicketRSAKey();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue