yuzu-mainline/src/core/crypto
Lioncash 39c8d18feb core/CMakeLists: Make some warnings errors
Makes our error coverage a little more consistent across the board by
applying it to Linux side of things as well. This also makes it more
consistent with the warning settings in other libraries in the project.

This also updates httplib to 0.7.9, as there are several warning
cleanups made that allow us to enable several warnings as errors.
2020-10-13 13:16:49 -04:00
..
aes_util.cpp aes_util: Make use of non-template variant of Transcode 2020-08-06 02:31:19 -04:00
aes_util.h aes_util: Allow SetIV to be non-allocating 2020-08-03 14:29:58 -04:00
ctr_encryption_layer.cpp aes_util: Allow SetIV to be non-allocating 2020-08-03 14:29:58 -04:00
ctr_encryption_layer.h aes_util: Allow SetIV to be non-allocating 2020-08-03 14:29:58 -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/CMakeLists: Make some warnings errors 2020-10-13 13:16:49 -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 file_sys: Replace inclusions with forward declarations where applicable 2020-08-23 17:02:55 -04: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