summaryrefslogtreecommitdiffstats
path: root/src/core/hw/aes/ccm.cpp (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.
* core: Gut out cryptop, since it doesn't compile with C++17.bunnei2018-01-131-72/+5
|
* HW: add AES engine & implement AES-CCMwwylele2017-02-211-0/+95