Home
last modified time | relevance | path

Searched refs:arg_root_hash_signature (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/veritysetup/
Dveritysetup.c20 static char *arg_root_hash_signature = NULL; variable
22 STATIC_DESTRUCTOR_REGISTER(arg_root_hash_signature, freep);
51 r = free_and_strdup_warn(&arg_root_hash_signature, option); in save_roothashsig_option()
186 if (arg_root_hash_signature) { in run()
192 if ((value = startswith(arg_root_hash_signature, "base64:"))) { in run()
195 …return log_error_errno(r, "Failed to parse root hash signature '%s': %m", arg_root_hash_signature); in run()
198 … AT_FDCWD, arg_root_hash_signature, UINT64_MAX, SIZE_MAX, in run()