1
0
Fork 0
forked from suyu/suyu
suyu/src/core/crypto
Lioncash 9a07ed53eb core: Make variable shadowing a compile-time error
Now that we have most of core free of shadowing, we can enable the
warning as an error to catch anything that may be remaining and also
eliminate this class of logic bug entirely.
2021-05-16 03:43:16 -04:00
..
aes_util.cpp aes_util: Make use of std::span 2021-04-23 09:58:41 -04:00
aes_util.h aes_util: Make use of std::span 2021-04-23 09:58:41 -04:00
ctr_encryption_layer.cpp core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
ctr_encryption_layer.h core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
encryption_layer.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
encryption_layer.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
key_manager.cpp core: Make variable shadowing a compile-time error 2021-05-16 03:43:16 -04:00
key_manager.h crypto/key_manager: Remove dependency on the global system accessor 2020-09-14 16:49:59 -04:00
partition_data_manager.cpp Revert "core: Fix clang build" 2020-10-20 19:07:39 -07:00
partition_data_manager.h partition_data_manager: Add accessor for decrypted PRODINFO partition 2019-09-21 16:43:10 -04:00
sha_util.cpp Remove files that are not used 2018-08-01 00:16:54 -04:00
sha_util.h Remove files that are not used 2018-08-01 00:16:54 -04:00
xts_encryption_layer.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
xts_encryption_layer.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00