FSPXI:ExportIntegrityVerificationSeed: Difference between revisions

Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00450002] |- | 1 | Always 0x00013004, for 0x130 size: (size<<4) <nowiki>|</nowik..."
 
Piepie62 (talk | contribs)
Correct header code
 
(6 intermediate revisions by 2 users not shown)
Line 6: Line 6:
|-
|-
| 0
| 0
| Header code [0x00450002]
| Header code [0x00440002]
|-
|-
| 1
| 1
| Always 0x00013004, for 0x130 size: (size<<4) <nowiki>|</nowiki> 4
| Always 0x00013004, for 0x130 size: (size<<8) <nowiki>|</nowiki> 4
|-
|-
| 2
| 2
| Pointer to output buffer
| Output [[FSPXI:ImportIntegrityVerificationSeed|IntegrityVerificationSeed]] pointer
|}
|}


Line 29: Line 29:


=Description=
=Description=
This might to be related to exporting the [[nand/private/movable.sed]] to the specified buffer?
This encrypts [[nand/private/movable.sed]] to the output buffer, and writes the AES-CBC MAC to the output buffer as well.