index
:
Citron
master
Mirror of the Citron emulator
silvan
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
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-03
core: Remove unused includes
ameerj
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-08-23
file_sys: Replace inclusions with forward declarations where applicable
Lioncash
2020-08-17
Merge pull request #4494 from lioncash/transcode
bunnei
2020-08-06
Merge pull request #4483 from lioncash/constexpr-hex
bunnei
2020-08-06
partition_data_manager: Update master key hashes
Lioncash
2020-08-06
partition_data_manager: Make data arrays constexpr
Lioncash
2020-08-06
partition_data_manager: Eliminate magic value
Lioncash
2020-08-03
aes_util: Allow SetIV to be non-allocating
Lioncash
2020-04-16
General: Resolve warnings related to missing declarations
Lioncash
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