Home
last modified time | relevance | path

Searched refs:verify_prep (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libsecureboot/h/
H A Dverify_file.h45 int verify_prep(int, const char *, off_t, struct stat *, const char *);
/freebsd/lib/libsecureboot/
H A Dverify_file.c452 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 Dvectx.c108 rc = verify_prep(fd, path, off, stp, __func__); in vectx_open()