Difference between revisions of "PSPXI:EncryptDecryptAes"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x000401C4] |- | 1 | Size in bytes |- | 2-5 | IV / CTR |- | 6 | Algorithm Type (0....") |
(No difference)
|
Revision as of 19:27, 24 June 2012
Request
Index Word | Description |
---|---|
0 | Header code [0x000401C4] |
1 | Size in bytes |
2-5 | IV / CTR |
6 | Algorithm Type (0..4) |
7 | Key Type (0..7) |
8 | (size<<8) | 0x4 |
9 | Source pointer |
10 | (size<<8) | 0x14 |
11 | Destination pointer |
Response
Index Word | Description |
---|---|
0 | Header code [0x00040140] |
1 | Result code |
2-5 | MAC (?) |