Changes

Jump to navigation Jump to search
1,425 bytes added ,  17:23, 14 August 2012
Created page with "== Registers == {| class="wikitable" border="1" ! NAME ! PHYSICAL ADDRESS ! WIDTH |- | REG_RSACNT | 0x1000B000 | 0x04 |- | REG_RSASLOT0 | 0x1000B100 | 0x10 |- | REG_RSASLOT1 |..."
== Registers ==
{| class="wikitable" border="1"
! NAME
! PHYSICAL ADDRESS
! WIDTH
|-
| REG_RSACNT
| 0x1000B000
| 0x04
|-
| REG_RSASLOT0
| 0x1000B100
| 0x10
|-
| REG_RSASLOT1
| 0x1000B110
| 0x10
|-
| REG_RSASLOT2
| 0x1000B120
| 0x10
|-
| REG_RSASLOT3
| 0x1000B130
| 0x10
|-
| REG_RSAKEY
| 0x1000B400
| 0x100
|-
| REG_RSAMSG
| 0x1000B800
| 0x100
|-
|}

== REG_RSACNT ==
{| class="wikitable" border="1"
! Bit
! Description
|-
| 0
| Select keyslot, error?
|-
| 1
| Keyslot select related?
|-
| 4-7
| Keyslot
|-
| 8-9
| Should be set to 0x3 before accessing REG_RSAMSG
|}

== REG_RSASLOT ==
{| class="wikitable" border="1"
! Start
! Width
! Description
|-
| 0x0
| 0x4
| REG_RSASLOTCNT
|-
| 0x4
| 0x4
| ?
|-
| 0x8
| 0x4
| ?
|-
| 0xC
| 0x4
| ?
|}

== REG_RSAKEY ==
The RSA public key for the selected keyslot can be written here. When writing the RSA key, the key is copied to 0x1000B500-RSA_bytesize, length RSA_bytesize. The engine determines the RSA byte-size by checking where the first word of the key was written. Normally the byte-size is 0x100, for RSA-2048.

== 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.

Navigation menu