Searched refs:load_manifest (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libsecureboot/h/ |
H A D | verify_file.h | 51 int load_manifest(const char *, const char *, const char *, struct stat *);
|
/freebsd/lib/libsecureboot/ |
H A D | verify_file.c | 176 load_manifest(const char *name, const char *prefix, in load_manifest() function 258 rc = load_manifest(buf, skip ? prefix : NULL, in find_manifest()
|
/freebsd/stand/common/ |
H A D | module.c | 178 return (load_manifest(argv[1], prefix, skip, NULL)); in command_load()
|