Home
last modified time | relevance | path

Searched refs:fsverity_command (Results 1 - 7 of 7) sorted by relevance

/third_party/fsverity-utils/programs/
H A Dfsverity.h41 struct fsverity_command;
44 int fsverity_cmd_digest(const struct fsverity_command *cmd,
48 int fsverity_cmd_dump_metadata(const struct fsverity_command *cmd,
52 int fsverity_cmd_enable(const struct fsverity_command *cmd,
56 int fsverity_cmd_measure(const struct fsverity_command *cmd,
60 int fsverity_cmd_sign(const struct fsverity_command *cmd,
64 void usage(const struct fsverity_command *cmd, FILE *fp);
H A Dfsverity.c17 static const struct fsverity_command { struct
19 int (*func)(const struct fsverity_command *cmd, int argc, char *argv[]);
96 static void usage_cmd(const struct fsverity_command *cmd, FILE *fp) in usage_cmd()
101 void usage(const struct fsverity_command *cmd, FILE *fp) in usage()
116 const struct fsverity_command *cmd) in handle_common_options()
138 static const struct fsverity_command *find_command(const char *name) in find_command()
314 const struct fsverity_command *cmd; in main()
H A Dcmd_measure.c18 int fsverity_cmd_measure(const struct fsverity_command *cmd, in fsverity_cmd_measure()
H A Dcmd_enable.c60 int fsverity_cmd_enable(const struct fsverity_command *cmd, in fsverity_cmd_enable()
H A Dcmd_sign.c44 int fsverity_cmd_sign(const struct fsverity_command *cmd, in fsverity_cmd_sign()
H A Dcmd_dump_metadata.c59 int fsverity_cmd_dump_metadata(const struct fsverity_command *cmd, in fsverity_cmd_dump_metadata()
H A Dcmd_digest.c31 int fsverity_cmd_digest(const struct fsverity_command *cmd, in fsverity_cmd_digest()

Completed in 2 milliseconds