Searched refs:root_hash_sig_path (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/core/ |
D | namespace.h | 141 const char *root_hash_sig_path,
|
D | execute.h | 183 …orking_directory, *root_directory, *root_image, *root_verity, *root_hash_path, *root_hash_sig_path; member
|
D | namespace.c | 1912 const char *root_hash_sig_path, in verity_settings_prepare() argument 1953 root_hash_sig_path); in verity_settings_prepare() 1988 const char *root_hash_sig_path, in setup_namespace() 2044 root_hash_sig, root_hash_sig_size, root_hash_sig_path, in setup_namespace()
|
D | dbus-execute.c | 1187 …PROPERTY("RootHashSignaturePath", "s", NULL, offsetof(ExecContext, root_hash_sig_path), SD_BUS_VTA… 1771 c->root_hash_sig_path = mfree(c->root_hash_sig_path); in bus_exec_context_set_transient_property() 1790 c->root_hash_sig_path = mfree(c->root_hash_sig_path); in bus_exec_context_set_transient_property() 1803 …return bus_set_transient_path(u, "RootHashSignature", &c->root_hash_sig_path, message, flags, erro… in bus_exec_context_set_transient_property()
|
D | load-fragment.c | 1790 c->root_hash_sig_path = mfree(c->root_hash_sig_path); in config_parse_exec_root_hash_sig() 1804 free_and_replace(c->root_hash_sig_path, p); in config_parse_exec_root_hash_sig() 1825 c->root_hash_sig_path = mfree(c->root_hash_sig_path); in config_parse_exec_root_hash_sig()
|
D | execute.c | 3657 … context->root_hash_sig, context->root_hash_sig_size, context->root_hash_sig_path, in apply_mount_namespace() 5349 c->root_hash_sig_path = mfree(c->root_hash_sig_path); in exec_context_done() 5816 if (c->root_hash_sig_path) in exec_context_dump() 5817 fprintf(f, "%sRootHashSignature: %s\n", prefix, c->root_hash_sig_path); in exec_context_dump()
|
/systemd-251/src/shared/ |
D | dissect-image.h | 276 …tySettings *verity, const char *image, const char *root_hash_path, const char *root_hash_sig_path);
|
D | dissect-image.c | 2260 const char *root_hash_sig_path) { in verity_settings_load() argument 2362 if (root_hash_sig_path) { in verity_settings_load() 2363 … r = read_full_file(root_hash_sig_path, (char**) &root_hash_sig, &root_hash_sig_size); in verity_settings_load()
|