Line 38:
Line 38:
|- style="background-color: #ddd;"
|- style="background-color: #ddd;"
! Address
! Address
+
! Size
! Contents
! Contents
! Description
! Description
|-
|-
−
| 0-4 || [[boot1]] hash || Expected hash checked against actual boot1 hash by [[boot0]]
+
| 0x00 || 0x14 || [[boot1]] hash || Expected hash checked against actual boot1 hash by [[boot0]]
|-
|-
−
| 5-8 || [[ticket|common key]] || Used to encrypt title keys in tickets
+
| 0x05 - 0x08 || 0x10 || [[ticket|common key]] || Used to encrypt title keys in tickets
|-
|-
−
| 9 || [[savegame Files|NG id]] || Used to name the NG [[certificate chain|certificate]]
+
| 0x09 || 0x04 || [[savegame Files|NG id]] || Used to name the NG [[certificate chain|certificate]]
|-
|-
−
| a-11 || NG private key || Per-console key that signs save files
+
| 0x0A - 0x11 || 0x20 || NG private key || Per-console key that signs save files
|-
|-
−
| 11-15 ||[[Hardware/NAND|NAND]] HMAC (overlaps with NG private key) || Per-console key that signs NAND blocks
+
| 0x11 - 0x15 || 0x14 ||[[Hardware/NAND|NAND]] HMAC (overlaps with NG private key) || Per-console key that signs NAND blocks
|-
|-
−
| 16-19 || NAND key || Per-console key that encrypts the NAND
+
| 0x16 - 0x19 || 0x10 || NAND key || Per-console key that encrypts the NAND
|-
|-
−
| 1a-1d || RNG seed || Used for crypto-related random number generation
+
| 0x1a - 0x1d || 0x10 || RNG seed || Used for crypto-related random number generation
|-
|-
−
| 1e-1f || Unknown || Appears to vary between units
+
| 0x1e - 0x1f || 0x08 || Unknown || Appears to vary between units
|-
|-
|}
|}