Expand description
Memory Cipher Engine (MCE)
MCE transparently encrypts/decrypts memory regions on the AXI bus. This is a
minimal driver covering region configuration and illegal-access interrupts;
cipher-context/key programming is left to the application via Mce::regs.
Structs§
- Global
Interrupt Handler - Global interrupt handler for illegal access events.
- Mce
- Memory Cipher Engine driver.
- Region
- One of four address regions on an MCE instance (0..3).
- Region
Config - Region address and encryption settings.
Traits§
- Instance
- MCE instance trait.