Searched defs:vectx (Results 1 – 1 of 1) sorted by relevance
51 struct vectx { struct52 br_hash_compat_context vec_ctx; /* hash ctx */53 const br_hash_class *vec_md; /* hash method */54 const char *vec_path; /* path we are verifying */55 const char *vec_want; /* hash value we want */56 off_t vec_off; /* current offset */57 off_t vec_hashed; /* where we have hashed to */58 off_t vec_size; /* size of path */59 size_t vec_hashsz; /* size of hash */60 int vec_fd; /* file descriptor */[all …]