SPL services: Difference between revisions
No edit summary |
|||
Line 2: | Line 2: | ||
During [1.0.0-3.0.2], the only existing services were "csrng" and "spl:". However, in [4.0.0+] the "spl:" service was refactored and split into new services with different permission levels. Each service exposes the IPC command list differently in order to prevent cryptographic operations to take place in the wrong context. | During [1.0.0-3.0.2], the only existing services were "csrng" and "spl:". However, in [4.0.0+] the "spl:" service was refactored and split into new services with different permission levels. Each service exposes the IPC command list differently in order to prevent cryptographic operations to take place in the wrong context. | ||
In [2.0.0+] where previously only one AES keyslot was used, there is now support for 4 of them and when the session closes, all allocated AES keyslots are automatically freed. | |||
= csrng = | = csrng = | ||
Line 14: | Line 16: | ||
== GenerateRandomBytes == | == GenerateRandomBytes == | ||
Takes | Takes an output type-0xA buffer and fills it with random data from [[SMC#GetRandomBytes|GetRandomBytes SMC]]. Same command for "spl:" and "csrng" services, except for buffer-type. | ||
= spl: | = spl: = | ||
This is "nn::spl::detail::IGeneralInterface". | |||
[ | {| class="wikitable" border="1" | ||
|- | |||
! Cmd || Name | |||
|- | |||
| 0 || [[#GetConfig]] | |||
|- | |||
| 1 || [[#ExpMod]] | |||
|- | |||
| 5 || [[#SetConfig]] | |||
|- | |||
| 7 || [[#GenerateRandomBytes]] | |||
|- | |||
| 11 || [[#IsDevelopment]] | |||
|- | |||
| 24 || [3.0.0+] [[#SetBootReason]] | |||
|- | |||
| 25 || [3.0.0+] [[#GetBootReason]] | |||
|} | |||
= spl:mig = | |||
This is "nn::spl::detail::ICryptoInterface". | |||
{| class="wikitable" border="1" | |||
|- | |||
! Cmd || Name | |||
|- | |||
| 0 || [[#GetConfig]] | |||
|- | |||
| 1 || [[#ExpMod]] | |||
|- | |||
| 5 || [[#SetConfig]] | |||
|- | |||
| 7 || [[#GenerateRandomBytes]] | |||
|- | |||
| 11 || [[#IsDevelopment]] | |||
|- | |||
| 24 || [3.0.0+] [[#SetBootReason]] | |||
|- | |||
| 25 || [3.0.0+] [[#GetBootReason]] | |||
|- | |||
| 2 || [[#GenerateAesKek]] | |||
|- | |||
| 3 || [[#LoadAesKey]] | |||
|- | |||
| 4 || [[#GenerateAesKey]] | |||
|- | |||
| 14 || [[#DecryptAesKey]] | |||
|- | |||
| 15 || [[#CryptAesCtr]] | |||
|- | |||
| 16 || [[#ComputeCmac]] | |||
|- | |||
| 21 || [2.0.0+] [[#AllocateAesKeyslot]] | |||
|- | |||
| 22 || [2.0.0+] [[#FreeAesKeyslot]] | |||
|- | |||
| 23 || [2.0.0+] [[#GetAesKeyslotAvailableEvent]] | |||
|} | |||
= spl:fs = | |||
This is "nn::spl::detail::IFsInterface". | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
! Cmd || Name || | ! Cmd || Name | ||
|- | |||
| 0 || [[#GetConfig]] | |||
|- | |||
| 1 || [[#ExpMod]] | |||
|- | |- | ||
| | | 5 || [[#SetConfig]] | ||
|- | |- | ||
| | | 7 || [[#GenerateRandomBytes]] | ||
|- | |- | ||
| | | 11 || [[#IsDevelopment]] | ||
|- | |- | ||
| | | 24 || [3.0.0+] [[#SetBootReason]] | ||
|- | |- | ||
| | | 25 || [3.0.0+] [[#GetBootReason]] | ||
|- | |- | ||
| | | 2 || [[#GenerateAesKek]] | ||
|- | |- | ||
| | | 3 || [[#LoadAesKey]] | ||
|- | |- | ||
| | | 4 || [[#GenerateAesKey]] | ||
|- | |- | ||
| | | 14 || [[#DecryptAesKey]] | ||
|- | |- | ||
| | | 15 || [[#CryptAesCtr]] | ||
|- | |- | ||
| | | 16 || [[#ComputeCmac]] | ||
|- | |- | ||
| | | 21 || [2.0.0+] [[#AllocateAesKeyslot]] | ||
|- | |||
| 22 || [2.0.0+] [[#FreeAesKeyslot]] | |||
|- | |||
| 23 || [2.0.0+] [[#GetAesKeyslotAvailableEvent]] | |||
|- | |||
| 9 || [[#ImportLotusKey]] | |||
|- | |||
| 10 || [[#DecryptLotusMessage]] | |||
|- | |||
| 12 || [[#GenerateSpecificAesKey]] | |||
|- | |||
| 19 || [[#LoadTitleKey]] | |||
|- | |||
| 31 || [5.0.0+] GetPackage2Hash | |||
|} | |||
= spl:ssl = | |||
This is "nn::spl::detail::ISslInterface". | |||
{| class="wikitable" border="1" | |||
|- | |- | ||
| | ! Cmd || Name | ||
|- | |- | ||
| | | 0 || [[#GetConfig]] | ||
|- | |- | ||
| | | 1 || [[#ExpMod]] | ||
|- | |- | ||
| | | 5 || [[#SetConfig]] | ||
|- | |- | ||
| | | 7 || [[#GenerateRandomBytes]] | ||
|- | |- | ||
| | | 11 || [[#IsDevelopment]] | ||
|- | |- | ||
| | | 24 || [3.0.0+] [[#SetBootReason]] | ||
|- | |- | ||
| | | 25 || [3.0.0+] [[#GetBootReason]] | ||
|- | |- | ||
| | | 2 || [[#GenerateAesKek]] | ||
|- | |- | ||
| | | 3 || [[#LoadAesKey]] | ||
|- | |- | ||
| | | 4 || [[#GenerateAesKey]] | ||
|- | |- | ||
| | | 14 || [[#DecryptAesKey]] | ||
|- | |- | ||
| | | 15 || [[#CryptAesCtr]] | ||
|- | |- | ||
| | | 16 || [[#ComputeCmac]] | ||
|- | |- | ||
| | | 21 || [2.0.0+] [[#AllocateAesKeyslot]] | ||
|- | |- | ||
| | | 22 || [2.0.0+] [[#FreeAesKeyslot]] | ||
|- | |- | ||
| | | 23 || [2.0.0+] [[#GetAesKeyslotAvailableEvent]] | ||
|- | |- | ||
| | | 13 || [[#DecryptRsaPrivateKey]] | ||
|- | |- | ||
| | | 26 || [5.0.0+] ImportSslKey | ||
|- | |- | ||
| 32 || [6.0.0+] [[#LoadElicenseKey]] | | | 27 || [5.0.0+] SslExpMod | ||
|} | |||
= spl:es = | |||
This is "nn::spl::detail::IEsInterface". | |||
{| class="wikitable" border="1" | |||
|- | |||
! Cmd || Name | |||
|- | |||
| 0 || [[#GetConfig]] | |||
|- | |||
| 1 || [[#ExpMod]] | |||
|- | |||
| 5 || [[#SetConfig]] | |||
|- | |||
| 7 || [[#GenerateRandomBytes]] | |||
|- | |||
| 11 || [[#IsDevelopment]] | |||
|- | |||
| 24 || [3.0.0+] [[#SetBootReason]] | |||
|- | |||
| 25 || [3.0.0+] [[#GetBootReason]] | |||
|- | |||
| 2 || [[#GenerateAesKek]] | |||
|- | |||
| 3 || [[#LoadAesKey]] | |||
|- | |||
| 4 || [[#GenerateAesKey]] | |||
|- | |||
| 14 || [[#DecryptAesKey]] | |||
|- | |||
| 15 || [[#CryptAesCtr]] | |||
|- | |||
| 16 || [[#ComputeCmac]] | |||
|- | |||
| 21 || [2.0.0+] [[#AllocateAesKeyslot]] | |||
|- | |||
| 22 || [2.0.0+] [[#FreeAesKeyslot]] | |||
|- | |||
| 23 || [2.0.0+] [[#GetAesKeyslotAvailableEvent]] | |||
|- | |||
| 13 || [[#DecryptRsaPrivateKey]] | |||
|- | |||
| 17 || [[#ImportEsKey]] | |||
|- | |||
| 18 || [[#UnwrapTitleKey]] | |||
|- | |||
| 20 || [2.0.0+] [[#UnwrapCommonTitleKey]] | |||
|- | |||
| 28 || [5.0.0+] ImportDrmKey | |||
|- | |||
| 29 || [5.0.0+] DrmExpMod | |||
|- | |||
| 31 || [6.0.0+] UnwrapElicenseKey | |||
|- | |||
| 32 || [6.0.0+] [[#LoadElicenseKey]] | |||
|} | |||
= spl:manu = | |||
This is "nn::spl::detail::IManuInterface". | |||
{| class="wikitable" border="1" | |||
|- | |||
! Cmd || Name | |||
|- | |||
| 0 || [[#GetConfig]] | |||
|- | |||
| 1 || [[#ExpMod]] | |||
|- | |||
| 5 || [[#SetConfig]] | |||
|- | |||
| 7 || [[#GenerateRandomBytes]] | |||
|- | |||
| 11 || [[#IsDevelopment]] | |||
|- | |||
| 24 || [3.0.0+] [[#SetBootReason]] | |||
|- | |||
| 25 || [3.0.0+] [[#GetBootReason]] | |||
|- | |||
| 2 || [[#GenerateAesKek]] | |||
|- | |||
| 3 || [[#LoadAesKey]] | |||
|- | |||
| 4 || [[#GenerateAesKey]] | |||
|- | |||
| 14 || [[#DecryptAesKey]] | |||
|- | |||
| 15 || [[#CryptAesCtr]] | |||
|- | |||
| 16 || [[#ComputeCmac]] | |||
|- | |||
| 21 || [2.0.0+] [[#AllocateAesKeyslot]] | |||
|- | |||
| 22 || [2.0.0+] [[#FreeAesKeyslot]] | |||
|- | |||
| 23 || [2.0.0+] [[#GetAesKeyslotAvailableEvent]] | |||
|- | |||
| 13 || [[#DecryptRsaPrivateKey]] | |||
|- | |||
| 30 || [5.0.0+] ReEncryptRsaPrivateKey | |||
|} | |} | ||
Line 95: | Line 279: | ||
Wrapper for [[SMC#GetConfig|GetConfig SMC]]. | Wrapper for [[SMC#GetConfig|GetConfig SMC]]. | ||
Takes | Takes an input u32 '''ConfigItem'''. Returns one or more output u64s '''ConfigValue'''. | ||
== ExpMod == | == ExpMod == | ||
Wrapper for [[SMC#ExpMod|ExpMod SMC]]. | Wrapper for [[SMC#ExpMod|ExpMod SMC]]. | ||
Takes | Takes an output type-0xA buffer '''DataOut''' and 3 input type-0x9 buffers '''DataIn''', '''ExpIn''' and '''ModIn'''. | ||
Performs asymmetric crypto with user supplied modulus and exponent. | Performs asymmetric crypto with user supplied modulus and exponent. | ||
Line 107: | Line 291: | ||
Wrapper for [[SMC#GenerateAesKek|GenerateAesKek SMC]]. | Wrapper for [[SMC#GenerateAesKek|GenerateAesKek SMC]]. | ||
Takes | Takes an input 16-byte '''KeySource''' and two input u32s '''Generation''' and '''Option'''. Returns an output 16-byte '''AccessKey'''. | ||
Returns | |||
== LoadAesKey == | == LoadAesKey == | ||
Wrapper for [[SMC#LoadAesKey|LoadAesKey SMC]]. | Wrapper for [[SMC#LoadAesKey|LoadAesKey SMC]]. | ||
Takes | Takes an input u32 '''Keyslot''' , an input 16-byte '''AccessKey''' and an input 16-byte '''KeySource'''. | ||
Sets the specified ''' | Sets the specified '''Keyslot''' with a key generated from '''AccessKey''' and '''KeySource'''. | ||
[2.0.0+] Now verifies that the keyslot in use (0..3) is allocated by the current spl session, otherwise errors with 0xD21A. Previously, keyslot was hardcoded to 0. | [2.0.0+] Now verifies that the keyslot in use (0..3) is allocated by the current spl session, otherwise errors with 0xD21A. Previously, keyslot was hardcoded to 0. | ||
== GenerateAesKey == | == GenerateAesKey == | ||
Takes | Takes an input 16-byte '''AccessKey''' and an input 16-byte '''KeySource'''. Returns an output 16-byte '''AesKey'''. | ||
Generates a new key by decrypting (AES-ECB) ''' | Generates a new key by decrypting (AES-ECB) '''KeySource''' with a key generated from the supplied '''AccessKey''' and the key set with [[SMC#LoadAesKey|LoadAesKey SMC]]. | ||
[2.0.0+] Previously, it always used keyslot 0. Now it tries to allocate a keyslot to be used and returns 0xD01A if they're all busy. When the command is done, the keyslot is released. | [2.0.0+] Previously, it always used keyslot 0. Now it tries to allocate a keyslot to be used and returns 0xD01A if they're all busy. When the command is done, the keyslot is released. | ||
Line 130: | Line 312: | ||
Wrapper for [[SMC#SetConfig|SetConfig SMC]]. | Wrapper for [[SMC#SetConfig|SetConfig SMC]]. | ||
Takes | Takes an input u32 '''ConfigItem''' and an input u64 '''ConfigValue'''. | ||
Only '''ConfigItem''' 13 (IsChargerHiZModeEnabled) can be set. | |||
== ImportLotusKey == | == ImportLotusKey == | ||
Wrapper for [[SMC#ImportLotusKey|ImportLotusKey SMC]]. | Wrapper for [[SMC#ImportLotusKey|ImportLotusKey SMC]]. | ||
Takes | Takes an input type-0x9 buffer '''DataIn''', an input 16-byte '''AccessKey''', an input 16-byte '''KeySource''' and an input u32 '''Version''' (0 for normal keys or 1 for extended keys). | ||
Decrypts ''' | Decrypts '''DataIn''' with a key generated from '''AccessKey''' and '''KeySource''' and imports it for later usage. | ||
[5.0.0+] The ''' | [5.0.0+] The '''Version''' argument was removed and this now calls the [[SMC#ReEncryptRsaPrivateKey|ReEncryptRsaPrivateKey SMC]] instead. | ||
== DecryptLotusMessage == | == DecryptLotusMessage == | ||
Takes 3 type- | Takes 3 input type-0x9 buffers '''DataIn''', '''ModIn''' and '''LabelHashIn'''. | ||
Uses [[SMC#SecureExpMod|SecureExpMod SMC]] to decrypt ''' | Uses the [[SMC#SecureExpMod|SecureExpMod SMC]] to decrypt '''DataIn''' using the private key imported with [[#ImportLotusKey]] and the supplied '''ModIn''' and '''LabelHashIn'''. | ||
== IsDevelopment == | == IsDevelopment == | ||
No input | No input. Returns an output u8 bool. | ||
Uses [[#GetConfig]] internally | Uses [[#GetConfig]] internally. | ||
== GenerateSpecificAesKey == | == GenerateSpecificAesKey == | ||
Wrapper for [[SMC#GenerateSpecificAesKey|GenerateSpecificAesKey SMC]]. | Wrapper for [[SMC#GenerateSpecificAesKey|GenerateSpecificAesKey SMC]]. | ||
Takes | Takes an input 16-byte '''KeySource''' and two input u32s '''Generation''' and '''Option'''. Returns an output 16-byte '''AesKey'''. | ||
Returns | |||
== DecryptRsaPrivateKey == | == DecryptRsaPrivateKey == | ||
Wrapper for [[SMC#DecryptRsaPrivateKey|DecryptRsaPrivateKey SMC]]. | Wrapper for [[SMC#DecryptRsaPrivateKey|DecryptRsaPrivateKey SMC]]. | ||
Takes | Takes an output type-0xA buffer '''DataOut''', an input type-0x9 '''DataIn''', an input 16-byte '''AccessKey''', an input 16-byte '''KeySource''' and an input u32 '''Version''' (0 for normal keys or 1 for extended keys). | ||
Decrypts ''' | Decrypts '''DataIn''' into '''DataOut''' with a key generated from '''AccessKey''' and '''KeySource'''. | ||
Used by [[SSL_services|SSL]] | Used by [[SSL_services|SSL]] for TLS client-privk. | ||
[5.0.0+] The ''' | [5.0.0+] The '''Version''' argument was removed and this now calls [[SMC#DecryptOrImportRsaPrivateKey|DecryptOrImportRsaPrivateKey SMC]] instead. | ||
== DecryptAesKey == | == DecryptAesKey == | ||
Takes | Takes an input 16-byte '''KeySource''' and two input u32s '''Generation''' and '''Option'''. Returns an output 16-byte '''AesKey'''. | ||
Decrypts (AES-ECB) ''' | Decrypts (AES-ECB) '''KeySource''' with a key set with [[SMC#LoadAesKey|LoadAesKey SMC]]. | ||
[2.0.0+] Introduced same keyslot allocation code as for [[#GenerateAesKey]]. | [2.0.0+] Introduced same keyslot allocation code as for [[#GenerateAesKey]]. | ||
== CryptAesCtr == | == CryptAesCtr == | ||
Takes | Takes an output type-0x46 buffer '''DataOut''', an input u32 '''Keyslot''', an input type-0x45 buffer '''DataIn''' and an input 16-byte '''IvCtr'''. | ||
Uses [[SMC#ComputeAes|ComputeAes SMC]] to decrypt ''' | Uses [[SMC#ComputeAes|ComputeAes SMC]] to decrypt '''DataIn''' into '''DataOut''' using the key set in the specified '''Keyslot'''. | ||
[2.0.0+] Verifies the keyslot was allocated | [2.0.0+] Verifies the keyslot was allocated by the current session. | ||
== ComputeCmac == | == ComputeCmac == | ||
Wrapper for [[SMC#ComputeCmac|ComputeCmac SMC]]. | Wrapper for [[SMC#ComputeCmac|ComputeCmac SMC]]. | ||
Takes | Takes an input type-0x9 buffer '''DataIn''' and an input u32 '''Keyslot'''. Returns an output 16-byte '''Cmac'''. | ||
Returns | |||
[2.0.0+] Verifies the keyslot was allocated | [2.0.0+] Verifies the keyslot was allocated by the current session. | ||
== ImportEsKey == | == ImportEsKey == | ||
Wrapper for [[SMC#ImportEsKey|ImportEsKey SMC]]. | Wrapper for [[SMC#ImportEsKey|ImportEsKey SMC]]. | ||
Takes | Takes an input type-0x9 buffer '''DataIn''', an input 16-byte '''AccessKey''', an input 16-byte '''KeySource''' and an input u32 '''Version''' (0 for normal keys or 1 for extended keys). | ||
Decrypts | Decrypts '''DataIn''' with a key generated from '''AccessKey''' and '''KeySource''' and imports it for later usage. | ||
[5.0.0+] The ''' | [5.0.0+] The '''Version''' argument was removed and this now calls the [[SMC#ReEncryptRsaPrivateKey|ReEncryptRsaPrivateKey SMC]] instead. | ||
== UnwrapTitleKey == | == UnwrapTitleKey == | ||
Wrapper for [[SMC#UnwrapTitleKey|UnwrapTitleKey SMC]]. | Wrapper for [[SMC#UnwrapTitleKey|UnwrapTitleKey SMC]]. | ||
Takes | Takes an output type-0xA buffer '''DataOut''' and 3 input type-0x9 buffers '''DataIn''', '''ModIn''' and '''LabelHashIn'''. Returns an output u32 '''DataOutSize'''. | ||
[3.0.0+] Now takes an input u32 '''Generation'''. | |||
Decrypts '''DataIn''' into '''DataOut''' using the private key imported with [[#ImportEsKey]] and the supplied '''ModIn'''. Afterwards, verifies RSA-OAEP encoding using '''LabelHashIn'''. | |||
== LoadTitleKey == | == LoadTitleKey == | ||
Wrapper for [[SMC#LoadTitleKey|LoadTitleKey SMC]]. | Wrapper for [[SMC#LoadTitleKey|LoadTitleKey SMC]]. | ||
Takes | Takes an input u32 '''Keyslot''' and an input 16-byte '''AccessKey'''. | ||
[2.0.0+] Verifies the keyslot was allocated in the current session. | [2.0.0+] Verifies the keyslot was allocated in the current session. | ||
Line 237: | Line 400: | ||
Wrapper for [[SMC#UnwrapCommonTitleKey|UnwrapCommonTitleKey SMC]]. | Wrapper for [[SMC#UnwrapCommonTitleKey|UnwrapCommonTitleKey SMC]]. | ||
Takes | Takes an input 16-byte '''KeySource'''. Returns an output 16-byte '''AccessKey'''. | ||
[3.0.0+] Now takes an | [3.0.0+] Now takes an input u32 '''Generation'''. | ||
Returns | == AllocateAesKeyslot == | ||
Returns an output u32 '''Keyslot'''. | |||
Returns error 0xD01A if all keyslots are taken. | |||
Returns | |||
== FreeAesKeyslot == | == FreeAesKeyslot == | ||
Takes | Takes an input u32 '''Keyslot'''. | ||
Returns error 0xD21A if the keyslot wasn't allocated by current session. | |||
== GetAesKeyslotAvailableEvent == | == GetAesKeyslotAvailableEvent == | ||
Returns an event handle for synchronizing with the AES keyslots. | Returns an output event handle for synchronizing with the AES keyslots. | ||
== SetBootReason == | == SetBootReason == | ||
Takes an input u32 '''BootReason'''. | |||
[4.0.0+] | [4.0.0+] Returns 0xD41A if a value has been previously set without being [[#GetBootReason|gotten]]. | ||
== GetBootReason == | == GetBootReason == | ||
Returns | Returns an output u32 '''BootReason'''. | ||
[4.0.0+] | [4.0.0+] Returns 0xD61A if a value has not previously been set and unsets the value after getting it. | ||
== LoadElicenseKey == | == LoadElicenseKey == |