Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dnamespace.h138 const char *root_hash_path,
Dexecute.h183 …char *working_directory, *root_directory, *root_image, *root_verity, *root_hash_path, *root_hash_s… member
Dnamespace.c1909 const char *root_hash_path, in verity_settings_prepare() argument
1952 root_hash_path, in verity_settings_prepare()
1985 const char *root_hash_path, in setup_namespace()
2043 root_hash, root_hash_size, root_hash_path, in setup_namespace()
Ddbus-execute.c1185 …SD_BUS_PROPERTY("RootHashPath", "s", NULL, offsetof(ExecContext, root_hash_path), SD_BUS_VTABLE_PR…
1725 c->root_hash_path = mfree(c->root_hash_path); in bus_exec_context_set_transient_property()
1743 c->root_hash_path = mfree(c->root_hash_path); in bus_exec_context_set_transient_property()
1756 … return bus_set_transient_path(u, "RootHash", &c->root_hash_path, message, flags, error); in bus_exec_context_set_transient_property()
Dload-fragment.c1727 c->root_hash_path = mfree(c->root_hash_path); in config_parse_exec_root_hash()
1741 free_and_replace(c->root_hash_path, p); in config_parse_exec_root_hash()
1760 c->root_hash_path = mfree(c->root_hash_path); in config_parse_exec_root_hash()
Dexecute.c3656 context->root_hash, context->root_hash_size, context->root_hash_path, in apply_mount_namespace()
5346 c->root_hash_path = mfree(c->root_hash_path); in exec_context_done()
5805 if (c->root_hash_path) in exec_context_dump()
5806 fprintf(f, "%sRootHash: %s\n", prefix, c->root_hash_path); in exec_context_dump()
/systemd-251/src/shared/
Ddissect-image.h276 int verity_settings_load(VeritySettings *verity, const char *image, const char *root_hash_path, con…
Ddissect-image.c2259 const char *root_hash_path, in verity_settings_load() argument
2289 if (root_hash_path) { in verity_settings_load()
2291 r = read_one_line_file(root_hash_path, &text); in verity_settings_load()