exo2: fix a number of bugs, add temp debug-log code

This commit is contained in:
Michael Scire
2020-05-16 03:29:50 -07:00
committed by SciresM
parent aa50944568
commit bb3a8a888f
5 changed files with 48 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ namespace ams::secmon::smc {
namespace {
constexpr inline auto AesKeySize = se::AesBlockSize;
constexpr inline size_t CmacSizeMax = 4_KB;
constexpr inline size_t CmacSizeMax = 1_KB;
enum SealKey {
SealKey_LoadAesKey = 0,