summaryrefslogtreecommitdiffstats
path: root/src/core/crypto/aes_util.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-17/+20
2018-09-04aes_util: Fix error involving reads of less than 0x10Zach Hilman1-0/+14
2018-08-23aes_util: Make XTSTranscode stricter about sizesZach Hilman1-5/+2
2018-08-04aes_util: Make CalculateNintendoTweak() an internally linked functionLioncash1-10/+10
2018-08-04aes_util: Make Transcode() a const member functionLioncash1-6/+7
2018-08-04core/crypto: Remove unnecessary includesLioncash1-0/+2
2018-08-01Make XCI comply to review and style guidelinesZach Hilman1-37/+45
2018-08-01Extract mbedtls to cpp fileZach Hilman1-2/+100
2018-08-01Remove files that are not usedZach Hilman1-3/+2
2018-07-22Implement exclusive monitorMerryMage1-0/+7