exo/spl: Add new EsCommonKeyType

This commit is contained in:
Michael Scire
2023-10-11 11:03:17 -07:00
parent 1060eda6ca
commit 3079578ece
5 changed files with 7 additions and 2 deletions

View File

@@ -32,8 +32,8 @@ namespace ams::secmon::smc {
struct PrepareEsDeviceUniqueKeyOption {
using KeyGeneration = util::BitPack32::Field<0, 6, int>;
using Type = util::BitPack32::Field<6, 1, EsCommonKeyType>;
using Reserved = util::BitPack32::Field<7, 25, u32>;
using Type = util::BitPack32::Field<6, 2, EsCommonKeyType>;
using Reserved = util::BitPack32::Field<8, 25, u32>;
};
constexpr const u8 ModularExponentiateByStorageKeyTable[] = {