HW: add AES engine & implement AES-CCM
This commit is contained in:
parent
1bf449d752
commit
ea1ea0224c
12 changed files with 419 additions and 1 deletions
|
@ -79,6 +79,7 @@ enum class Class : ClassType {
|
|||
HW_Memory, ///< Memory-map and address translation
|
||||
HW_LCD, ///< LCD register emulation
|
||||
HW_GPU, ///< GPU control emulation
|
||||
HW_AES, ///< AES engine emulation
|
||||
Frontend, ///< Emulator UI
|
||||
Render, ///< Emulator video output and hardware acceleration
|
||||
Render_Software, ///< Software renderer backend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue