Lines Matching refs:fileglob
85 struct fileglob;
167 const char * csfg_get_teamid(struct fileglob *);
168 const char * csfg_get_supplement_teamid(struct fileglob *);
169 int csfg_get_path(struct fileglob *, char *, int *);
170 int csfg_get_platform_binary(struct fileglob *);
171 int csfg_get_supplement_platform_binary(struct fileglob *);
172 uint8_t * csfg_get_cdhash(struct fileglob *, uint64_t, size_t *);
173 uint8_t * csfg_get_supplement_cdhash(struct fileglob *, uint64_t, size_t *);
174 const uint8_t * csfg_get_supplement_linkage_cdhash(struct fileglob *, uint64_t, size_t *);
175 int csfg_get_prod_signed(struct fileglob *);
176 int csfg_get_supplement_prod_signed(struct fileglob *fg);
177 unsigned int csfg_get_signer_type(struct fileglob *);
178 unsigned int csfg_get_supplement_signer_type(struct fileglob *);
179 unsigned int csfg_get_validation_category(struct fileglob *fg, uint64_t offset);
180 unsigned int csfg_get_supplement_validation_category(struct fileglob *fg, uint64_t offset);
181 const char *csfg_get_identity(struct fileglob *fg, off_t offset);
184 uint8_t csfg_get_platform_identifier(struct fileglob *, off_t);
188 struct cs_blob* csfg_get_csblob(struct fileglob*, uint64_t);
189 struct cs_blob* csfg_get_supplement_csblob(struct fileglob*, uint64_t);