PSPXI:EncryptDecryptAes: Difference between revisions
Line 111: | Line 111: | ||
| 0x2E | | 0x2E | ||
| This is used by the [[StreetPass]] CECD module to generate the CCMP key passed to [[NWM_Services|nwm::CEC]] commands, when beginning StreetPass communications. | | This is used by the [[StreetPass]] CECD module to generate the CCMP key passed to [[NWM_Services|nwm::CEC]] commands, when beginning StreetPass communications. | ||
|- | |||
| 7 | |||
| | |||
| Invalid | |||
|- | |||
| 8 | |||
| 0x36 | |||
| Unknown, support for this keytype was added in newer a NATIVE_FIRM version. When the running NATIVE_FIRM doesn't support this keytype, the result is the same as using keytype7. | |||
|- | |||
| >=9 | |||
| | |||
| Invalid, same as keytype7. | |||
|} | |} | ||
=Description= | =Description= | ||
This is used to encrypt/decrypt data via the [[AES]] engine. AES-CCM is not supported by this command, [[PSPXI:EncryptSignDecryptVerifyAesCcm]] must be used for AES-CCM instead. | This is used to encrypt/decrypt data via the [[AES]] engine. AES-CCM is not supported by this command, [[PSPXI:EncryptSignDecryptVerifyAesCcm]] must be used for AES-CCM instead. |