FRDU:DecryptApproachContext
Request
| Index Word | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| 0 |
| ||||||||
| 1 | bool, mask non-ASCII characters | ||||||||
| 2 | u8, The caller's Mii Mii character set | ||||||||
| 3 | Descriptor for static buffer (id 3) | ||||||||
| 4 | Input encrypted ApproachContext payload buffer |
Request Static Buffers
The handler for this IPC command expects the following 0x100-bytes after the beginning of the above command buffer:
| Index Word | Description
|
|---|---|
| 0 | Descriptor for static buffer (id 0) |
| 1 | Output decrypted ApproachContext payload buffer |
Response
| Index Word | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| 0 |
| ||||||||
| 1 | Result code | ||||||||
| 2 | Descriptor for static buffer (id 0) | ||||||||
| 3 | Output decrypted ApproachContext payload buffer |
Description
Completely decrypts the given encrypted ApproachContext payload into a decrypted (and slightly different) form. See FRDU:GetMyApproachContext for details about the encryption.