summaryrefslogtreecommitdiffstats
path: root/src/core/crypto/partition_data_manager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-11-04core: Remove unused includesameerj1-1/+0
2020-10-21Revert "core: Fix clang build"bunnei1-1/+1
2020-10-18core: Fix clang buildLioncash1-1/+1
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash1-0/+1
2020-08-06partition_data_manager: Update master key hashesLioncash1-5/+5
2020-08-06partition_data_manager: Make data arrays constexprLioncash1-94/+112
2020-08-06partition_data_manager: Eliminate magic valueLioncash1-2/+2
2020-08-03aes_util: Allow SetIV to be non-allocatingLioncash1-3/+2
2020-04-17General: Resolve warnings related to missing declarationsLioncash1-4/+3
2019-11-12core: Migrate off deprecated mbedtls functionsLioncash1-2/+2
2019-11-12crypto: Resolve sign-conversion warningsLioncash1-3/+4
2019-09-21partition_data_manager: Add accessor for decrypted PRODINFO partitionZach Hilman1-0/+4
2019-06-05partition_data_manager: Remove KIP processing and use FileSysZach Hilman1-118/+13
2018-10-20crypto: Use compressed sizes in offset calculation for KIP decompressionZach Hilman1-1/+2
2018-10-15crypto: Various crypto fixes for quickstart guideZach Hilman1-2/+2
2018-10-13partition_data_manager: Reserve and insert data within output vector in DecryptPackage2()Lioncash1-20/+16
2018-10-13partition_data_manager: Remove unused std::map instance within DecryptPackage2()Lioncash1-2/+0
2018-10-13partition_data_manager: Take package2_keys by const referenceLioncash1-1/+1
2018-10-13partition_data_manager: Move IV data to where it's needed in DecryptPackage2()Lioncash1-3/+1
2018-10-13partition_data_manager: Remove commented out codeLioncash1-2/+0
2018-10-13key_manager/partition_data_manager: Silence truncation compiler warningsLioncash1-5/+7
2018-10-13partition_data_manager: Dehardcode array boundsLioncash1-5/+5
2018-10-13partition_data_manager: Take VirtualFile by const reference in constructorLioncash1-1/+1
2018-10-13partition_data_manager: Amend constructor initializer list orderLioncash1-2/+3
2018-10-13partition_data_manager: Remove unused includesLioncash1-2/+1
2018-10-07partition_data_manager: Rename system files for hekateZach Hilman1-37/+52
2018-10-07crypto: Add PartitionDataManagerZach Hilman1-0/+586