summaryrefslogtreecommitdiffstats
path: root/src/core/crypto/key_manager.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-1/+1
2018-09-04card_image: Parse XCI secure partition with NSPZach Hilman1-0/+2
Eliminated duplicate code and adds support for Rev1+ carts
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-4/+5
Cuts down on include dependencies, resulting in less files that need to be rebuilt when certain things are changed.
2018-08-25file_sys/crypto: Fix missing/unnecessary includesZach Hilman1-0/+1
2018-08-23file_sys: Cut down on includes and copiesZach Hilman1-4/+2
2018-08-23key_manager: Add support for autogenerated keysZach Hilman1-0/+2
Stored in a separate file than manual keys.
2018-08-23key_manager: Add support for KEK and SD seed derivationZach Hilman1-3/+23
2018-08-23key_manager: Switch to boost flat_map for keysZach Hilman1-30/+11
Should make key gets marginally faster.
2018-08-12crypto: Remove hex utilities from key_managerZach Hilman1-3/+0
Move to hex_util.h in common
2018-08-04key_manager: Use regular std::string instead of std::string_viewLioncash1-3/+4
The benefit of std::string_view comes from the idea of avoiding copies (essentially acting as a non-owning view), however if we're just going to copy into a local variable immediately, there's not much benefit gained here.
2018-08-01Use more descriptive error codes and messagesZach Hilman1-0/+2
2018-08-01Use static const instead of const staticZach Hilman1-2/+2
2018-08-01Add missing includes and use const where applicableZach Hilman1-3/+4
2018-08-01Allow key loading from %YUZU_DIR%/keys in addition to ~/.switchZach Hilman1-0/+2
2018-08-01Make XCI comply to review and style guidelinesZach Hilman1-40/+37
2018-08-01Update mbedtls and fix compile errorZach Hilman1-0/+1
2018-08-01Remove files that are not usedZach Hilman1-0/+116