summaryrefslogtreecommitdiffstats
path: root/src/core/crypto/aes_util.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-7/+7
2018-08-04aes_util: Add static assertion to Transcode() and XTSTranscode() to ensure well-defined behaviorLioncash1-0/+4
These functions should only be given trivially-copyable types.
2018-08-04aes_util: Make CalculateNintendoTweak() an internally linked functionLioncash1-2/+0
This function doesn't directly depend on class state, so it can be hidden entirely from the interface in the cpp file.
2018-08-04aes_util: Make Transcode() a const member functionLioncash1-2/+2
This doesn't modify member state, so it can be made const.
2018-08-04core/crypto: Remove unnecessary includesLioncash1-1/+1
2018-08-01Add missing includes and use const where applicableZach Hilman1-2/+5
2018-08-01Make XCI comply to review and style guidelinesZach Hilman1-6/+7
2018-08-01Extract mbedtls to cpp fileZach Hilman1-83/+23
2018-08-01Remove files that are not usedZach Hilman1-0/+118