exo/spl: Add new EsCommonKeyType

This commit is contained in:
Michael Scire 2023-10-11 11:03:17 -07:00 committed by SciresM
parent c5d7ca5159
commit 114b82284d
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[] = {