diff options
Diffstat (limited to 'crypto/ext4crypt/Ext4CryptPie.h')
-rw-r--r-- | crypto/ext4crypt/Ext4CryptPie.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/ext4crypt/Ext4CryptPie.h b/crypto/ext4crypt/Ext4CryptPie.h index 6e2afa534..d6d6ecf28 100644 --- a/crypto/ext4crypt/Ext4CryptPie.h +++ b/crypto/ext4crypt/Ext4CryptPie.h @@ -38,5 +38,8 @@ bool e4crypt_prepare_user_storage(const std::string& volume_uuid, userid_t user_ bool e4crypt_destroy_volume_keys(const std::string& volume_uuid);*/ +bool is_wrapped_key_supported(); +bool is_wrapped_key_supported_external(); + bool lookup_key_ref(const std::map<userid_t, std::string>& key_map, userid_t user_id, std::string* raw_ref); |