Difference between revisions of "FSPXI:ExportIntegrityVerificationSeed"

From 3dbrew
Jump to navigation Jump to search
Line 12: Line 12:
 
|-
 
|-
 
| 2
 
| 2
| Pointer to 0x130-byte 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-CCM MAC to the output buffer as well.

Revision as of 18:28, 22 August 2012

Request

Index Word Description
0 Header code [0x00450002]
1 Always 0x00013004, for 0x130 size: (size<<8) | 4
2 Output IntegrityVerificationSeed pointer

Response

Index Word Description
0 Header code
1 Result code

Description

This encrypts nand/private/movable.sed to the output buffer, and writes the AES-CCM MAC to the output buffer as well.