Lines Matching refs:fileglob
86 struct fileglob;
175 const char * csfg_get_teamid(struct fileglob *);
176 const char * csfg_get_supplement_teamid(struct fileglob *);
177 int csfg_get_path(struct fileglob *, char *, int *);
178 int csfg_get_platform_binary(struct fileglob *);
179 int csfg_get_supplement_platform_binary(struct fileglob *);
180 uint8_t * csfg_get_cdhash(struct fileglob *, uint64_t, size_t *);
181 uint8_t * csfg_get_supplement_cdhash(struct fileglob *, uint64_t, size_t *);
182 const uint8_t * csfg_get_supplement_linkage_cdhash(struct fileglob *, uint64_t, size_t *);
183 int csfg_get_prod_signed(struct fileglob *);
184 int csfg_get_supplement_prod_signed(struct fileglob *fg);
185 unsigned int csfg_get_signer_type(struct fileglob *);
186 unsigned int csfg_get_supplement_signer_type(struct fileglob *);
187 unsigned int csfg_get_validation_category(struct fileglob *fg, uint64_t offset);
188 unsigned int csfg_get_supplement_validation_category(struct fileglob *fg, uint64_t offset);
189 const char *csfg_get_identity(struct fileglob *fg, off_t offset);
192 uint8_t csfg_get_platform_identifier(struct fileglob *, off_t);
196 struct cs_blob* csfg_get_csblob(struct fileglob*, uint64_t);
197 struct cs_blob* csfg_get_supplement_csblob(struct fileglob*, uint64_t);