Lines Matching refs:name
18 const char *name;
24 .name = "digest",
35 .name = "dump_metadata",
41 .name = "enable",
49 .name = "measure",
57 .name = "sign",
72 const char *name;
75 while ((name = libfsverity_get_hash_name(alg_num++)) != NULL)
76 fprintf(fp, " %s", name);
138 static const struct fsverity_command *find_command(const char *name)
143 if (!strcmp(name, fsverity_commands[i].name))
164 /* Specified by name? */