summaryrefslogtreecommitdiffhomepage
path: root/dev/EFS/Sources/Key.cxx
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-08-20 10:04:39 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-08-20 10:04:39 +0200
commit01658f0f5ba1fb3e84d61629f15b8c5221bf66dc (patch)
treee3a3320fd6f29d063675feb8cf4ba6645e18d65a /dev/EFS/Sources/Key.cxx
parentf1ac02764430421a0245261811c819fee0673ef4 (diff)
+ Fixes and refactors regarding Kernel DLL and other DLLs.
+ Next commit will fix TryLogIn method. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/EFS/Sources/Key.cxx')
-rw-r--r--dev/EFS/Sources/Key.cxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev/EFS/Sources/Key.cxx b/dev/EFS/Sources/Key.cxx
new file mode 100644
index 00000000..457ce1b8
--- /dev/null
+++ b/dev/EFS/Sources/Key.cxx
@@ -0,0 +1,12 @@
+/* -------------------------------------------
+
+ Copyright ZKA Technologies.
+
+------------------------------------------- */
+
+#include <new>
+#include <cstddef>
+#include <cstdint>
+
+typedef int32_t efs_encrypt_token_t;
+typedef void* efs_encrypted_blob_t;