Home
last modified time | relevance | path

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

/external/fsverity-utils/
Dfsveritysetup.h7 struct fsveritysetup_params { struct
30 struct fsveritysetup_params *params); argument
31 void free_elisions_and_patches(struct fsveritysetup_params *params);
32 bool apply_elisions_and_patches(const struct fsveritysetup_params *params,
35 size_t total_elide_patch_ext_length(const struct fsveritysetup_params *params);
37 const struct fsveritysetup_params *params);
40 const struct fsveritysetup_params *params,
Delide_patch.c136 struct fsveritysetup_params *params) in load_elisions_and_patches()
184 void free_elisions_and_patches(struct fsveritysetup_params *params) in free_elisions_and_patches()
199 bool apply_elisions_and_patches(const struct fsveritysetup_params *params, in apply_elisions_and_patches()
247 size_t total_elide_patch_ext_length(const struct fsveritysetup_params *params) in total_elide_patch_ext_length()
273 const struct fsveritysetup_params *params) in append_elide_patch_exts()
Dcmd_setup.c113 static int build_merkle_tree(const struct fsveritysetup_params *params, in build_merkle_tree()
235 static int append_fsverity_descriptor(const struct fsveritysetup_params *params, in append_fsverity_descriptor()
297 const struct fsveritysetup_params *params, in append_unauthenticated_extensions()
337 const struct fsveritysetup_params *params) in fsveritysetup()
454 struct fsveritysetup_params params = { in fsverity_cmd_setup()
Dsign.c491 const struct fsveritysetup_params *params, in append_signed_measurement()