summaryrefslogtreecommitdiffstats
path: root/src/core/crypto/ctr_encryption_layer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* aes_util: Allow SetIV to be non-allocatingLioncash2020-08-031-3/+6
| | | | | | In a few places, the data to be set as the IV is already within an array. We shouldn't require this data to be heap-allocated if it doesn't need to be. This allows certain callers to reduce heap churn.
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-4/+4
|
* Add missing includes and use const where applicableZach Hilman2018-08-011-0/+1
|
* Make XCI comply to review and style guidelinesZach Hilman2018-08-011-7/+8
|
* Remove files that are not usedZach Hilman2018-08-011-0/+31