Searched refs:roa_parse (Results 1 – 5 of 5) sorted by relevance
/openbsd/regress/usr.sbin/rpki-client/ |
H A D | test-roa.c | 74 if ((p = roa_parse(&xp, argv[i], -1, buf, len)) == NULL) { in main()
|
/openbsd/usr.sbin/rpki-client/ |
H A D | roa.c | 238 roa_parse(X509 **x509, const char *fn, int talid, const unsigned char *der, in roa_parse() function
|
H A D | extern.h | 703 struct roa *roa_parse(X509 **, const char *, int, const unsigned char *,
|
H A D | filemode.c | 464 roa = roa_parse(&x509, file, -1, buf, len); in proc_parser_file()
|
H A D | parser.c | 176 if ((roa = roa_parse(&x509, file, entp->talid, der, len)) == NULL) in proc_parser_roa()
|