summaryrefslogtreecommitdiff
path: root/src/core/hw/aes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hw: Remove unused filesGravatar Lioncash2018-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_coreGravatar James Rowe2018-01-125-314/+0
|
* core: Gut out cryptop, since it doesn't compile with C++17.Gravatar bunnei2018-01-121-72/+5
|
* UDS: Move the UDS keyslot used to generate the CCMP key to the ↵Gravatar Subv2017-06-261-0/+2
| | | | AES::KeySlotID enum.
* HW: add AES engine & implement AES-CCMGravatar wwylele2017-02-216-0/+407