RSA Registers: Difference between revisions
No edit summary |
No edit summary |
||
Line 54: | Line 54: | ||
|- | |- | ||
| 8-9 | | 8-9 | ||
| Should be set to 0x3 before accessing REG_RSATXT and | | 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_RSAMOD == | ||
The RSA | 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 == |