summaryrefslogtreecommitdiff
path: root/src/core/crypto/aes_util.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2021-04-23aes_util: Make use of std::spanGravatar Lioncash1-3/+3
2021-03-05aes_util: Remove malformed mbedtls_cipher_finish function callGravatar Morph1-2/+0
2020-08-06aes_util: Make use of non-template variant of TranscodeGravatar Lioncash1-1/+1
2020-08-03aes_util: Allow SetIV to be non-allocatingGravatar Lioncash1-9/+12
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi1-17/+20
2018-09-04aes_util: Fix error involving reads of less than 0x10Gravatar Zach Hilman1-0/+14
2018-08-23aes_util: Make XTSTranscode stricter about sizesGravatar Zach Hilman1-5/+2
2018-08-04aes_util: Make CalculateNintendoTweak() an internally linked functionGravatar Lioncash1-10/+10
2018-08-04aes_util: Make Transcode() a const member functionGravatar Lioncash1-6/+7
2018-08-04core/crypto: Remove unnecessary includesGravatar Lioncash1-0/+2
2018-08-01Make XCI comply to review and style guidelinesGravatar Zach Hilman1-37/+45
2018-08-01Extract mbedtls to cpp fileGravatar Zach Hilman1-2/+100
2018-08-01Remove files that are not usedGravatar Zach Hilman1-3/+2
2018-07-22Implement exclusive monitorGravatar MerryMage1-0/+7