summaryrefslogtreecommitdiffstats
path: root/src/core/crypto/partition_data_manager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: Remove unused includesameerj2021-11-041-1/+0
* Revert "core: Fix clang build"bunnei2020-10-211-1/+1
* core: Fix clang buildLioncash2020-10-181-1/+1
* file_sys: Replace inclusions with forward declarations where applicableLioncash2020-08-231-0/+1
* Merge pull request #4494 from lioncash/transcodebunnei2020-08-171-2/+2
|\
| * partition_data_manager: Eliminate magic valueLioncash2020-08-061-2/+2
* | Merge pull request #4483 from lioncash/constexpr-hexbunnei2020-08-071-94/+112
|\ \ | |/ |/|
| * partition_data_manager: Update master key hashesLioncash2020-08-061-5/+5
| * partition_data_manager: Make data arrays constexprLioncash2020-08-061-94/+112
* | aes_util: Allow SetIV to be non-allocatingLioncash2020-08-031-3/+2
|/
* General: Resolve warnings related to missing declarationsLioncash2020-04-171-4/+3
* Merge pull request #3091 from lioncash/core-conversionbunnei2019-11-151-3/+4
|\
| * crypto: Resolve sign-conversion warningsLioncash2019-11-121-3/+4
* | core: Migrate off deprecated mbedtls functionsLioncash2019-11-121-2/+2
|/
* partition_data_manager: Add accessor for decrypted PRODINFO partitionZach Hilman2019-09-211-0/+4
* partition_data_manager: Remove KIP processing and use FileSysZach Hilman2019-06-051-118/+13
* crypto: Use compressed sizes in offset calculation for KIP decompressionZach Hilman2018-10-201-1/+2
* crypto: Various crypto fixes for quickstart guideZach Hilman2018-10-151-2/+2
* partition_data_manager: Reserve and insert data within output vector in DecryptPackage2()Lioncash2018-10-131-20/+16
* partition_data_manager: Remove unused std::map instance within DecryptPackage2()Lioncash2018-10-131-2/+0
* partition_data_manager: Take package2_keys by const referenceLioncash2018-10-131-1/+1
* partition_data_manager: Move IV data to where it's needed in DecryptPackage2()Lioncash2018-10-131-3/+1
* partition_data_manager: Remove commented out codeLioncash2018-10-131-2/+0
* key_manager/partition_data_manager: Silence truncation compiler warningsLioncash2018-10-131-5/+7
* partition_data_manager: Dehardcode array boundsLioncash2018-10-131-5/+5
* partition_data_manager: Take VirtualFile by const reference in constructorLioncash2018-10-131-1/+1
* partition_data_manager: Amend constructor initializer list orderLioncash2018-10-131-2/+3
* partition_data_manager: Remove unused includesLioncash2018-10-131-2/+1
* partition_data_manager: Rename system files for hekateZach Hilman2018-10-071-37/+52
* crypto: Add PartitionDataManagerZach Hilman2018-10-071-0/+586