summaryrefslogtreecommitdiff
path: root/src/core/crypto/key_manager.h
diff options
context:
space:
mode:
authorGravatar Zach Hilman2019-04-17 11:29:21 -0400
committerGravatar Zach Hilman2019-07-07 21:38:33 -0400
commitd9ef20e5a53166fe3ecdca5ed225232eb7ad2f64 (patch)
tree25854c9201231a9b94cd884ea288f0ed84a6f790 /src/core/crypto/key_manager.h
parentkey_manager: Add structure for Ticket parsing (diff)
downloadyuzu-d9ef20e5a53166fe3ecdca5ed225232eb7ad2f64.tar.gz
yuzu-d9ef20e5a53166fe3ecdca5ed225232eb7ad2f64.tar.xz
yuzu-d9ef20e5a53166fe3ecdca5ed225232eb7ad2f64.zip
es: Populate/synthesize tickets on construction
Diffstat (limited to 'src/core/crypto/key_manager.h')
-rw-r--r--src/core/crypto/key_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/crypto/key_manager.h b/src/core/crypto/key_manager.h
index ff6bd08e1..d4e89d35c 100644
--- a/src/core/crypto/key_manager.h
+++ b/src/core/crypto/key_manager.h
@@ -236,6 +236,7 @@ public:
236 void DeriveBase(); 236 void DeriveBase();
237 void DeriveETicket(PartitionDataManager& data); 237 void DeriveETicket(PartitionDataManager& data);
238 void PopulateTickets(); 238 void PopulateTickets();
239 void SynthesizeTickets();
239 240
240 void PopulateFromPartitionData(PartitionDataManager& data); 241 void PopulateFromPartitionData(PartitionDataManager& data);
241 242