summaryrefslogtreecommitdiffstats
path: root/src/core/crypto/key_manager.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-10-14 20:46:47 +0200
committerGitHub <noreply@github.com>2018-10-14 20:46:47 +0200
commitb3cca34f50dee6e50c4be3355a2344cdb90aca19 (patch)
treef5605cf80458f9d7b3547a8773d376e9e24da312 /src/core/crypto/key_manager.h
parentMerge pull request #1490 from lioncash/boot (diff)
parentpartition_data_manager: Reserve and insert data within output vector in DecryptPackage2() (diff)
downloadyuzu-b3cca34f50dee6e50c4be3355a2344cdb90aca19.tar
yuzu-b3cca34f50dee6e50c4be3355a2344cdb90aca19.tar.gz
yuzu-b3cca34f50dee6e50c4be3355a2344cdb90aca19.tar.bz2
yuzu-b3cca34f50dee6e50c4be3355a2344cdb90aca19.tar.lz
yuzu-b3cca34f50dee6e50c4be3355a2344cdb90aca19.tar.xz
yuzu-b3cca34f50dee6e50c4be3355a2344cdb90aca19.tar.zst
yuzu-b3cca34f50dee6e50c4be3355a2344cdb90aca19.zip
Diffstat (limited to 'src/core/crypto/key_manager.h')
-rw-r--r--src/core/crypto/key_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/crypto/key_manager.h b/src/core/crypto/key_manager.h
index a41abbdfc..cccb3c0ae 100644
--- a/src/core/crypto/key_manager.h
+++ b/src/core/crypto/key_manager.h
@@ -175,7 +175,7 @@ private:
void WriteKeyToFile(KeyCategory category, std::string_view keyname,
const std::array<u8, Size>& key);
- void DeriveGeneralPurposeKeys(u8 crypto_revision);
+ void DeriveGeneralPurposeKeys(std::size_t crypto_revision);
void SetKeyWrapped(S128KeyType id, Key128 key, u64 field1 = 0, u64 field2 = 0);
void SetKeyWrapped(S256KeyType id, Key256 key, u64 field1 = 0, u64 field2 = 0);