Home
last modified time | relevance | path

Searched refs:mftfile (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/rpki-client/
H A Dmft.c185 struct mftfile *fent; in mft_parse_filehash()
383 sizeof(struct mftfile)); in mft_parse_econtent()
582 if ((p->files = calloc(p->filesz, sizeof(struct mftfile))) == NULL) in mft_read()
H A Dextern.h191 struct mftfile {
205 struct mftfile *files; /* file and hash */
189 struct mftfile { global() struct
203 hashmftfile global() argument
H A Dparser.c242 struct mftfile *m = &p->files[i]; in proc_parser_mft_check()
H A Dmain.c408 const struct mftfile *f; in queue_add_from_mft()