Home
last modified time | relevance | path

Searched defs:vectx (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/lib/libsecureboot/
H A Dvectx.c47 struct vectx { struct
48 br_hash_compat_context vec_ctx; /* hash ctx */
49 const br_hash_class *vec_md; /* hash method */
50 const char *vec_path; /* path we are verifying */
51 const char *vec_want; /* hash value we want */
52 off_t vec_off; /* current offset */
53 size_t vec_size; /* size of path */
54 size_t vec_hashsz; /* size of hash */
55 int vec_fd; /* file descriptor */
56 int vec_status; /* verification status */