Expand description
RSA (Rivest Shamir Adleman) Accelerator
Modules
- Configures the constant_time option
- Version control register
- Clears RSA interrupt
- Enables the RSA interrupt
- Represents M
- Represents M’
- Configures RSA length
- RSA clean register
- Represents the RSA status
- Configures the search option
- Configures the search position
- Starts modular exponentiation
- Starts modular multiplication
- Starts multiplication
- Represents X
- Represents Y
- Represents Z
Structs
- Register block
Type Definitions
- CONSTANT_TIME (rw) register accessor: an alias for
Reg<CONSTANT_TIME_SPEC>
- DATE (rw) register accessor: an alias for
Reg<DATE_SPEC>
- INT_CLR (w) register accessor: an alias for
Reg<INT_CLR_SPEC>
- INT_ENA (rw) register accessor: an alias for
Reg<INT_ENA_SPEC>
- MODE (rw) register accessor: an alias for
Reg<MODE_SPEC>
- M_MEM (rw) register accessor: an alias for
Reg<M_MEM_SPEC>
- M_PRIME (rw) register accessor: an alias for
Reg<M_PRIME_SPEC>
- QUERY_CLEAN (r) register accessor: an alias for
Reg<QUERY_CLEAN_SPEC>
- QUERY_IDLE (r) register accessor: an alias for
Reg<QUERY_IDLE_SPEC>
- SEARCH_ENABLE (rw) register accessor: an alias for
Reg<SEARCH_ENABLE_SPEC>
- SEARCH_POS (rw) register accessor: an alias for
Reg<SEARCH_POS_SPEC>
- SET_START_MODEXP (w) register accessor: an alias for
Reg<SET_START_MODEXP_SPEC>
- SET_START_MODMULT (w) register accessor: an alias for
Reg<SET_START_MODMULT_SPEC>
- SET_START_MULT (w) register accessor: an alias for
Reg<SET_START_MULT_SPEC>
- X_MEM (rw) register accessor: an alias for
Reg<X_MEM_SPEC>
- Y_MEM (rw) register accessor: an alias for
Reg<Y_MEM_SPEC>
- Z_MEM (rw) register accessor: an alias for
Reg<Z_MEM_SPEC>