Lines Matching refs:fileglob
84 struct fileglob;
154 const char * csfg_get_teamid(struct fileglob *);
155 const char * csfg_get_supplement_teamid(struct fileglob *);
156 int csfg_get_path(struct fileglob *, char *, int *);
157 int csfg_get_platform_binary(struct fileglob *);
158 int csfg_get_supplement_platform_binary(struct fileglob *);
159 uint8_t * csfg_get_cdhash(struct fileglob *, uint64_t, size_t *);
160 uint8_t * csfg_get_supplement_cdhash(struct fileglob *, uint64_t, size_t *);
161 const uint8_t * csfg_get_supplement_linkage_cdhash(struct fileglob *, uint64_t, size_t *);
162 int csfg_get_prod_signed(struct fileglob *);
163 int csfg_get_supplement_prod_signed(struct fileglob *fg);
164 unsigned int csfg_get_signer_type(struct fileglob *);
165 unsigned int csfg_get_supplement_signer_type(struct fileglob *);
166 const char *csfg_get_identity(struct fileglob *fg, off_t offset);
169 uint8_t csfg_get_platform_identifier(struct fileglob *, off_t);