exo2: implement SmcGenerateAesKek, SmcLoadAesKey
This commit is contained in:
@@ -53,4 +53,8 @@ namespace ams::pkg1 {
|
||||
RsaKeySlot_PrivateKey = 1,
|
||||
};
|
||||
|
||||
constexpr bool IsUserAesKeySlot(int slot) {
|
||||
return AesKeySlot_UserStart <= slot && slot < AesKeySlot_UserEnd;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user