SPL services: Difference between revisions
No edit summary |
|||
Line 6: | Line 6: | ||
| 0 || [[#GetConfig]] || | | 0 || [[#GetConfig]] || | ||
|- | |- | ||
| 1 || || | | 1 || || | ||
|- | |- | ||
| 2 || [[#ScrambleKeyA]] || | | 2 || [[#ScrambleKeyA]] || | ||
|- | |- | ||
| 3 || || | | 3 || || | ||
|- | |- | ||
| 4 || [[#ScrambleKeyB]] || | | 4 || [[#ScrambleKeyB]] || | ||
|- | |- | ||
| 5 || || | | 5 || [[#SetConfig]] || | ||
|- | |- | ||
| 7 || || | | 7 || || | ||
Line 26: | Line 26: | ||
| 12 || || | | 12 || || | ||
|- | |- | ||
| 13 || || | | 13 || [[#EncDec0]] || | ||
|- | |- | ||
| 14 || || | | 14 || || | ||
Line 76: | Line 76: | ||
Also console unique. This is not the inverse operation of [[#ScrambleKeyA]]. | Also console unique. This is not the inverse operation of [[#ScrambleKeyA]]. | ||
== SetConfig == | |||
Takes two input words, a ConfigItem and the value to set. | |||
{| class="wikitable" border="1" | |||
|- | |||
! ConfigItem || Name | |||
|- | |||
| 13 || Unknown. | |||
|} | |||
== GetDevunitFlag == | == GetDevunitFlag == | ||
Line 82: | Line 92: | ||
Returns an u8 flag for whether the system is devunit. Output flag is 0 on retail. | Returns an u8 flag for whether the system is devunit. Output flag is 0 on retail. | ||
== | == EncDec0 == | ||
Last SPL cmd used by [[SSL_services|SSL]]-sysmodule for TLS client-privk. | Last SPL cmd used by [[SSL_services|SSL]]-sysmodule for TLS client-privk. |