RSA Registers: Difference between revisions

Neimod (talk | contribs)
No edit summary
Neimod (talk | contribs)
No edit summary
Line 54: Line 54:
|-
|-
| 8-9
| 8-9
| Should be set to 0x3 before accessing REG_RSATXT and REG_RSAKEY
| Should be set to 0x3 before accessing REG_RSATXT and REG_RSAMOD
|}
|}


Line 99: Line 99:


== REG_RSAEXPFIFO ==
== REG_RSAEXPFIFO ==
The 0x100-byte exponent is written to this write-only FIFO.
The 0x100-byte private or public exponent is written to this write-only FIFO.


== REG_RSAKEY ==
== REG_RSAMOD ==
The RSA public key for the selected keyslot can be written here. When writing the RSA key, the key must align with the end of the register area.
The RSA key modulo for the selected keyslot can be written here. When writing the RSA modulo, the modulo must align with the end of the register area.


== REG_RSATXT ==
== REG_RSATXT ==