libs: begin adding capacity for doing crypto on generic os (using externally-preset keys)
1 parent 6368d80 commit 706b8492fd89d0c6e0e2504e20e39a68dfa76636
@Michael Scire Michael Scire authored on 7 Mar 2022
SciresM committed on 22 Mar 2022
Showing 29 changed files
View
libraries/libstratosphere/include/stratosphere/fssystem/buffers/fssystem_file_system_buddy_heap.hpp
View
libraries/libstratosphere/include/stratosphere/fssystem/fssystem_nca_file_system_driver.hpp
View
libraries/libstratosphere/include/stratosphere/spl/smc/spl_secure_monitor_api.hpp
View
libraries/libstratosphere/libstratosphere.mk
View
libraries/libstratosphere/source/fssystem/fssystem_aes_xts_storage.cpp
View
libraries/libstratosphere/source/fssystem/fssystem_nca_file_system_driver.cpp
View
libraries/libstratosphere/source/spl/impl/spl_api_impl.cpp
View
libraries/libstratosphere/source/spl/smc/spl_secure_monitor_api.os.generic.cpp 0 → 100644
View
libraries/libstratosphere/source/spl/smc/spl_secure_monitor_api.os.horizon.cpp
View
libraries/libstratosphere/source/spl/spl_api.cpp 100644 → 0
View
libraries/libstratosphere/source/spl/spl_api.os.generic.cpp 0 → 100644
View
libraries/libstratosphere/source/spl/spl_api.os.horizon.cpp 0 → 100644
View
libraries/libvapours/include/vapours/crypto.hpp
View
libraries/libvapours/include/vapours/crypto/crypto_aes_cbc_encryptor_decryptor.hpp 0 → 100644
View
libraries/libvapours/include/vapours/crypto/crypto_cbc_decryptor.hpp 0 → 100644
View
libraries/libvapours/include/vapours/crypto/crypto_cbc_encryptor.hpp 0 → 100644
View
libraries/libvapours/include/vapours/crypto/impl/crypto_aes_impl.hpp
View
libraries/libvapours/include/vapours/crypto/impl/crypto_block_cipher.hpp 0 → 100644
View
libraries/libvapours/include/vapours/crypto/impl/crypto_cbc_mode_impl.hpp 0 → 100644
View
libraries/libvapours/include/vapours/crypto/impl/crypto_hmac_impl.hpp
View
libraries/libvapours/include/vapours/crypto/impl/crypto_md5_impl.hpp
View
libraries/libvapours/include/vapours/crypto/impl/crypto_rsa_oaep_impl.hpp
View
libraries/libvapours/include/vapours/crypto/impl/crypto_rsa_pss_impl.hpp
View
libraries/libvapours/include/vapours/crypto/impl/crypto_sha1_impl.hpp
View
libraries/libvapours/source/crypto/crypto_aes_cbc_encryptor_decryptor.cpp 0 → 100644
View
libraries/libvapours/source/crypto/crypto_memory_compare.arch.generic.cpp 0 → 100644
View
libraries/libvapours/source/crypto/impl/crypto_xts_mode_impl.arch.generic.cpp 0 → 100644
View
tests/TestFs/source/test.cpp
View
tests/TestOsEvents/source/test.cpp