Searched refs:fsverity_command (Results 1 - 7 of 7) sorted by relevance
/third_party/fsverity-utils/programs/ |
H A D | fsverity.h | 41 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 D | fsverity.c | 17 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 D | cmd_measure.c | 18 int fsverity_cmd_measure(const struct fsverity_command *cmd, in fsverity_cmd_measure()
|
H A D | cmd_enable.c | 60 int fsverity_cmd_enable(const struct fsverity_command *cmd, in fsverity_cmd_enable()
|
H A D | cmd_sign.c | 44 int fsverity_cmd_sign(const struct fsverity_command *cmd, in fsverity_cmd_sign()
|
H A D | cmd_dump_metadata.c | 59 int fsverity_cmd_dump_metadata(const struct fsverity_command *cmd, in fsverity_cmd_dump_metadata()
|
H A D | cmd_digest.c | 31 int fsverity_cmd_digest(const struct fsverity_command *cmd, in fsverity_cmd_digest()
|
Completed in 2 milliseconds