Changes

1,023 bytes added ,  23:34, 3 April 2013
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x08110084] |- | 1 | SecureInfo data buffer size |- | 2 | Signature buffer size |-..."
=Request=
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| Header code [0x08110084]
|-
| 1
| SecureInfo data buffer size
|-
| 2
| Signature buffer size
|-
| 3
| <nowiki>10 | (SecureInfo_databufsize<<4)</nowiki>
|-
| 4
| Buffer for the 0x11-byte [[Nandrw/sys/SecureInfo_A|SecureInfo]] data following the signature, this is written to the SecureInfo buffer in memory.
|-
| 5
| <nowiki>10 | (Signature_bufsize<<4)</nowiki>
|-
| 6
| Buffer for the 0x100-byte RSA-2048 [[Nandrw/sys/SecureInfo_A|SecureInfo]] signature, this is written to the SecureInfo buffer in memory.
|}

=Response=
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| Header code
|-
| 1
| Result code
|-
| 2
| <nowiki>10 | (SecureInfo_databufsize<<4)</nowiki>
|-
| 3
| Buffer for the 0x11-byte [[Nandrw/sys/SecureInfo_A|SecureInfo]] data following the signature.
|-
| 4
| <nowiki>10 | (Signature_bufsize<<4)</nowiki>
|-
| 5
| Buffer for the 0x100-byte RSA-2048 [[Nandrw/sys/SecureInfo_A|SecureInfo]] signature.
|}