Titles: Difference between revisions
m →Data Structure: don't repeatedly mention that files are encrypted, if it's only the SD layer encryption |
→Data Structure: clarify and fix up offset and size for cmd format table |
||
Line 250: | Line 250: | ||
| 0x4 | | 0x4 | ||
| 0x4 | | 0x4 | ||
| Number of AES-CMACs and Content IDs in the first list. The method to determine this is explained below. | | Number of AES-CMACs and Content IDs in the first list (X). The method to determine this is explained below. | ||
|- | |- | ||
| 0x8 | | 0x8 | ||
| 0x4 | | 0x4 | ||
| Number of Content IDs in the second list | | Number of Content IDs in the second list (Y) | ||
|- | |- | ||
| 0xC | | 0xC | ||
Line 265: | Line 265: | ||
|- | |- | ||
| 0x20 | | 0x20 | ||
| 0x4 * | | 0x4 * X | ||
| List of installed Content IDs in order of Content Index, with missing contents replaced with 0xFFFFFFFF | | List of installed Content IDs in order of Content Index, with missing contents replaced with 0xFFFFFFFF | ||
|- | |- | ||
| 0x20 + 0x4 * | | 0x20 + 0x4 * X | ||
| 0x4 * | | 0x4 * Y | ||
| List of installed Content IDs in order of ID name | | List of installed Content IDs in order of ID name | ||
|- | |- | ||
| 0x20 + | | 0x20 + 0x4 * (X + Y) | ||
| 0x10 * | | 0x10 * X | ||
| AES-CMACs for each content in the first list, generated using the process below | | AES-CMACs for each content in the first list, generated using the process below | ||
|} | |} |