mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-12 03:10:08 +01:00
Move tools_read_mk helper in libcryptsetup_cli.
This commit is contained in:
committed by
Milan Broz
parent
a985c12659
commit
42692418c2
@@ -48,6 +48,8 @@ int crypt_cli_get_key(const char *prompt,
|
||||
int timeout, int verify, int pwquality,
|
||||
struct crypt_device *cd, struct crypt_cli *ctx);
|
||||
|
||||
int crypt_cli_read_mk(const char *file, char **key, size_t keysize);
|
||||
|
||||
bool crypt_cli_arg_set(struct crypt_cli *ctx, const char *name);
|
||||
|
||||
int crypt_cli_arg_value(struct crypt_cli *ctx, const char *name, void *value);
|
||||
|
||||
Reference in New Issue
Block a user