summaryrefslogtreecommitdiffstats
path: root/src/core/crypto/partition_data_manager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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