Changes

183 bytes added ,  20:26, 14 August 2012
no edit summary
Line 81: Line 81:  
== REG_RSAMSG ==
 
== REG_RSAMSG ==
 
The RSA signature can be written here, and the data read from here is the message. The message padding must be checked by software. When writing the RSA signature, the signature is copied to 0x1000B900-RSA_bytesize, length RSA_bytesize. The engine determines the RSA byte-size by checking where the first word of the signature was written.
 
The RSA signature can be written here, and the data read from here is the message. The message padding must be checked by software. When writing the RSA signature, the signature is copied to 0x1000B900-RSA_bytesize, length RSA_bytesize. The engine determines the RSA byte-size by checking where the first word of the signature was written.
 +
 +
== Keyslots usage ==
 +
{| class="wikitable" border="1"
 +
!  Keyslot
 +
!  Description
 +
|-
 +
| 0
 +
| Arbitrary
 +
|-
 +
| 1
 +
| [[NCCH#CXI|CXI]] access desc (following the exheader)
 +
|-
 +
| 2-3
 +
| Unused
 +
|}