summaryrefslogtreecommitdiffstats
path: root/src/cryptenroll/cryptenroll-password.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cryptenroll/cryptenroll-password.h')
-rw-r--r--src/cryptenroll/cryptenroll-password.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cryptenroll/cryptenroll-password.h b/src/cryptenroll/cryptenroll-password.h
new file mode 100644
index 0000000..aa07a6f
--- /dev/null
+++ b/src/cryptenroll/cryptenroll-password.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+#pragma once
+
+#include <sys/types.h>
+
+#include "cryptsetup-util.h"
+
+int load_volume_key_password(struct crypt_device *cd, const char* cd_node, void *ret_vk, size_t *ret_vks);
+int enroll_password(struct crypt_device *cd, const void *volume_key, size_t volume_key_size);