Home
last modified time | relevance | path

Searched refs:roa_parse (Results 1 – 5 of 5) sorted by relevance

/openbsd/regress/usr.sbin/rpki-client/
H A Dtest-roa.c74 if ((p = roa_parse(&xp, argv[i], -1, buf, len)) == NULL) { in main()
/openbsd/usr.sbin/rpki-client/
H A Droa.c238 roa_parse(X509 **x509, const char *fn, int talid, const unsigned char *der, in roa_parse() function
H A Dextern.h703 struct roa *roa_parse(X509 **, const char *, int, const unsigned char *,
H A Dfilemode.c464 roa = roa_parse(&x509, file, -1, buf, len); in proc_parser_file()
H A Dparser.c176 if ((roa = roa_parse(&x509, file, entp->talid, der, len)) == NULL) in proc_parser_roa()