summaryrefslogtreecommitdiffstats
path: root/src/core/crypto/key_manager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-4/+5
| | | | | | | | | | | | | | | | * get rid of boost::optional * Remove optional references * Use std::reference_wrapper for optional references * Fix clang format * Fix clang format part 2 * Adressed feedback * Fix clang format and MacOS build
* key_manager/partition_data_manager: Silence truncation compiler warningsLioncash2018-10-131-1/+1
|
* partition_data_manager: Rename system files for hekateZach Hilman2018-10-071-5/+11
| | | | x
* key_manager: Add support for loading keys from partition dataZach Hilman2018-10-071-0/+2
|
* key_manager: Add ETicket key derivationZach Hilman2018-10-071-2/+27
| | | | Derives titlekeys
* key_manager: Add base key derivationZach Hilman2018-10-071-4/+11
| | | | Derives master keys, game encryption keys, and package1/2 keys
* key_manager: Add BIS key getterZach Hilman2018-10-071-0/+2
|
* key_manager: Add support for more keysZach Hilman2018-10-071-2/+32
| | | | TSEC, SBK, BIS, and other Sources for proper derivation
* key_manager: Add keyblob supportZach Hilman2018-10-071-0/+4
|
* key_manager: Add support for console-specific keyfileZach Hilman2018-10-071-0/+6
|
* key_manager: Rename KEK to KekZach Hilman2018-10-071-3/+3
|
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-1/+1
|
* card_image: Parse XCI secure partition with NSPZach Hilman2018-09-041-0/+2
| | | | Eliminated duplicate code and adds support for Rev1+ carts
* file_sys: Replace includes with forward declarations where applicableLioncash2018-09-041-4/+5
| | | | | Cuts down on include dependencies, resulting in less files that need to be rebuilt when certain things are changed.
* file_sys/crypto: Fix missing/unnecessary includesZach Hilman2018-08-251-0/+1
|
* file_sys: Cut down on includes and copiesZach Hilman2018-08-231-4/+2
|
* key_manager: Add support for autogenerated keysZach Hilman2018-08-231-0/+2
| | | | Stored in a separate file than manual keys.
* key_manager: Add support for KEK and SD seed derivationZach Hilman2018-08-231-3/+23
|
* key_manager: Switch to boost flat_map for keysZach Hilman2018-08-231-30/+11
| | | | Should make key gets marginally faster.
* crypto: Remove hex utilities from key_managerZach Hilman2018-08-121-3/+0
| | | | Move to hex_util.h in common
* key_manager: Use regular std::string instead of std::string_viewLioncash2018-08-041-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.
* Use more descriptive error codes and messagesZach Hilman2018-08-011-0/+2
|
* Use static const instead of const staticZach Hilman2018-08-011-2/+2
|
* Add missing includes and use const where applicableZach Hilman2018-08-011-3/+4
|
* Allow key loading from %YUZU_DIR%/keys in addition to ~/.switchZach Hilman2018-08-011-0/+2
|
* Make XCI comply to review and style guidelinesZach Hilman2018-08-011-40/+37
|
* Update mbedtls and fix compile errorZach Hilman2018-08-011-0/+1
|
* Remove files that are not usedZach Hilman2018-08-011-0/+116