crypto: Add PartitionDataManager
Keeps track of system files for key derivation
This commit is contained in:
parent
4aad010f7a
commit
29dc6f4519
3 changed files with 692 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ add_library(core STATIC
|
|||
crypto/encryption_layer.h
|
||||
crypto/key_manager.cpp
|
||||
crypto/key_manager.h
|
||||
crypto/partition_data_manager.cpp
|
||||
crypto/partition_data_manager.h
|
||||
crypto/ctr_encryption_layer.cpp
|
||||
crypto/ctr_encryption_layer.h
|
||||
crypto/xts_encryption_layer.cpp
|
||||
|
|
|
|||
Reference in a new issue