Changes

Jump to navigation Jump to search
17 bytes added ,  19:16, 9 March 2016
m
fix up internal links
Line 85: Line 85:  
== RSA_SLOT ==
 
== RSA_SLOT ==
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Start
+
Name
 +
!  Offset
 
!  Width
 
!  Width
!  Description
   
|-
 
|-
 +
| [[#RSA_SLOTCNT|RSA_SLOTCNT]]
 
| 0x0
 
| 0x0
 
| 0x4
 
| 0x4
| REG_RSASLOTCNT
   
|-
 
|-
 +
| [[#RSA_SLOTSIZE|RSA_SLOTSIZE]]
 
| 0x4
 
| 0x4
 
| 0x4
 
| 0x4
| REG_RSASLOTSIZE
   
|-
 
|-
 +
| ?
 
| 0x8
 
| 0x8
 
| 0x4
 
| 0x4
 +
|-
 
| ?
 
| ?
|-
   
| 0xC
 
| 0xC
 
| 0x4
 
| 0x4
| ?
   
|}
 
|}
   Line 132: Line 132:  
The 0x100-byte private or public exponent is written to this write-only FIFO.
 
The 0x100-byte private or public exponent is written to this write-only FIFO.
   −
== REG_RSAMOD ==
+
== RSA_MOD ==
 
The RSA key modulus for the selected keyslot can be written here. When writing the RSA modulus, the modulus must align with the end of the register area.
 
The RSA key modulus for the selected keyslot can be written here. When writing the RSA modulus, the modulus must align with the end of the register area.
   −
== REG_RSATXT ==
+
== RSA_TXT ==
 
The RSA signature can be written here, and the data read from here is the message. When writing the RSA signature, the signature must be prepended with zeroes until it is a multiple of 8 bytes, and the end of the signature must align with the end of the register area.
 
The RSA signature can be written here, and the data read from here is the message. When writing the RSA signature, the signature must be prepended with zeroes until it is a multiple of 8 bytes, and the end of the signature must align with the end of the register area.
  
254

edits

Navigation menu