Searched refs:verify_fd (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libsecureboot/h/ |
H A D | libsecureboot.h | 73 int verify_fd(int, const char *, off_t, struct stat *);
|
/freebsd/lib/libsecureboot/ |
H A D | veopen.c | 416 verify_fd(int fd, const char *path, off_t off, struct stat *stp) in verify_fd() function 463 if ((rc = verify_fd(fd, path, 0, NULL)) < 0) { in verify_open()
|
H A D | verify_file.c | 561 rc = verify_fd(fd, filename, off, &st); in verify_file()
|