Add basic AES-XTS client-side encryption support

This commit is contained in:
Vitaliy Filippov
2026-04-17 13:53:40 +03:00
parent 1a4d275616
commit 4fe2a0a3eb
20 changed files with 856 additions and 21 deletions
+1
View File
@@ -71,6 +71,7 @@ protected:
cluster_op_t *prev = NULL, *next = NULL;
int prev_wait = 0;
uint64_t flush_id = 0;
std::shared_ptr<inode_enc_t> enc;
friend class cluster_client_t;
friend class writeback_cache_t;
};