fs: Implement AesXtsStorage

This commit is contained in:
Michael Scire
2020-04-06 05:44:33 -07:00
parent b2e86f5a1b
commit d98490d339
5 changed files with 275 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
#include <stratosphere/fssystem/fssystem_path_tool.hpp>
#include <stratosphere/fssystem/fssystem_thread_priority_changer.hpp>
#include <stratosphere/fssystem/fssystem_aes_ctr_storage.hpp>
#include <stratosphere/fssystem/fssystem_aes_xts_storage.hpp>
#include <stratosphere/fssystem/fssystem_subdirectory_filesystem.hpp>
#include <stratosphere/fssystem/fssystem_directory_redirection_filesystem.hpp>
#include <stratosphere/fssystem/fssystem_directory_savedata_filesystem.hpp>