AES.BUS.INTEGRITY |
End-to-end bus integrity scheme. |
AES.LC_ESCALATE_EN.INTERSIG.MUBI |
The global escalation input signal from life cycle is multibit encoded. |
AES.MAIN.CONFIG.SHADOW |
Main control register shadowed. |
AES.MAIN.CONFIG.SPARSE |
Critical fields in main control register one-hot encoded. |
AES.AUX.CONFIG.SHADOW |
Auxiliary control register shadowed. |
AES.AUX.CONFIG.REGWEN |
Auxiliary control register can be locked until reset. |
AES.KEY.SIDELOAD |
The key can be loaded from a key manager via sideload interface without exposing it to software. |
AES.KEY.SW_UNREADABLE |
Key registers are not readable by software. |
AES.DATA_REG.SW_UNREADABLE |
Data input and internal state registers are not readable by software. |
AES.KEY.SEC_WIPE |
Key registers are cleared with pseudo-random data. |
AES.IV.CONFIG.SEC_WIPE |
IV registers are cleared with pseudo-random data. |
AES.DATA_REG.SEC_WIPE |
Data input/output and internal state registers are cleared with pseudo-random data. |
AES.DATA_REG.KEY.SCA |
Internal state register cleared with pseudo-random data at the end of the last round. This uses the same mechanism as KEY.SEC_WIPE and is active independent of KEY.MASKING. |
AES.KEY.MASKING |
1st-order domain-oriented masking of the cipher core including data path and key expand. Can optionally be disabled via compile-time Verilog parameter for instantiations that don't need SCA hardening. |
AES.MAIN.FSM.SPARSE |
The main control FSM uses a sparse state encoding. |
AES.MAIN.FSM.REDUN |
The main control FSM uses multiple, independent logic rails. |
AES.CIPHER.FSM.SPARSE |
The cipher core FSM uses a sparse state encoding. |
AES.CIPHER.FSM.REDUN |
The cipher core FSM uses multiple, independent logic rails. |
AES.CIPHER.CTR.REDUN |
The AES round counter inside the cipher core FSM is protected with multiple, independent logic rails. |
AES.CTR.FSM.SPARSE |
The CTR mode FSM uses a sparse state encoding. |
AES.CTR.FSM.REDUN |
The CTR mode FSM uses multiple, independent logic rails. |
AES.CTRL.SPARSE |
Critical control signals such as handshake and MUX control signals use sparse encodings. |
AES.MAIN.FSM.GLOBAL_ESC |
The main control FSM moves to a terminal error state upon global escalation. |
AES.MAIN.FSM.LOCAL_ESC |
The main control FSM moves to a terminal error state upon local escalation. Can be triggered by MAIN.FSM.SPARSE, MAIN.FSM.REDUN, CTRL.SPARSE, as well as CIPHER.FSM.LOCAL_ESC, CTR.FSM.LOCAL_ESC. |
AES.CIPHER.FSM.LOCAL_ESC |
The cipher core FSM moves to a terminal error state upon local escalation. Can be triggered by CIPHER.FSM.SPARSE, CIPHER.FSM.REDUN, CIPHER.CTR.REDUN, CTRL.SPARSE as well as MAIN.FSM.LOCAL_ESC. |
AES.CTR.FSM.LOCAL_ESC |
The CTR mode FSM moves to a terminal error state upon local escalation. Can be triggered by CTR.FSM.SPARSE, CTR.FSM.REDUN, and CTRL.SPARSE. |
AES.DATA_REG.LOCAL_ESC |
Upon local escalation, the module doesn't output intermediate state. |