exo2: implement GenerateRandomBytes

This commit is contained in:
Michael Scire
2020-05-15 03:23:31 -07:00
committed by SciresM
parent 6bf283ec2e
commit fa64bf4951
6 changed files with 101 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ namespace ams::secmon::smc {
Success = 0,
NotImplemented = 1,
InvalidArgument = 2,
InProgress = 3,
Busy = 3,
NoAsyncOperation = 4,
InvalidAsyncOperation = 5,
NotPermitted = 6,