summaryrefslogtreecommitdiffstats
path: root/src/core/hw/aes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hw: Remove unused filesLioncash2018-08-021-28/+0
| | | | | | None of these files are used in any meaningful way. They're just leftovers from citra. Also has the benefit of getting rid of an unused global variable.
* Remove references to PICA and rasterizers in video_coreJames Rowe2018-01-135-314/+0
|
* core: Gut out cryptop, since it doesn't compile with C++17.bunnei2018-01-131-72/+5
|
* UDS: Move the UDS keyslot used to generate the CCMP key to the AES::KeySlotID enum.Subv2017-06-261-0/+2
|
* HW: add AES engine & implement AES-CCMwwylele2017-02-216-0/+407