summaryrefslogtreecommitdiffstats
path: root/src/core/crypto/key_manager.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-09-14 22:47:25 +0200
committerLioncash <mathew1800@gmail.com>2020-09-14 22:49:59 +0200
commite0dd440b1ff9bf4578d7b69912dfe4283bfd4e6a (patch)
tree3ef2537360711465dc0b08a79aa22a4180aa4f49 /src/core/crypto/key_manager.h
parentMerge pull request #4651 from lioncash/kernel-global (diff)
downloadyuzu-e0dd440b1ff9bf4578d7b69912dfe4283bfd4e6a.tar
yuzu-e0dd440b1ff9bf4578d7b69912dfe4283bfd4e6a.tar.gz
yuzu-e0dd440b1ff9bf4578d7b69912dfe4283bfd4e6a.tar.bz2
yuzu-e0dd440b1ff9bf4578d7b69912dfe4283bfd4e6a.tar.lz
yuzu-e0dd440b1ff9bf4578d7b69912dfe4283bfd4e6a.tar.xz
yuzu-e0dd440b1ff9bf4578d7b69912dfe4283bfd4e6a.tar.zst
yuzu-e0dd440b1ff9bf4578d7b69912dfe4283bfd4e6a.zip
Diffstat (limited to '')
-rw-r--r--src/core/crypto/key_manager.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/crypto/key_manager.h b/src/core/crypto/key_manager.h
index 321b75323..0a7220286 100644
--- a/src/core/crypto/key_manager.h
+++ b/src/core/crypto/key_manager.h
@@ -20,6 +20,10 @@ namespace Common::FS {
class IOFile;
}
+namespace FileSys {
+class ContentProvider;
+}
+
namespace Loader {
enum class ResultStatus : u16;
}
@@ -252,7 +256,7 @@ public:
bool BaseDeriveNecessary() const;
void DeriveBase();
- void DeriveETicket(PartitionDataManager& data);
+ void DeriveETicket(PartitionDataManager& data, const FileSys::ContentProvider& provider);
void PopulateTickets();
void SynthesizeTickets();