diff options
| author | 2019-04-17 11:29:21 -0400 | |
|---|---|---|
| committer | 2019-07-07 21:38:33 -0400 | |
| commit | d9ef20e5a53166fe3ecdca5ed225232eb7ad2f64 (patch) | |
| tree | 25854c9201231a9b94cd884ea288f0ed84a6f790 /src/core/crypto/key_manager.h | |
| parent | key_manager: Add structure for Ticket parsing (diff) | |
| download | yuzu-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.h | 1 |
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 | ||