index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
crypto
/
partition_data_manager.cpp
Age
Commit message (
Expand
)
Author
2019-11-15
Merge pull request #3091 from lioncash/core-conversion
bunnei
2019-11-12
core: Migrate off deprecated mbedtls functions
Lioncash
2019-11-12
crypto: Resolve sign-conversion warnings
Lioncash
2019-09-21
partition_data_manager: Add accessor for decrypted PRODINFO partition
Zach Hilman
2019-06-05
partition_data_manager: Remove KIP processing and use FileSys
Zach Hilman
2018-10-19
crypto: Use compressed sizes in offset calculation for KIP decompression
Zach Hilman
2018-10-14
crypto: Various crypto fixes for quickstart guide
Zach Hilman
2018-10-13
partition_data_manager: Reserve and insert data within output vector in Decry...
Lioncash
2018-10-13
partition_data_manager: Remove unused std::map instance within DecryptPackage2()
Lioncash
2018-10-13
partition_data_manager: Take package2_keys by const reference
Lioncash
2018-10-13
partition_data_manager: Move IV data to where it's needed in DecryptPackage2()
Lioncash
2018-10-13
partition_data_manager: Remove commented out code
Lioncash
2018-10-13
key_manager/partition_data_manager: Silence truncation compiler warnings
Lioncash
2018-10-13
partition_data_manager: Dehardcode array bounds
Lioncash
2018-10-13
partition_data_manager: Take VirtualFile by const reference in constructor
Lioncash
2018-10-13
partition_data_manager: Amend constructor initializer list order
Lioncash
2018-10-13
partition_data_manager: Remove unused includes
Lioncash
2018-10-07
partition_data_manager: Rename system files for hekate
Zach Hilman
2018-10-07
crypto: Add PartitionDataManager
Zach Hilman