|
libs: begin adding capacity for doing crypto on generic os (using externally-preset keys)
|
|---|
|
|
| libraries/libstratosphere/include/stratosphere/fssystem/buffers/fssystem_file_system_buddy_heap.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/fssystem/fssystem_nca_file_system_driver.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/spl/smc/spl_secure_monitor_api.hpp |
|---|
| libraries/libstratosphere/libstratosphere.mk |
|---|
| libraries/libstratosphere/source/fssystem/fssystem_aes_xts_storage.cpp |
|---|
| libraries/libstratosphere/source/fssystem/fssystem_nca_file_system_driver.cpp |
|---|
| libraries/libstratosphere/source/spl/impl/spl_api_impl.cpp |
|---|
| libraries/libstratosphere/source/spl/smc/spl_secure_monitor_api.os.generic.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/spl/smc/spl_secure_monitor_api.os.horizon.cpp |
|---|
| libraries/libstratosphere/source/spl/spl_api.cpp 100644 → 0 |
|---|
| libraries/libstratosphere/source/spl/spl_api.os.generic.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/spl/spl_api.os.horizon.cpp 0 → 100644 |
|---|
| libraries/libvapours/include/vapours/crypto.hpp |
|---|
| libraries/libvapours/include/vapours/crypto/crypto_aes_cbc_encryptor_decryptor.hpp 0 → 100644 |
|---|
| libraries/libvapours/include/vapours/crypto/crypto_cbc_decryptor.hpp 0 → 100644 |
|---|
| libraries/libvapours/include/vapours/crypto/crypto_cbc_encryptor.hpp 0 → 100644 |
|---|
| libraries/libvapours/include/vapours/crypto/impl/crypto_aes_impl.hpp |
|---|
| libraries/libvapours/include/vapours/crypto/impl/crypto_block_cipher.hpp 0 → 100644 |
|---|
| libraries/libvapours/include/vapours/crypto/impl/crypto_cbc_mode_impl.hpp 0 → 100644 |
|---|
| libraries/libvapours/include/vapours/crypto/impl/crypto_hmac_impl.hpp |
|---|
| libraries/libvapours/include/vapours/crypto/impl/crypto_md5_impl.hpp |
|---|
| libraries/libvapours/include/vapours/crypto/impl/crypto_rsa_oaep_impl.hpp |
|---|
| libraries/libvapours/include/vapours/crypto/impl/crypto_rsa_pss_impl.hpp |
|---|
| libraries/libvapours/include/vapours/crypto/impl/crypto_sha1_impl.hpp |
|---|
| libraries/libvapours/source/crypto/crypto_aes_cbc_encryptor_decryptor.cpp 0 → 100644 |
|---|
| libraries/libvapours/source/crypto/crypto_memory_compare.arch.generic.cpp 0 → 100644 |
|---|
| libraries/libvapours/source/crypto/impl/crypto_xts_mode_impl.arch.generic.cpp 0 → 100644 |
|---|
| tests/TestFs/source/test.cpp |
|---|
| tests/TestOsEvents/source/test.cpp |
|---|