summaryrefslogtreecommitdiff
path: root/src/core/crypto/partition_data_manager.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-11-03core: Remove unused includesameerj
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash
2020-08-17Merge pull request #4494 from lioncash/transcodebunnei
2020-08-06Merge pull request #4483 from lioncash/constexpr-hexbunnei
2020-08-06partition_data_manager: Update master key hashesLioncash
2020-08-06partition_data_manager: Make data arrays constexprLioncash
2020-08-06partition_data_manager: Eliminate magic valueLioncash
2020-08-03aes_util: Allow SetIV to be non-allocatingLioncash
2020-04-16General: Resolve warnings related to missing declarationsLioncash
2019-11-15Merge pull request #3091 from lioncash/core-conversionbunnei
2019-11-12core: Migrate off deprecated mbedtls functionsLioncash
2019-11-12crypto: Resolve sign-conversion warningsLioncash
2019-09-21partition_data_manager: Add accessor for decrypted PRODINFO partitionZach Hilman
2019-06-05partition_data_manager: Remove KIP processing and use FileSysZach Hilman
2018-10-19crypto: Use compressed sizes in offset calculation for KIP decompressionZach Hilman
2018-10-14crypto: Various crypto fixes for quickstart guideZach Hilman
2018-10-13partition_data_manager: Reserve and insert data within output vector in Decry...Lioncash
2018-10-13partition_data_manager: Remove unused std::map instance within DecryptPackage2()Lioncash
2018-10-13partition_data_manager: Take package2_keys by const referenceLioncash
2018-10-13partition_data_manager: Move IV data to where it's needed in DecryptPackage2()Lioncash
2018-10-13partition_data_manager: Remove commented out codeLioncash
2018-10-13key_manager/partition_data_manager: Silence truncation compiler warningsLioncash
2018-10-13partition_data_manager: Dehardcode array boundsLioncash
2018-10-13partition_data_manager: Take VirtualFile by const reference in constructorLioncash
2018-10-13partition_data_manager: Amend constructor initializer list orderLioncash
2018-10-13partition_data_manager: Remove unused includesLioncash
2018-10-07partition_data_manager: Rename system files for hekateZach Hilman
2018-10-07crypto: Add PartitionDataManagerZach Hilman