suyu/src/core/crypto
Lioncash 15660bd857 aes_util: Allow SetIV to be non-allocating
In a few places, the data to be set as the IV is already within an array.
We shouldn't require this data to be heap-allocated if it doesn't need
to be. This allows certain callers to reduce heap churn.
2020-08-03 14:29:58 -04:00
..
aes_util.cpp aes_util: Allow SetIV to be non-allocating 2020-08-03 14:29:58 -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 KeyManager: Prevent writing of invalid keys 2020-07-10 00:39:00 -04:00
key_manager.h key_manager: Correct casing of instance() 2020-07-01 00:28:50 -04:00
partition_data_manager.cpp aes_util: Allow SetIV to be non-allocating 2020-08-03 14:29:58 -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