Searched refs:verify_prep (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libsecureboot/h/ |
H A D | verify_file.h | 45 int verify_prep(int, const char *, off_t, struct stat *, const char *);
|
/freebsd/lib/libsecureboot/ |
H A D | verify_file.c | 452 verify_prep(int fd, const char *filename, off_t off, struct stat *stp, in verify_prep() function 536 rc = verify_prep(fd, filename, off, &st, caller); in verify_file()
|
H A D | vectx.c | 108 rc = verify_prep(fd, path, off, stp, __func__); in vectx_open()
|